Skip to content

Commit 7dda255

Browse files
committed
Binaries for release 3.12.6
Note that this is the first release using Xcode 14.3 build tools. Without armv7s and without support for < iOS 11
1 parent 1b2cea1 commit 7dda255

File tree

145 files changed

+68
-432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+68
-432
lines changed
-1.04 MB
Binary file not shown.

iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework/Info.plist

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_i386_x86_64-simulator</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>OneSignalCore.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>i386</string>
1615
<string>x86_64</string>
1716
</array>
1817
<key>SupportedPlatform</key>
@@ -22,32 +21,30 @@
2221
</dict>
2322
<dict>
2423
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-maccatalyst</string>
24+
<string>ios-arm64</string>
2625
<key>LibraryPath</key>
2726
<string>OneSignalCore.framework</string>
2827
<key>SupportedArchitectures</key>
2928
<array>
3029
<string>arm64</string>
31-
<string>x86_64</string>
3230
</array>
3331
<key>SupportedPlatform</key>
3432
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>maccatalyst</string>
3733
</dict>
3834
<dict>
3935
<key>LibraryIdentifier</key>
40-
<string>ios-arm64_armv7_armv7s</string>
36+
<string>ios-arm64_x86_64-maccatalyst</string>
4137
<key>LibraryPath</key>
4238
<string>OneSignalCore.framework</string>
4339
<key>SupportedArchitectures</key>
4440
<array>
4541
<string>arm64</string>
46-
<string>armv7</string>
47-
<string>armv7s</string>
42+
<string>x86_64</string>
4843
</array>
4944
<key>SupportedPlatform</key>
5045
<string>ios</string>
46+
<key>SupportedPlatformVariant</key>
47+
<string>maccatalyst</string>
5148
</dict>
5249
</array>
5350
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)