com.onesignal.unity.ios 5.2.0 → 5.2.1
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.
|
@@ -97,7 +97,7 @@ static bool swizzled = false;
|
|
|
97
97
|
|
|
98
98
|
- (BOOL)oneSignalApplication:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
|
99
99
|
[OneSignalWrapper setSdkType:@"unity"];
|
|
100
|
-
[OneSignalWrapper setSdkVersion:@"
|
|
100
|
+
[OneSignalWrapper setSdkVersion:@"050201"];
|
|
101
101
|
[OneSignal initialize:nil withLaunchOptions:launchOptions];
|
|
102
102
|
|
|
103
103
|
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.2.
|
|
4
|
+
"version": "5.2.1",
|
|
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.2.
|
|
8
|
+
"com.onesignal.unity.core": "5.2.1"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"push-notifications",
|