Skip to content

Commit e2d642b

Browse files
committed
Bump v.2.0.1
1 parent f20be6b commit e2d642b

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Configs/Faye.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

Configs/GetStream.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Faye.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Faye"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "Faye Swift Client for GetStream"
55
s.homepage = "https://github.com/GetStream/stream-swift"
66
s.license = { :type => "BSD-3", :file => "LICENSE" }

GetStream.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "GetStream"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "Swift Client - Build Activity Feeds & Streams with GetStream.io https://getstream.io"
55
s.homepage = "https://github.com/GetStream/stream-swift"
66
s.license = { :type => "BSD-3", :file => "LICENSE" }

GetStream.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@
10901090
INFOPLIST_FILE = Configs/GetStream.plist;
10911091
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
10921092
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1093+
MARKETING_VERSION = 2.0.1;
10931094
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.GetStream;
10941095
PRODUCT_NAME = GetStream;
10951096
SKIP_INSTALL = YES;
@@ -1112,6 +1113,7 @@
11121113
INFOPLIST_FILE = Configs/GetStream.plist;
11131114
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11141115
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1116+
MARKETING_VERSION = 2.0.1;
11151117
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.GetStream;
11161118
PRODUCT_NAME = GetStream;
11171119
SKIP_INSTALL = YES;
@@ -1166,6 +1168,7 @@
11661168
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11671169
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
11681170
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1171+
MARKETING_VERSION = 2.0.1;
11691172
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
11701173
MTL_FAST_MATH = YES;
11711174
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.Faye;
@@ -1196,6 +1199,7 @@
11961199
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
11971200
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
11981201
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1202+
MARKETING_VERSION = 2.0.1;
11991203
MTL_FAST_MATH = YES;
12001204
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.Faye;
12011205
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

0 commit comments

Comments
 (0)