Skip to content

Commit

Permalink
Prepare for release version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnlima committed Dec 19, 2019
1 parent 432ef25 commit b814e02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BaseTracking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BaseTracking"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "BaseTracking is the easiest way to setup your analytics in Swift"
s.requires_arc = true
s.homepage = "https://github.com/thejohnlima/BaseTracking"
Expand Down
2 changes: 2 additions & 0 deletions Framework/BaseTracking.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.BaseTracking;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -307,6 +308,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.BaseTracking;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Framework/BaseTracking/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit b814e02

Please sign in to comment.