Skip to content

Commit

Permalink
Merge branch 'user_model/main' into rel/5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jennantilla authored Sep 27, 2023
2 parents e213cc3 + 1dc5b26 commit 1428ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="OneSignalXCFramework" spec="5.0.1" />
<pod name="OneSignalXCFramework" spec="5.0.2" />
</pods>
</podspec>

Expand Down
2 changes: 1 addition & 1 deletion src/ios/OneSignalPush.m
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void processNotificationClicked(OSNotificationClickEvent* event) {
void initOneSignalObject(NSDictionary* launchOptions) {
OneSignalWrapper.sdkType = @"cordova";
OneSignalWrapper.sdkVersion = @"050001";
[OneSignal setLaunchOptions:launchOptions];
[OneSignal initialize:nil withLaunchOptions:launchOptions];
initialLaunchFired = true;
}

Expand Down

0 comments on commit 1428ef7

Please sign in to comment.