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.6.4 </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.6.4 "
3
+ spec . version = "4.6.2 "
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 1658
1658
"@executable_path/Frameworks",
1659
1659
"@loader_path/Frameworks",
1660
1660
);
1661
- MARKETING_VERSION = 4.6.0 ;
1661
+ MARKETING_VERSION = 4.6.2 ;
1662
1662
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.StreamChatSwiftUI;
1663
1663
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1664
1664
SKIP_INSTALL = YES;
1691
1691
"@executable_path/Frameworks",
1692
1692
"@loader_path/Frameworks",
1693
1693
);
1694
- MARKETING_VERSION = 4.6.0 ;
1694
+ MARKETING_VERSION = 4.6.2 ;
1695
1695
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.StreamChatSwiftUI;
1696
1696
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1697
1697
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments