Skip to content

Commit 0348dd1

Browse files
authored
Merge pull request #1061 from OneSignal/release-3.10.2
Release 3.10.2
2 parents cb58ec5 + cafa7b0 commit 0348dd1

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "3.10.1"
3+
s.version = "3.10.2"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

OneSignalDynamic.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignalDynamic"
3-
s.version = "3.10.1"
3+
s.version = "3.10.2"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

OneSignalXCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignalXCFramework"
3-
s.version = "3.10.1"
3+
s.version = "3.10.2"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
Binary file not shown.

iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,34 @@
2020
</dict>
2121
<dict>
2222
<key>LibraryIdentifier</key>
23-
<string>ios-arm64_x86_64-maccatalyst</string>
23+
<string>ios-arm64_i386_x86_64-simulator</string>
2424
<key>LibraryPath</key>
2525
<string>OneSignal.framework</string>
2626
<key>SupportedArchitectures</key>
2727
<array>
2828
<string>arm64</string>
29+
<string>i386</string>
2930
<string>x86_64</string>
3031
</array>
3132
<key>SupportedPlatform</key>
3233
<string>ios</string>
3334
<key>SupportedPlatformVariant</key>
34-
<string>maccatalyst</string>
35+
<string>simulator</string>
3536
</dict>
3637
<dict>
3738
<key>LibraryIdentifier</key>
38-
<string>ios-arm64_i386_x86_64-simulator</string>
39+
<string>ios-arm64_x86_64-maccatalyst</string>
3940
<key>LibraryPath</key>
4041
<string>OneSignal.framework</string>
4142
<key>SupportedArchitectures</key>
4243
<array>
4344
<string>arm64</string>
44-
<string>i386</string>
4545
<string>x86_64</string>
4646
</array>
4747
<key>SupportedPlatform</key>
4848
<string>ios</string>
4949
<key>SupportedPlatformVariant</key>
50-
<string>simulator</string>
50+
<string>maccatalyst</string>
5151
</dict>
5252
</array>
5353
<key>CFBundlePackageType</key>

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ @interface OneSignal (SessionStatusDelegate)
130130

131131
@implementation OneSignal
132132

133-
NSString* const ONESIGNAL_VERSION = @"031001";
133+
NSString* const ONESIGNAL_VERSION = @"031002";
134134
static NSString* mSDKType = @"native";
135135
static BOOL coldStartFromTapOnNotification = NO;
136136
static BOOL shouldDelaySubscriptionUpdate = false;

0 commit comments

Comments
 (0)