Skip to content

Commit 863bc17

Browse files
author
pushwoosh
committed
Pushwoosh iOS SDK 6.9.0
1 parent c89ade4 commit 863bc17

File tree

7 files changed

+51
-50
lines changed

7 files changed

+51
-50
lines changed

PushwooshXCFramework.podspec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,18 @@ Pod::Spec.new do |s|
5050
activities.vendored_frameworks = 'XCFramework/PushwooshLiveActivities.xcframework'
5151
end
5252

53+
# PushwooshVoIP subspec (optional)
54+
s.subspec 'PushwooshVoIP' do |voip|
55+
voip.dependency 'PushwooshXCFramework/PushwooshCore'
56+
voip.dependency 'PushwooshXCFramework/PushwooshBridge'
57+
voip.vendored_frameworks = 'XCFramework/PushwooshVoIP.xcframework'
58+
end
59+
5360
# Geozones Subspec
5461
s.subspec 'Geozones' do |geozones|
5562
geozones.ios.vendored_frameworks = 'XCFramework/PushwooshGeozones.xcframework'
5663
geozones.frameworks = 'CoreLocation'
5764
geozones.dependency 'PushwooshXCFramework/Core'
5865
end
5966

60-
# PushwooshVoIP subspec (optional)
61-
s.subspec 'PushwooshVoIP' do |voip|
62-
voip.dependency 'PushwooshXCFramework/PushwooshVoIP'
63-
voip.vendored_frameworks = 'XCFramework/PushwooshVoIP.xcframework'
64-
end
65-
6667
end

XCFramework/PushwooshBridge.xcframework/Info.plist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,50 +6,50 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>PushwooshBridge.framework/Versions/A/PushwooshBridge</string>
9+
<string>PushwooshBridge.framework/PushwooshBridge</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-x86_64-maccatalyst</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshBridge.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
16+
<string>arm64</string>
1617
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
2021
<key>SupportedPlatformVariant</key>
21-
<string>maccatalyst</string>
22+
<string>simulator</string>
2223
</dict>
2324
<dict>
2425
<key>BinaryPath</key>
2526
<string>PushwooshBridge.framework/PushwooshBridge</string>
2627
<key>LibraryIdentifier</key>
27-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2829
<key>LibraryPath</key>
2930
<string>PushwooshBridge.framework</string>
3031
<key>SupportedArchitectures</key>
3132
<array>
3233
<string>arm64</string>
33-
<string>x86_64</string>
3434
</array>
3535
<key>SupportedPlatform</key>
3636
<string>ios</string>
37-
<key>SupportedPlatformVariant</key>
38-
<string>simulator</string>
3937
</dict>
4038
<dict>
4139
<key>BinaryPath</key>
42-
<string>PushwooshBridge.framework/PushwooshBridge</string>
40+
<string>PushwooshBridge.framework/Versions/A/PushwooshBridge</string>
4341
<key>LibraryIdentifier</key>
44-
<string>ios-arm64</string>
42+
<string>ios-x86_64-maccatalyst</string>
4543
<key>LibraryPath</key>
4644
<string>PushwooshBridge.framework</string>
4745
<key>SupportedArchitectures</key>
4846
<array>
49-
<string>arm64</string>
47+
<string>x86_64</string>
5048
</array>
5149
<key>SupportedPlatform</key>
5250
<string>ios</string>
51+
<key>SupportedPlatformVariant</key>
52+
<string>maccatalyst</string>
5353
</dict>
5454
</array>
5555
<key>CFBundlePackageType</key>

XCFramework/PushwooshCore.xcframework/Info.plist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,50 +6,50 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>PushwooshCore.framework/Versions/A/PushwooshCore</string>
9+
<string>PushwooshCore.framework/PushwooshCore</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-x86_64-maccatalyst</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshCore.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
16+
<string>arm64</string>
1617
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
2021
<key>SupportedPlatformVariant</key>
21-
<string>maccatalyst</string>
22+
<string>simulator</string>
2223
</dict>
2324
<dict>
2425
<key>BinaryPath</key>
2526
<string>PushwooshCore.framework/PushwooshCore</string>
2627
<key>LibraryIdentifier</key>
27-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2829
<key>LibraryPath</key>
2930
<string>PushwooshCore.framework</string>
3031
<key>SupportedArchitectures</key>
3132
<array>
3233
<string>arm64</string>
33-
<string>x86_64</string>
3434
</array>
3535
<key>SupportedPlatform</key>
3636
<string>ios</string>
37-
<key>SupportedPlatformVariant</key>
38-
<string>simulator</string>
3937
</dict>
4038
<dict>
4139
<key>BinaryPath</key>
42-
<string>PushwooshCore.framework/PushwooshCore</string>
40+
<string>PushwooshCore.framework/Versions/A/PushwooshCore</string>
4341
<key>LibraryIdentifier</key>
44-
<string>ios-arm64</string>
42+
<string>ios-x86_64-maccatalyst</string>
4543
<key>LibraryPath</key>
4644
<string>PushwooshCore.framework</string>
4745
<key>SupportedArchitectures</key>
4846
<array>
49-
<string>arm64</string>
47+
<string>x86_64</string>
5048
</array>
5149
<key>SupportedPlatform</key>
5250
<string>ios</string>
51+
<key>SupportedPlatformVariant</key>
52+
<string>maccatalyst</string>
5353
</dict>
5454
</array>
5555
<key>CFBundlePackageType</key>

XCFramework/PushwooshGeozones.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshGeozones.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
2623
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>PushwooshGeozones.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
<dict>
3939
<key>BinaryPath</key>

XCFramework/PushwooshInboxUI.xcframework/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>PushwooshInboxUI.framework/PushwooshInboxUI</string>
9+
<string>PushwooshInboxUI.framework/Versions/A/PushwooshInboxUI</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-maccatalyst</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshInboxUI.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>maccatalyst</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>PushwooshInboxUI.framework/PushwooshInboxUI</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>PushwooshInboxUI.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
<dict>
3939
<key>BinaryPath</key>
40-
<string>PushwooshInboxUI.framework/Versions/A/PushwooshInboxUI</string>
40+
<string>PushwooshInboxUI.framework/PushwooshInboxUI</string>
4141
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-maccatalyst</string>
42+
<string>ios-arm64_x86_64-simulator</string>
4343
<key>LibraryPath</key>
4444
<string>PushwooshInboxUI.framework</string>
4545
<key>SupportedArchitectures</key>
@@ -50,7 +50,7 @@
5050
<key>SupportedPlatform</key>
5151
<string>ios</string>
5252
<key>SupportedPlatformVariant</key>
53-
<string>maccatalyst</string>
53+
<string>simulator</string>
5454
</dict>
5555
</array>
5656
<key>CFBundlePackageType</key>

XCFramework/PushwooshLiveActivities.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,32 @@
2424
<key>BinaryPath</key>
2525
<string>PushwooshLiveActivities.framework/PushwooshLiveActivities</string>
2626
<key>LibraryIdentifier</key>
27-
<string>ios-arm64_x86_64-simulator</string>
27+
<string>ios-arm64</string>
2828
<key>LibraryPath</key>
2929
<string>PushwooshLiveActivities.framework</string>
3030
<key>SupportedArchitectures</key>
3131
<array>
3232
<string>arm64</string>
33-
<string>x86_64</string>
3433
</array>
3534
<key>SupportedPlatform</key>
3635
<string>ios</string>
37-
<key>SupportedPlatformVariant</key>
38-
<string>simulator</string>
3936
</dict>
4037
<dict>
4138
<key>BinaryPath</key>
4239
<string>PushwooshLiveActivities.framework/PushwooshLiveActivities</string>
4340
<key>LibraryIdentifier</key>
44-
<string>ios-arm64</string>
41+
<string>ios-arm64_x86_64-simulator</string>
4542
<key>LibraryPath</key>
4643
<string>PushwooshLiveActivities.framework</string>
4744
<key>SupportedArchitectures</key>
4845
<array>
4946
<string>arm64</string>
47+
<string>x86_64</string>
5048
</array>
5149
<key>SupportedPlatform</key>
5250
<string>ios</string>
51+
<key>SupportedPlatformVariant</key>
52+
<string>simulator</string>
5353
</dict>
5454
</array>
5555
<key>CFBundlePackageType</key>

XCFramework/PushwooshVoIP.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>PushwooshVoIP.framework/PushwooshVoIP</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshVoIP.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>PushwooshVoIP.framework/PushwooshVoIP</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>PushwooshVoIP.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
<dict>
3939
<key>BinaryPath</key>

0 commit comments

Comments
 (0)