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 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
- <key >NSPhotoLibraryUsageDescription </key >
6
- <string >Access to your photo library is needed for attaching photos. </string >
7
5
<key >CFBundleDevelopmentRegion </key >
8
6
<string >$(DEVELOPMENT_LANGUAGE) </string >
9
7
<key >CFBundleExecutable </key >
20
18
<string >$(MARKETING_VERSION) </string >
21
19
<key >CFBundleVersion </key >
22
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
+ <key >NSPhotoLibraryUsageDescription </key >
22
+ <string >Access to your photo library is needed for attaching photos. </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "StreamChatSwiftUI"
3
- spec . version = "4.5.3 "
3
+ spec . version = "4.6.0 "
4
4
spec . summary = "StreamChat SwiftUI Components"
5
5
spec . description = "StreamChatUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK."
6
6
Original file line number Diff line number Diff line change 1142
1142
"@executable_path/Frameworks",
1143
1143
"@loader_path/Frameworks",
1144
1144
);
1145
- MARKETING_VERSION = 1 .0;
1145
+ MARKETING_VERSION = 4.6 .0;
1146
1146
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.StreamChatSwiftUI;
1147
1147
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1148
1148
SKIP_INSTALL = YES;
1175
1175
"@executable_path/Frameworks",
1176
1176
"@loader_path/Frameworks",
1177
1177
);
1178
- MARKETING_VERSION = 1 .0;
1178
+ MARKETING_VERSION = 4.6 .0;
1179
1179
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.StreamChatSwiftUI;
1180
1180
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1181
1181
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments