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 11name : swift-chat-sdk
22scm : github.com/pubnub/swift-chat-sdk
3- version : 0.30.2
3+ version : 0.30.3
44schema : 1
55changelog :
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."
611 - date : 2025-06-12
712 version : 0.30.2
813 changes :
@@ -177,7 +182,7 @@ sdks:
177182 - distribution-type : source
178183 distribution-repository : GitHub release
179184 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
181186 supported-platforms :
182187 supported-operating-systems :
183188 iOS :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ let package = Package(
1818 )
1919 ] ,
2020 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 " )
2323 ] ,
2424 targets: [
2525 // 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 968968 "@loader_path/Frameworks",
969969 );
970970 MACOSX_DEPLOYMENT_TARGET = 11.0;
971- MARKETING_VERSION = 0.30.2 ;
971+ MARKETING_VERSION = 0.30.3 ;
972972 MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
973973 MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
974974 OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
10161016 "@loader_path/Frameworks",
10171017 );
10181018 MACOSX_DEPLOYMENT_TARGET = 11.0;
1019- MARKETING_VERSION = 0.30.2 ;
1019+ MARKETING_VERSION = 0.30.3 ;
10201020 MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10211021 MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
10221022 OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
11291129 repositoryURL = "https://github.com/pubnub/kmp-chat";
11301130 requirement = {
11311131 kind = exactVersion;
1132- version = "0.14.0 -swift";
1132+ version = "0.15.1 -swift";
11331133 };
11341134 };
11351135 3DCF7DFA2CD0FFCC00889326 /* XCRemoteSwiftPackageReference "swift" */ = {
11361136 isa = XCRemoteSwiftPackageReference;
11371137 repositoryURL = "https://github.com/pubnub/swift";
11381138 requirement = {
11391139 kind = exactVersion;
1140- version = 9.2.0 ;
1140+ version = 9.3.1 ;
11411141 };
11421142 };
11431143/* End XCRemoteSwiftPackageReference section */
Original file line number Diff line number Diff line change 1010
1111import Foundation
1212
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