Skip to content

Commit 25e1284

Browse files
committed
release 2.15.2
1 parent 62ec2bd commit 25e1284

File tree

14 files changed

+6
-6
lines changed

14 files changed

+6
-6
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 = "2.15.1"
3+
s.version = "2.15.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 = "2.15.1"
3+
s.version = "2.15.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 = "2.15.1"
3+
s.version = "2.15.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
</dict>
2121
<dict>
2222
<key>LibraryIdentifier</key>
23-
<string>ios-x86_64_i386-simulator</string>
23+
<string>ios-i386_x86_64-simulator</string>
2424
<key>LibraryPath</key>
2525
<string>OneSignal.framework</string>
2626
<key>SupportedArchitectures</key>
2727
<array>
28-
<string>x86_64</string>
2928
<string>i386</string>
29+
<string>x86_64</string>
3030
</array>
3131
<key>SupportedPlatform</key>
3232
<string>ios</string>

0 commit comments

Comments
 (0)