com.onesignal.unity.ios 5.1.2 → 5.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -95,7 +95,7 @@ static bool swizzled = false;
|
|
|
95
95
|
|
|
96
96
|
- (BOOL)oneSignalApplication:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
|
97
97
|
[OneSignalWrapper setSdkType:@"unity"];
|
|
98
|
-
[OneSignalWrapper setSdkVersion:@"
|
|
98
|
+
[OneSignalWrapper setSdkVersion:@"050104"];
|
|
99
99
|
[OneSignal initialize:nil withLaunchOptions:launchOptions];
|
|
100
100
|
|
|
101
101
|
if ([self respondsToSelector:@selector(oneSignalApplication:didFinishLaunchingWithOptions:)])
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "com.onesignal.unity.ios",
|
|
3
3
|
"displayName": "OneSignal Unity SDK - iOS",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.4",
|
|
5
5
|
"unity": "2018.4",
|
|
6
6
|
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"com.onesignal.unity.core": "5.1.
|
|
8
|
+
"com.onesignal.unity.core": "5.1.4"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"push-notifications",
|