File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Sources/StreamChatSwiftUI
StreamChatSwiftUI.xcodeproj Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >4.11.0 </string >
18
+ <string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPhotoLibraryUsageDescription </key >
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.11 .0"
3
+ spec . version = "4.8 .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 1878
1878
"@executable_path/Frameworks",
1879
1879
"@loader_path/Frameworks",
1880
1880
);
1881
- MARKETING_VERSION = 4.6.2 ;
1881
+ MARKETING_VERSION = 4.8.0 ;
1882
1882
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.StreamChatSwiftUI;
1883
1883
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1884
1884
SKIP_INSTALL = YES;
1911
1911
"@executable_path/Frameworks",
1912
1912
"@loader_path/Frameworks",
1913
1913
);
1914
- MARKETING_VERSION = 4.6.2 ;
1914
+ MARKETING_VERSION = 4.8.0 ;
1915
1915
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.StreamChatSwiftUI;
1916
1916
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1917
1917
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments