Skip to content

Commit 8872bbb

Browse files
author
pushwoosh
committed
Pushwoosh iOS SDK 6.9.1
1 parent 863bc17 commit 8872bbb

File tree

33 files changed

+53
-49
lines changed

33 files changed

+53
-49
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.9.1
6263
- 6.9.0
6364
- 6.8.6
6465
- 6.8.5

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.9.0"
4+
s.version = "6.9.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.9.0"
8+
s.version = "6.9.1"
99
s.summary = "Push notifications library by Pushwoosh."
1010
s.platform = :ios
1111

XCFramework/PushwooshBridge.xcframework/Info.plist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,48 +8,48 @@
88
<key>BinaryPath</key>
99
<string>PushwooshBridge.framework/PushwooshBridge</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshBridge.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>
26-
<string>PushwooshBridge.framework/PushwooshBridge</string>
23+
<string>PushwooshBridge.framework/Versions/A/PushwooshBridge</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-x86_64-maccatalyst</string>
2926
<key>LibraryPath</key>
3027
<string>PushwooshBridge.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
33-
<string>arm64</string>
30+
<string>x86_64</string>
3431
</array>
3532
<key>SupportedPlatform</key>
3633
<string>ios</string>
34+
<key>SupportedPlatformVariant</key>
35+
<string>maccatalyst</string>
3736
</dict>
3837
<dict>
3938
<key>BinaryPath</key>
40-
<string>PushwooshBridge.framework/Versions/A/PushwooshBridge</string>
39+
<string>PushwooshBridge.framework/PushwooshBridge</string>
4140
<key>LibraryIdentifier</key>
42-
<string>ios-x86_64-maccatalyst</string>
41+
<string>ios-arm64_x86_64-simulator</string>
4342
<key>LibraryPath</key>
4443
<string>PushwooshBridge.framework</string>
4544
<key>SupportedArchitectures</key>
4645
<array>
46+
<string>arm64</string>
4747
<string>x86_64</string>
4848
</array>
4949
<key>SupportedPlatform</key>
5050
<string>ios</string>
5151
<key>SupportedPlatformVariant</key>
52-
<string>maccatalyst</string>
52+
<string>simulator</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/PushwooshCore</string>
9+
<string>PushwooshCore.framework/Versions/A/PushwooshCore</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-x86_64-maccatalyst</string>
1212
<key>LibraryPath</key>
1313
<string>PushwooshCore.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
16-
<string>arm64</string>
1716
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
2120
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
21+
<string>maccatalyst</string>
2322
</dict>
2423
<dict>
2524
<key>BinaryPath</key>
2625
<string>PushwooshCore.framework/PushwooshCore</string>
2726
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
27+
<string>ios-arm64_x86_64-simulator</string>
2928
<key>LibraryPath</key>
3029
<string>PushwooshCore.framework</string>
3130
<key>SupportedArchitectures</key>
3231
<array>
3332
<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>
3739
</dict>
3840
<dict>
3941
<key>BinaryPath</key>
40-
<string>PushwooshCore.framework/Versions/A/PushwooshCore</string>
42+
<string>PushwooshCore.framework/PushwooshCore</string>
4143
<key>LibraryIdentifier</key>
42-
<string>ios-x86_64-maccatalyst</string>
44+
<string>ios-arm64</string>
4345
<key>LibraryPath</key>
4446
<string>PushwooshCore.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/ios-arm64/PushwooshCore.framework/Headers/PushwooshCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#import <PushwooshCore/PWCoreUtils.h>
1919
#import <PushwooshCore/PushwooshConfig.h>
2020

21-
#define PUSHWOOSH_VERSION @"6.9.0"
21+
#define PUSHWOOSH_VERSION @"6.9.1"
2222

2323
@interface PushwooshCoreManager : NSObject
2424

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
@@ -18,7 +18,7 @@
1818
#import <PushwooshCore/PWCoreUtils.h>
1919
#import <PushwooshCore/PushwooshConfig.h>
2020

21-
#define PUSHWOOSH_VERSION @"6.9.0"
21+
#define PUSHWOOSH_VERSION @"6.9.1"
2222

2323
@interface PushwooshCoreManager : NSObject
2424

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
@@ -46,7 +46,7 @@
4646
</data>
4747
<key>Headers/PushwooshCore.h</key>
4848
<data>
49-
cu7f4tvKt+F7cQQo6scpcebmaps=
49+
2AaYgw0ZEbZ6ZHqdfEfvnczgXFc=
5050
</data>
5151
<key>Headers/PushwooshLog.h</key>
5252
<data>
@@ -141,7 +141,7 @@
141141
<dict>
142142
<key>hash2</key>
143143
<data>
144-
lNnUsVdnbvPWDY24inMDi/xopQqwQVpfdPLmGkEoOog=
144+
7Ip7NDtbV1I7gCN9BNg4WhfvkGogCxHr5A+9knWyXjE=
145145
</data>
146146
</dict>
147147
<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
@@ -18,7 +18,7 @@
1818
#import <PushwooshCore/PWCoreUtils.h>
1919
#import <PushwooshCore/PushwooshConfig.h>
2020

21-
#define PUSHWOOSH_VERSION @"6.9.0"
21+
#define PUSHWOOSH_VERSION @"6.9.1"
2222

2323
@interface PushwooshCoreManager : NSObject
2424

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

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

2424
#endif
2525

26-
#define PUSHWOOSH_VERSION @"6.9.0"
26+
#define PUSHWOOSH_VERSION @"6.9.1"
2727

2828

2929
@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
@@ -23,7 +23,7 @@
2323

2424
#endif
2525

26-
#define PUSHWOOSH_VERSION @"6.9.0"
26+
#define PUSHWOOSH_VERSION @"6.9.1"
2727

2828

2929
@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
@@ -23,7 +23,7 @@
2323

2424
#endif
2525

26-
#define PUSHWOOSH_VERSION @"6.9.0"
26+
#define PUSHWOOSH_VERSION @"6.9.1"
2727

2828

2929
@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-
Cv8HM06e29sRMB77a57705z29os=
61+
/JNVxwI9sJJScw6PzYHMDUHElVI=
6262
</data>
6363
<key>Info.plist</key>
6464
<data>
@@ -210,7 +210,7 @@
210210
<dict>
211211
<key>hash2</key>
212212
<data>
213-
FFAfXOAIhx0L6jK2Jk5XcsolwwwHvOVgavg6ZNgW8bo=
213+
/cMx7aAxShZMVUufPnNmCr568eiBT61S2W21L6+ERI8=
214214
</data>
215215
</dict>
216216
<key>Modules/PushwooshFramework.swiftmodule/arm64-apple-ios-simulator.abi.json</key>

XCFramework/PushwooshInboxUI.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,34 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>PushwooshInboxUI.framework/Versions/A/PushwooshInboxUI</string>
9+
<string>PushwooshInboxUI.framework/PushwooshInboxUI</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-maccatalyst</string>
11+
<string>ios-arm64</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>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>maccatalyst</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
26-
<string>PushwooshInboxUI.framework/PushwooshInboxUI</string>
23+
<string>PushwooshInboxUI.framework/Versions/A/PushwooshInboxUI</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-maccatalyst</string>
2926
<key>LibraryPath</key>
3027
<string>PushwooshInboxUI.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>maccatalyst</string>
3737
</dict>
3838
<dict>
3939
<key>BinaryPath</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.9.0</string>
20+
<string>6.9.1</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>6.9.0</string>
26+
<string>6.9.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-
eljDd3pu3Px4rRwx/6wB83ajuaQ=
21+
Hzm5eqp83pEiy6EG+OKYn10K9v0=
2222
</data>
2323
<key>Modules/module.modulemap</key>
2424
<data>

iOS_SDK/Pushwoosh/Package.template.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ let package = Package(
1717
targets: ["PushwooshBridge"]),
1818
.library(
1919
name: "PushwooshLiveActivities",
20-
targets: ["PushwooshLiveActivities"])
20+
targets: ["PushwooshLiveActivities"]),
21+
.library(
22+
name: "PushwooshVoIP",
23+
targets: ["PushwooshVoIP"])
2124
],
2225
targets: [
2326
.binaryTarget(

iOS_SDK/Pushwoosh/Pushwoosh/Public/PushwooshFramework.h

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

2424
#endif
2525

26-
#define PUSHWOOSH_VERSION @"6.9.0"
26+
#define PUSHWOOSH_VERSION @"6.9.1"
2727

2828

2929
@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;

iOS_SDK/Pushwoosh/PushwooshCore/Public/PushwooshCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#import <PushwooshCore/PWCoreUtils.h>
1919
#import <PushwooshCore/PushwooshConfig.h>
2020

21-
#define PUSHWOOSH_VERSION @"6.9.0"
21+
#define PUSHWOOSH_VERSION @"6.9.1"
2222

2323
@interface PushwooshCoreManager : NSObject
2424

iOS_SDK/PushwooshInboxUI/PushwooshInboxUI.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 = "PushwooshInboxUI"
4-
s.version = "6.9.0"
4+
s.version = "6.9.1"
55
s.summary = "Pushwoosh Inbox UI library by Pushwoosh."
66
s.platform = :ios
77
s.ios.deployment_target = '9.0'

iOS_SDK/PushwooshInboxUI/PushwooshInboxUI/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.9.0</string>
18+
<string>6.9.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>6.9.0</string>
20+
<string>6.9.1</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

iOS_SDK/PushwooshInboxUI/PushwooshInboxUI/Public/PWIInboxUI.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#import "PWIInboxStyle.h"
1111
#import "PWIInboxViewController.h"
1212

13-
NSString * const PushwooshInboxUIVersion = @"6.9.0";
13+
NSString * const PushwooshInboxUIVersion = @"6.9.1";
1414

1515
@implementation PWIInboxUI
1616

0 commit comments

Comments
 (0)