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 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11Pod ::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" }
Original file line number Diff line number Diff line change 11Pod ::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" }
Original file line number Diff line number Diff line change 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;
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;
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;
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)";
You can’t perform that action at this time.
0 commit comments