Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remihrt committed Sep 18, 2020
1 parent 08ab061 commit 99e52b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'uCubeSampleApp' do
# Pods for uCubeSampleApp

# Framework only
pod 'UCube', :git => 'git@github.com:YouTransactor/mPOS-SDK-IOS-Framework.git'
pod 'UCube', :git => 'git@github.com:YouTransactor/mPOS-SDK-IOS-Framework.git', :tag => 'v0.4.0'

# Development
#pod 'UCube', :path => '../mPOS-SDK-IOS-Source-Code'
Expand Down
14 changes: 10 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@ PODS:
- Zip (1.1.0)

DEPENDENCIES:
- UCube (from `../mPOS-SDK-IOS-Source-Code`)
- "UCube (from `git@github.com:YouTransactor/mPOS-SDK-IOS-Framework.git`, tag `v0.4.0`)"

SPEC REPOS:
trunk:
- Zip

EXTERNAL SOURCES:
UCube:
:path: "../mPOS-SDK-IOS-Source-Code"
:git: "git@github.com:YouTransactor/mPOS-SDK-IOS-Framework.git"
:tag: v0.4.0

CHECKOUT OPTIONS:
UCube:
:git: "git@github.com:YouTransactor/mPOS-SDK-IOS-Framework.git"
:tag: v0.4.0

SPEC CHECKSUMS:
UCube: 3555009acd37fea70b746dabd606e797278085b2
UCube: c5932168cedf554534ebd2a3cf28adacf95e1db8
Zip: 8877eede3dda76bcac281225c20e71c25270774c

PODFILE CHECKSUM: 15bc7818198ab3aa1a227ba6747a8df67ef537ec
PODFILE CHECKSUM: 2615ecd601307338f4743a71a17bb65c473a6e0d

COCOAPODS: 1.9.3
4 changes: 2 additions & 2 deletions uCubeSampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.remihillairet.uCubeSampleApp;
PRODUCT_NAME = uCubeSampleApp;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -494,7 +494,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.remihillairet.uCubeSampleApp;
PRODUCT_NAME = uCubeSampleApp;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 99e52b5

Please sign in to comment.