File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
PubNubSwiftChatSDK.xcodeproj Expand file tree Collapse file tree 3 files changed +14
-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.30.1
3+ version : 0.30.2
44schema : 1
55changelog :
6+ - date : 2025-06-12
7+ version : 0.30.2
8+ changes :
9+ - type : feature
10+ text : " Add `autoModerationId` property in EventContent.Report."
11+ - type : improvement
12+ text : " Add PrivacyInfo.xcprivacy."
13+ - type : improvement
14+ text : " Remove unused `PubNubSwiftChatSDK_Info.plist` file."
615 - date : 2025-05-21
716 version : 0.30.1
817 changes :
@@ -168,7 +177,7 @@ sdks:
168177 - distribution-type : source
169178 distribution-repository : GitHub release
170179 package-name : PubNubSwiftChatSDK
171- location : https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.30.1 .zip
180+ location : https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.30.2 .zip
172181 supported-platforms :
173182 supported-operating-systems :
174183 iOS :
Original file line number Diff line number Diff line change 952952 "@loader_path/Frameworks",
953953 );
954954 MACOSX_DEPLOYMENT_TARGET = 11.0;
955- MARKETING_VERSION = 0.30.1 ;
955+ MARKETING_VERSION = 0.30.2 ;
956956 MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
957957 MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
958958 OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
10001000 "@loader_path/Frameworks",
10011001 );
10021002 MACOSX_DEPLOYMENT_TARGET = 11.0;
1003- MARKETING_VERSION = 0.30.1 ;
1003+ MARKETING_VERSION = 0.30.2 ;
10041004 MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
10051005 MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
10061006 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.30.1 "
13+ let pubNubSwiftChatSDKVersion : String = " 0.30.2 "
You can’t perform that action at this time.
0 commit comments