Skip to content

Commit a8a4113

Browse files
authored
Merge pull request #944 from OneSignal/release-3.5.2
Release 3.5.2
2 parents 81a83e2 + 4ce0730 commit a8a4113

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
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.5.1"
3+
s.version = "3.5.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.5.1"
3+
s.version = "3.5.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.5.1"
3+
s.version = "3.5.2"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
-16 Bytes
Binary file not shown.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_i386_x86_64-simulator</string>
9+
<string>ios-arm64_armv7_armv7s</string>
1010
<key>LibraryPath</key>
1111
<string>OneSignal.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>i386</string>
16-
<string>x86_64</string>
15+
<string>armv7</string>
16+
<string>armv7s</string>
1717
</array>
1818
<key>SupportedPlatform</key>
1919
<string>ios</string>
20-
<key>SupportedPlatformVariant</key>
21-
<string>simulator</string>
2220
</dict>
2321
<dict>
2422
<key>LibraryIdentifier</key>
@@ -37,17 +35,19 @@
3735
</dict>
3836
<dict>
3937
<key>LibraryIdentifier</key>
40-
<string>ios-arm64_armv7_armv7s</string>
38+
<string>ios-arm64_i386_x86_64-simulator</string>
4139
<key>LibraryPath</key>
4240
<string>OneSignal.framework</string>
4341
<key>SupportedArchitectures</key>
4442
<array>
4543
<string>arm64</string>
46-
<string>armv7</string>
47-
<string>armv7s</string>
44+
<string>i386</string>
45+
<string>x86_64</string>
4846
</array>
4947
<key>SupportedPlatform</key>
5048
<string>ios</string>
49+
<key>SupportedPlatformVariant</key>
50+
<string>simulator</string>
5151
</dict>
5252
</array>
5353
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

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

127127
@implementation OneSignal
128128

129-
NSString* const ONESIGNAL_VERSION = @"030501";
129+
NSString* const ONESIGNAL_VERSION = @"030502";
130130
static NSString* mSDKType = @"native";
131131
static BOOL coldStartFromTapOnNotification = NO;
132132
static BOOL shouldDelaySubscriptionUpdate = false;

0 commit comments

Comments
 (0)