Skip to content

Commit 3e5228f

Browse files
updated project version
1 parent 7a28858 commit 3e5228f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sources/StreamChatSwiftUI/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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>
@@ -20,5 +18,7 @@
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>

StreamChatSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@
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;
@@ -1175,7 +1175,7 @@
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;

0 commit comments

Comments
 (0)