File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Sources/StreamChatSwiftUI
StreamChatSwiftUI.xcodeproj Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5- <key >NSPhotoLibraryUsageDescription </key >
6- <string >Access to your photo library is needed for attaching photos. </string >
75 <key >CFBundleDevelopmentRegion </key >
86 <string >$(DEVELOPMENT_LANGUAGE) </string >
97 <key >CFBundleExecutable </key >
2018 <string >$(MARKETING_VERSION) </string >
2119 <key >CFBundleVersion </key >
2220 <string >$(CURRENT_PROJECT_VERSION) </string >
21+ <key >NSPhotoLibraryUsageDescription </key >
22+ <string >Access to your photo library is needed for attaching photos. </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "StreamChatSwiftUI"
3- spec . version = "4.5.3 "
3+ spec . version = "4.6.0 "
44 spec . summary = "StreamChat SwiftUI Components"
55 spec . description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."
66
Original file line number Diff line number Diff line change 11421142 "@executable_path/Frameworks",
11431143 "@loader_path/Frameworks",
11441144 );
1145- MARKETING_VERSION = 1 .0;
1145+ MARKETING_VERSION = 4.6 .0;
11461146 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.StreamChatSwiftUI;
11471147 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
11481148 SKIP_INSTALL = YES;
11751175 "@executable_path/Frameworks",
11761176 "@loader_path/Frameworks",
11771177 );
1178- MARKETING_VERSION = 1 .0;
1178+ MARKETING_VERSION = 4.6 .0;
11791179 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.StreamChatSwiftUI;
11801180 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
11811181 SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments