Skip to content

Commit 4c5ef1d

Browse files
pushwooshpushwoosh
authored andcommitted
Pushwoosh iOS SDK 6.8.4
1 parent dd80acf commit 4c5ef1d

File tree

38 files changed

+114
-105
lines changed

38 files changed

+114
-105
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.4
6263
- 6.8.3
6364
- 6.8.2
6465
- 6.8.1

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.3"
4+
s.version = "6.8.4"
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.3"
8+
s.version = "6.8.4"
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
@@ -23,33 +23,33 @@
2323
</dict>
2424
<dict>
2525
<key>BinaryPath</key>
26-
<string>PushwooshBridge.framework/PushwooshBridge</string>
26+
<string>PushwooshBridge.framework/Versions/A/PushwooshBridge</string>
2727
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
28+
<string>ios-x86_64-maccatalyst</string>
2929
<key>LibraryPath</key>
3030
<string>PushwooshBridge.framework</string>
3131
<key>SupportedArchitectures</key>
3232
<array>
33-
<string>arm64</string>
33+
<string>x86_64</string>
3434
</array>
3535
<key>SupportedPlatform</key>
3636
<string>ios</string>
37+
<key>SupportedPlatformVariant</key>
38+
<string>maccatalyst</string>
3739
</dict>
3840
<dict>
3941
<key>BinaryPath</key>
40-
<string>PushwooshBridge.framework/Versions/A/PushwooshBridge</string>
42+
<string>PushwooshBridge.framework/PushwooshBridge</string>
4143
<key>LibraryIdentifier</key>
42-
<string>ios-x86_64-maccatalyst</string>
44+
<string>ios-arm64</string>
4345
<key>LibraryPath</key>
4446
<string>PushwooshBridge.framework</string>
4547
<key>SupportedArchitectures</key>
4648
<array>
47-
<string>x86_64</string>
49+
<string>arm64</string>
4850
</array>
4951
<key>SupportedPlatform</key>
5052
<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/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.3"
19+
#define PUSHWOOSH_VERSION @"6.8.4"
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.3"
19+
#define PUSHWOOSH_VERSION @"6.8.4"
2020

2121
@interface PushwooshCoreManager : NSObject
2222

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
</data>
3939
<key>Headers/PushwooshCore.h</key>
4040
<data>
41-
lghTLgJSvxOUAYS5HljxxWD/o/E=
41+
4/prv35EUDZg+9ygALFjjnGgm2Y=
4242
</data>
4343
<key>Headers/PushwooshLog.h</key>
4444
<data>
4545
/BTA4Sql9g6vQvRvezHkJyRGP0A=
4646
</data>
4747
<key>Info.plist</key>
4848
<data>
49-
Vr0hicLHu0ZAWK3aDTwSh7Td0LQ=
49+
ti8PFNF7DK2TNxKN9x4AFbFsVKk=
5050
</data>
5151
<key>Modules/module.modulemap</key>
5252
<data>
@@ -119,7 +119,7 @@
119119
<dict>
120120
<key>hash2</key>
121121
<data>
122-
GKCr6a52CDnQwHqz7p28nDhaXttQJ3VkA72JTn+q4JQ=
122+
yGKWEU4OgayZ6ErUu3ssX5/F/+2KbwKUUKls+juAUu0=
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.3"
19+
#define PUSHWOOSH_VERSION @"6.8.4"
2020

2121
@interface PushwooshCoreManager : NSObject
2222

XCFramework/PushwooshCore.xcframework/ios-x86_64-maccatalyst/PushwooshCore.framework/Versions/A/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<key>DTXcodeBuild</key>
4242
<string>15F31d</string>
4343
<key>LSMinimumSystemVersion</key>
44-
<string>14.5</string>
44+
<string>10.15</string>
4545
<key>NSHumanReadableCopyright</key>
4646
<string>Copyright © 2025 Pushwoosh. All rights reserved.</string>
4747
<key>UIDeviceFamily</key>

XCFramework/PushwooshFramework.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@
88
<key>BinaryPath</key>
99
<string>PushwooshFramework.framework/PushwooshFramework</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</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>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
@@ -39,18 +42,15 @@
3942
<key>BinaryPath</key>
4043
<string>PushwooshFramework.framework/PushwooshFramework</string>
4144
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-simulator</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>simulator</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.3"
25+
#define PUSHWOOSH_VERSION @"6.8.4"
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.3"
25+
#define PUSHWOOSH_VERSION @"6.8.4"
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.3"
25+
#define PUSHWOOSH_VERSION @"6.8.4"
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-
JdRNhDNRv6uFNxhAEjHQXZaONOc=
61+
HewW2PrAqksZ9qf+jbFeM05QIVk=
6262
</data>
6363
<key>Info.plist</key>
6464
<data>
@@ -210,7 +210,7 @@
210210
<dict>
211211
<key>hash2</key>
212212
<data>
213-
Unfgp5NnCYKi3vcwi7yldro2OZXPMSOBy9F6k4YSV2s=
213+
DIMQdhRMJKHSPd66rcvStif0ieaMiSWiAWagsV6sndk=
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,38 +8,38 @@
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/Versions/A/PushwooshGeozones</string>
26+
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-maccatalyst</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>PushwooshGeozones.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>maccatalyst</string>
3737
</dict>
3838
<dict>
3939
<key>BinaryPath</key>
40-
<string>PushwooshGeozones.framework/PushwooshGeozones</string>
40+
<string>PushwooshGeozones.framework/Versions/A/PushwooshGeozones</string>
4141
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-simulator</string>
42+
<string>ios-arm64_x86_64-maccatalyst</string>
4343
<key>LibraryPath</key>
4444
<string>PushwooshGeozones.framework</string>
4545
<key>SupportedArchitectures</key>
@@ -50,7 +50,7 @@
5050
<key>SupportedPlatform</key>
5151
<string>ios</string>
5252
<key>SupportedPlatformVariant</key>
53-
<string>simulator</string>
53+
<string>maccatalyst</string>
5454
</dict>
5555
</array>
5656
<key>CFBundlePackageType</key>

XCFramework/PushwooshInboxUI.xcframework/Info.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
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_x86_64-simulator</string>
11+
<string>ios-arm64_x86_64-maccatalyst</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshInboxUI.framework</string>
1414
<key>SupportedArchitectures</key>
@@ -19,38 +19,38 @@
1919
<key>SupportedPlatform</key>
2020
<string>ios</string>
2121
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
22+
<string>maccatalyst</string>
2323
</dict>
2424
<dict>
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>
40-
<string>PushwooshInboxUI.framework/Versions/A/PushwooshInboxUI</string>
43+
<string>PushwooshInboxUI.framework/PushwooshInboxUI</string>
4144
<key>LibraryIdentifier</key>
42-
<string>ios-arm64_x86_64-maccatalyst</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>maccatalyst</string>
5454
</dict>
5555
</array>
5656
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)