File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "BaseTracking"
3- s . version = "1.0.2 "
3+ s . version = "1.0.3 "
44 s . summary = "BaseTracking is the easiest way to setup your analytics in Swift"
55 s . requires_arc = true
66 s . homepage = "https://github.com/thejohnlima/BaseTracking"
Original file line number Diff line number Diff line change 281281 "@executable_path/Frameworks",
282282 "@loader_path/Frameworks",
283283 );
284+ MARKETING_VERSION = 1.0.3;
284285 PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.BaseTracking;
285286 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
286287 SKIP_INSTALL = YES;
307308 "@executable_path/Frameworks",
308309 "@loader_path/Frameworks",
309310 );
311+ MARKETING_VERSION = 1.0.3;
310312 PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.BaseTracking;
311313 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
312314 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.0.1 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments