Skip to content

Commit beacaf1

Browse files
pushwooshpushwoosh
authored andcommitted
Pushwoosh iOS SDK 6.8.1
1 parent 2413ef4 commit beacaf1

File tree

35 files changed

+66
-65
lines changed

35 files changed

+66
-65
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ body:
5959
label: Your Pushwoosh iOS SDK version
6060
description: Your iOS SDK version which was integrated to the app. You may find it on the [releases page](https://github.com/Pushwoosh/pushwoosh-ios-sdk/releases)
6161
options:
62+
- 6.8.1
6263
- 6.8.0
6364
- 6.7.18
6465
- 6.7.17

PushwooshInboxUIXCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PushwooshInboxUIXCFramework"
4-
s.version = "6.8.0"
4+
s.version = "6.8.1"
55
s.summary = "Pushwoosh Inbox UI library by Pushwoosh."
66
s.platform = :ios
77
s.ios.deployment_target = '9.0'

PushwooshXCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Pod::Spec.new do |s|
66

77
s.name = "PushwooshXCFramework"
8-
s.version = "6.8.0"
8+
s.version = "6.8.1"
99
s.summary = "Push notifications library by Pushwoosh."
1010
s.platform = :ios
1111

XCFramework/PushwooshBridge.xcframework/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@
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</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshBridge.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
16-
<string>x86_64</string>
16+
<string>arm64</string>
1717
</array>
1818
<key>SupportedPlatform</key>
1919
<string>ios</string>
20-
<key>SupportedPlatformVariant</key>
21-
<string>maccatalyst</string>
2220
</dict>
2321
<dict>
2422
<key>BinaryPath</key>
25-
<string>PushwooshBridge.framework/PushwooshBridge</string>
23+
<string>PushwooshBridge.framework/Versions/A/PushwooshBridge</string>
2624
<key>LibraryIdentifier</key>
27-
<string>ios-arm64</string>
25+
<string>ios-x86_64-maccatalyst</string>
2826
<key>LibraryPath</key>
2927
<string>PushwooshBridge.framework</string>
3028
<key>SupportedArchitectures</key>
3129
<array>
32-
<string>arm64</string>
30+
<string>x86_64</string>
3331
</array>
3432
<key>SupportedPlatform</key>
3533
<string>ios</string>
34+
<key>SupportedPlatformVariant</key>
35+
<string>maccatalyst</string>
3636
</dict>
3737
<dict>
3838
<key>BinaryPath</key>

XCFramework/PushwooshCore.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>PushwooshCore.framework/PushwooshCore</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshCore.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>PushwooshCore.framework/PushwooshCore</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>PushwooshCore.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/PushwooshCore.xcframework/ios-arm64/PushwooshCore.framework/Headers/PushwooshCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#import <PushwooshCore/PWCoreGDPRManager.h>
1717
#import <PushwooshCore/PWCoreServerCommunicationManager.h>
1818

19-
#define PUSHWOOSH_VERSION @"6.8.0"
19+
#define PUSHWOOSH_VERSION @"6.8.1"
2020

2121
@interface PushwooshCoreManager : NSObject
2222

XCFramework/PushwooshCore.xcframework/ios-arm64_x86_64-simulator/PushwooshCore.framework/Headers/PushwooshCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#import <PushwooshCore/PWCoreGDPRManager.h>
1717
#import <PushwooshCore/PWCoreServerCommunicationManager.h>
1818

19-
#define PUSHWOOSH_VERSION @"6.8.0"
19+
#define PUSHWOOSH_VERSION @"6.8.1"
2020

2121
@interface PushwooshCoreManager : NSObject
2222

XCFramework/PushwooshCore.xcframework/ios-arm64_x86_64-simulator/PushwooshCore.framework/_CodeSignature/CodeResources

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</data>
3939
<key>Headers/PushwooshCore.h</key>
4040
<data>
41-
a6qBEgOz3FEKhdHQFIqXYkynzMo=
41+
FEr1gWy652wXLIPS5KXrgDFnYzY=
4242
</data>
4343
<key>Headers/PushwooshLog.h</key>
4444
<data>
@@ -119,7 +119,7 @@
119119
<dict>
120120
<key>hash2</key>
121121
<data>
122-
BEaLPteaYZVxluICxRbmfDBy3KGuh+oQNegan0fawR4=
122+
IwiEBgQXu9Id+qvorZRZBx9GsqeNeQYD7CtNVvhroTg=
123123
</data>
124124
</dict>
125125
<key>Headers/PushwooshLog.h</key>

XCFramework/PushwooshCore.xcframework/ios-x86_64-maccatalyst/PushwooshCore.framework/Versions/A/Headers/PushwooshCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#import <PushwooshCore/PWCoreGDPRManager.h>
1717
#import <PushwooshCore/PWCoreServerCommunicationManager.h>
1818

19-
#define PUSHWOOSH_VERSION @"6.8.0"
19+
#define PUSHWOOSH_VERSION @"6.8.1"
2020

2121
@interface PushwooshCoreManager : NSObject
2222

XCFramework/PushwooshFramework.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>PushwooshFramework.framework/PushwooshFramework</string>
9+
<string>PushwooshFramework.framework/Versions/A/PushwooshFramework</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-maccatalyst</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshFramework.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>
@@ -37,20 +40,17 @@
3740
</dict>
3841
<dict>
3942
<key>BinaryPath</key>
40-
<string>PushwooshFramework.framework/Versions/A/PushwooshFramework</string>
43+
<string>PushwooshFramework.framework/PushwooshFramework</string>
4144
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-maccatalyst</string>
45+
<string>ios-arm64</string>
4346
<key>LibraryPath</key>
4447
<string>PushwooshFramework.framework</string>
4548
<key>SupportedArchitectures</key>
4649
<array>
4750
<string>arm64</string>
48-
<string>x86_64</string>
4951
</array>
5052
<key>SupportedPlatform</key>
5153
<string>ios</string>
52-
<key>SupportedPlatformVariant</key>
53-
<string>maccatalyst</string>
5454
</dict>
5555
</array>
5656
<key>CFBundlePackageType</key>

XCFramework/PushwooshFramework.xcframework/ios-arm64/PushwooshFramework.framework/Headers/PushwooshFramework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#endif
2424

25-
#define PUSHWOOSH_VERSION @"6.8.0"
25+
#define PUSHWOOSH_VERSION @"6.8.1"
2626

2727

2828
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;

XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshFramework.framework/Versions/A/Headers/PushwooshFramework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#endif
2424

25-
#define PUSHWOOSH_VERSION @"6.8.0"
25+
#define PUSHWOOSH_VERSION @"6.8.1"
2626

2727

2828
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;

XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/Headers/PushwooshFramework.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#endif
2424

25-
#define PUSHWOOSH_VERSION @"6.8.0"
25+
#define PUSHWOOSH_VERSION @"6.8.1"
2626

2727

2828
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;

XCFramework/PushwooshFramework.xcframework/ios-arm64_x86_64-simulator/PushwooshFramework.framework/_CodeSignature/CodeResources

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</data>
5959
<key>Headers/PushwooshFramework.h</key>
6060
<data>
61-
bW11zdiKloGEw9Q/lghtR9E1dBg=
61+
97AKHl1D07EWrFCpJUnKUqIoyLA=
6262
</data>
6363
<key>Info.plist</key>
6464
<data>
@@ -210,7 +210,7 @@
210210
<dict>
211211
<key>hash2</key>
212212
<data>
213-
AAvodbBkknrZRWmITDg13iwzLCL7vbLpjmnQkzGRd7I=
213+
FbidkfKsgujcZqFpONqJFYsDJndW+9FksTGTulyUajM=
214214
</data>
215215
</dict>
216216
<key>Modules/PushwooshFramework.swiftmodule/arm64-apple-ios-simulator.abi.json</key>

XCFramework/PushwooshGeozones.xcframework/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,24 @@
88
<key>BinaryPath</key>
99
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</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>
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>
23-
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
26+
<string>PushwooshGeozones.framework/Versions/A/PushwooshGeozones</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64_x86_64-maccatalyst</string>
2629
<key>LibraryPath</key>
2730
<string>PushwooshGeozones.framework</string>
2831
<key>SupportedArchitectures</key>
@@ -33,24 +36,21 @@
3336
<key>SupportedPlatform</key>
3437
<string>ios</string>
3538
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
39+
<string>maccatalyst</string>
3740
</dict>
3841
<dict>
3942
<key>BinaryPath</key>
40-
<string>PushwooshGeozones.framework/Versions/A/PushwooshGeozones</string>
43+
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
4144
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-maccatalyst</string>
45+
<string>ios-arm64</string>
4346
<key>LibraryPath</key>
4447
<string>PushwooshGeozones.framework</string>
4548
<key>SupportedArchitectures</key>
4649
<array>
4750
<string>arm64</string>
48-
<string>x86_64</string>
4951
</array>
5052
<key>SupportedPlatform</key>
5153
<string>ios</string>
52-
<key>SupportedPlatformVariant</key>
53-
<string>maccatalyst</string>
5454
</dict>
5555
</array>
5656
<key>CFBundlePackageType</key>

XCFramework/PushwooshInboxUI.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,32 @@
2525
<key>BinaryPath</key>
2626
<string>PushwooshInboxUI.framework/PushwooshInboxUI</string>
2727
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
28+
<string>ios-arm64_x86_64-simulator</string>
2929
<key>LibraryPath</key>
3030
<string>PushwooshInboxUI.framework</string>
3131
<key>SupportedArchitectures</key>
3232
<array>
3333
<string>arm64</string>
34+
<string>x86_64</string>
3435
</array>
3536
<key>SupportedPlatform</key>
3637
<string>ios</string>
38+
<key>SupportedPlatformVariant</key>
39+
<string>simulator</string>
3740
</dict>
3841
<dict>
3942
<key>BinaryPath</key>
4043
<string>PushwooshInboxUI.framework/PushwooshInboxUI</string>
4144
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-simulator</string>
45+
<string>ios-arm64</string>
4346
<key>LibraryPath</key>
4447
<string>PushwooshInboxUI.framework</string>
4548
<key>SupportedArchitectures</key>
4649
<array>
4750
<string>arm64</string>
48-
<string>x86_64</string>
4951
</array>
5052
<key>SupportedPlatform</key>
5153
<string>ios</string>
52-
<key>SupportedPlatformVariant</key>
53-
<string>simulator</string>
5454
</dict>
5555
</array>
5656
<key>CFBundlePackageType</key>

XCFramework/PushwooshInboxUI.xcframework/ios-arm64_x86_64-maccatalyst/PushwooshInboxUI.framework/Versions/A/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>6.8.0</string>
20+
<string>6.8.1</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>6.8.0</string>
26+
<string>6.8.1</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>

XCFramework/PushwooshInboxUI.xcframework/ios-arm64_x86_64-simulator/PushwooshInboxUI.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</data>
1919
<key>Info.plist</key>
2020
<data>
21-
lvyzJTrVAwGXNhhkJWc7Sgh/f4s=
21+
rZSvJxtVwxMPFMmbT9Xnm1/TOg0=
2222
</data>
2323
<key>Modules/module.modulemap</key>
2424
<data>

0 commit comments

Comments
 (0)