Skip to content

Commit b814e02

Browse files
committed
Prepare for release version 1.0.3
1 parent 432ef25 commit b814e02

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

BaseTracking.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 = "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"

Framework/BaseTracking.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
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;
@@ -307,6 +308,7 @@
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;

Framework/BaseTracking/Info.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>1.0.1</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)