File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "StreamChat"
3- spec . version = "1.3.7 "
3+ spec . version = "1.3.8 "
44 spec . summary = "Stream iOS Chat"
55 spec . description = "stream-chat-swift is the official Swift client and UI for Stream Chat, a service for building chat applications."
66
Original file line number Diff line number Diff line change 15001500 "@executable_path/Frameworks",
15011501 "@loader_path/Frameworks",
15021502 );
1503+ MARKETING_VERSION = 1.3.8;
15031504 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
15041505 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15051506 SKIP_INSTALL = YES;
15281529 "@executable_path/Frameworks",
15291530 "@loader_path/Frameworks",
15301531 );
1532+ MARKETING_VERSION = 1.3.8;
15311533 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
15321534 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15331535 SKIP_INSTALL = YES;
15561558 "@executable_path/Frameworks",
15571559 "@loader_path/Frameworks",
15581560 );
1561+ MARKETING_VERSION = 1.3.8;
15591562 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
15601563 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15611564 SKIP_INSTALL = YES;
15841587 "@executable_path/Frameworks",
15851588 "@loader_path/Frameworks",
15861589 );
1590+ MARKETING_VERSION = 1.3.8;
15871591 PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
15881592 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
15891593 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.3.7 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleVersion </key >
2020 <string >100 </string >
2121</dict >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "StreamChatCore"
3- spec . version = "1.3.7 "
3+ spec . version = "1.3.8 "
44 spec . summary = "Stream iOS Chat Core"
55 spec . description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."
66
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.3.7 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleVersion </key >
2020 <string >100 </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments