File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed
PubNubSwiftChatSDK.xcodeproj Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : swift-chat-sdk
2
2
scm : github.com/pubnub/swift-chat-sdk
3
- version : 0.30.2
3
+ version : 0.30.3
4
4
schema : 1
5
5
changelog :
6
+ - date : 2025-08-01
7
+ version : 0.30.3
8
+ changes :
9
+ - type : bug
10
+ text : " Update dependencies to resolve the issue with unstable hash computation."
6
11
- date : 2025-06-12
7
12
version : 0.30.2
8
13
changes :
@@ -177,7 +182,7 @@ sdks:
177
182
- distribution-type : source
178
183
distribution-repository : GitHub release
179
184
package-name : PubNubSwiftChatSDK
180
- location : https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.30.2 .zip
185
+ location : https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.30.3 .zip
181
186
supported-platforms :
182
187
supported-operating-systems :
183
188
iOS :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ let package = Package(
18
18
)
19
19
] ,
20
20
dependencies: [
21
- . package ( url: " https://github.com/pubnub/kmp-chat " , exact: " 0.14.0 -swift " ) ,
22
- . package ( url: " https://github.com/pubnub/swift " , exact: " 9.2.0 " )
21
+ . package ( url: " https://github.com/pubnub/kmp-chat " , exact: " 0.15.1 -swift " ) ,
22
+ . package ( url: " https://github.com/pubnub/swift " , exact: " 9.3.1 " )
23
23
] ,
24
24
targets: [
25
25
// Targets are the basic building blocks of a package, defining a module or a test suite.
Original file line number Diff line number Diff line change 968
968
"@loader_path/Frameworks",
969
969
);
970
970
MACOSX_DEPLOYMENT_TARGET = 11.0;
971
- MARKETING_VERSION = 0.30.2 ;
971
+ MARKETING_VERSION = 0.30.3 ;
972
972
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
973
973
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
974
974
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
1016
1016
"@loader_path/Frameworks",
1017
1017
);
1018
1018
MACOSX_DEPLOYMENT_TARGET = 11.0;
1019
- MARKETING_VERSION = 0.30.2 ;
1019
+ MARKETING_VERSION = 0.30.3 ;
1020
1020
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
1021
1021
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
1022
1022
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
1129
1129
repositoryURL = "https://github.com/pubnub/kmp-chat";
1130
1130
requirement = {
1131
1131
kind = exactVersion;
1132
- version = "0.14.0 -swift";
1132
+ version = "0.15.1 -swift";
1133
1133
};
1134
1134
};
1135
1135
3DCF7DFA2CD0FFCC00889326 /* XCRemoteSwiftPackageReference "swift" */ = {
1136
1136
isa = XCRemoteSwiftPackageReference;
1137
1137
repositoryURL = "https://github.com/pubnub/swift";
1138
1138
requirement = {
1139
1139
kind = exactVersion;
1140
- version = 9.2.0 ;
1140
+ version = 9.3.1 ;
1141
1141
};
1142
1142
};
1143
1143
/* End XCRemoteSwiftPackageReference section */
Original file line number Diff line number Diff line change 10
10
11
11
import Foundation
12
12
13
- let pubNubSwiftChatSDKVersion : String = " 0.30.2 "
13
+ let pubNubSwiftChatSDKVersion : String = " 0.30.3 "
You can’t perform that action at this time.
0 commit comments