Skip to content

Commit

Permalink
Bump v.1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
buh committed Oct 9, 2019
1 parent 500d121 commit ef1318d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
4 changes: 4 additions & 0 deletions Example/ChatExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -530,13 +530,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ChatExample/ChatExample.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 102;
DEVELOPMENT_TEAM = EHV7XZLAHA;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../Carthage/Build/iOS";
INFOPLIST_FILE = ChatExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.11;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.ChatExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -551,13 +553,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ChatExample/ChatExample.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 102;
DEVELOPMENT_TEAM = EHV7XZLAHA;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../Carthage/Build/iOS";
INFOPLIST_FILE = ChatExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.11;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.ChatExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions Example/ChatExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>21</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion StreamChat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StreamChat"
spec.version = "1.3.10"
spec.version = "1.3.11"
spec.summary = "Stream iOS Chat"
spec.description = "stream-chat-swift is the official Swift client and UI for Stream Chat, a service for building chat applications."

Expand Down
12 changes: 8 additions & 4 deletions StreamChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = EHV7XZLAHA;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1435,7 +1436,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.10;
MARKETING_VERSION = 1.3.11;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -1448,6 +1449,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = EHV7XZLAHA;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1464,7 +1466,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.10;
MARKETING_VERSION = 1.3.11;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChat;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -1477,6 +1479,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = EHV7XZLAHA;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1493,7 +1496,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.10;
MARKETING_VERSION = 1.3.11;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -1506,6 +1509,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = EHV7XZLAHA;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1522,7 +1526,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3.10;
MARKETING_VERSION = 1.3.11;
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.StreamChatCore;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion StreamChat/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>100</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion StreamChatCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "StreamChatCore"
spec.version = "1.3.10"
spec.version = "1.3.11"
spec.summary = "Stream iOS Chat Core"
spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."

Expand Down
2 changes: 1 addition & 1 deletion StreamChatCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>100</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>

0 comments on commit ef1318d

Please sign in to comment.