File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
PubNubSwiftChatSDK.xcodeproj Expand file tree Collapse file tree 3 files changed +10
-5
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.33 .0
3+ version : 0.34 .0
44schema : 1
55changelog :
6+ - date : 2026-01-26
7+ version : 0.34.0
8+ changes :
9+ - type : feature
10+ text : " Add limit and offset parameters to whoIsPresent methods."
611 - date : 2025-12-10
712 version : 0.33.0
813 changes :
@@ -202,7 +207,7 @@ sdks:
202207 - distribution-type : source
203208 distribution-repository : GitHub release
204209 package-name : PubNubSwiftChatSDK
205- location : https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.33 .0.zip
210+ location : https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.34 .0.zip
206211 supported-platforms :
207212 supported-operating-systems :
208213 iOS :
Original file line number Diff line number Diff line change 976976 "@loader_path/Frameworks",
977977 );
978978 MACOSX_DEPLOYMENT_TARGET = 11.0;
979- MARKETING_VERSION = 0.33 .0;
979+ MARKETING_VERSION = 0.34 .0;
980980 MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
981981 MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
982982 OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
10241024 "@loader_path/Frameworks",
10251025 );
10261026 MACOSX_DEPLOYMENT_TARGET = 11.0;
1027- MARKETING_VERSION = 0.33 .0;
1027+ MARKETING_VERSION = 0.34 .0;
10281028 MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10291029 MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
10301030 OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
Original file line number Diff line number Diff line change 1010
1111import Foundation
1212
13- let pubNubSwiftChatSDKVersion : String = " 0.33 .0 "
13+ let pubNubSwiftChatSDKVersion : String = " 0.34 .0 "
You can’t perform that action at this time.
0 commit comments