Skip to content

Commit 6d001b4

Browse files
Merge pull request #80 from YouTransactor-SAS/develop-dhouha
but version name to 1.16 and integrated SDK version 0.5.26
2 parents ba0596f + a74a2ca commit 6d001b4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ target 'uCubeSampleApp' do
2727
# Pods for uCubeSampleApp
2828

2929
# Framework only
30-
#pod 'UCube', :git => '[email protected]:YouTransactor/mPOS-SDK-IOS-Framework.git', :tag => 'v0.5.25'
30+
#pod 'UCube', :git => '[email protected]:YouTransactor/mPOS-SDK-IOS-Framework.git', :tag => 'v0.5.26'
3131

3232
# Development
3333
pod 'UCube', :path => '../mPOS-SDK-IOS-Source-Code'

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- UCube (0.5.25):
2+
- UCube (0.5.26):
33
- Zip (~> 1.1)
44
- Zip (1.1.0)
55

@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: "../mPOS-SDK-IOS-Source-Code"
1616

1717
SPEC CHECKSUMS:
18-
UCube: 8285a9977fc401a9b6c8e1215b3d5e853f967594
18+
UCube: aeed323eb8c908f2f5f69940bac34204808f8f92
1919
Zip: 8877eede3dda76bcac281225c20e71c25270774c
2020

21-
PODFILE CHECKSUM: 2f5a2956fdc8806966c03605d0244dac8e78b724
21+
PODFILE CHECKSUM: 4c46b5533141cfca671e01bfa7586de9d3e3bc3d
2222

2323
COCOAPODS: 1.10.1

uCubeSampleApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
"$(inherited)",
469469
"@executable_path/Frameworks",
470470
);
471-
MARKETING_VERSION = 1.15;
471+
MARKETING_VERSION = 1.16;
472472
PRODUCT_BUNDLE_IDENTIFIER = com.toto.uCubeSampleApp;
473473
PRODUCT_NAME = uCubeSampleApp;
474474
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -496,7 +496,7 @@
496496
"$(inherited)",
497497
"@executable_path/Frameworks",
498498
);
499-
MARKETING_VERSION = 1.15;
499+
MARKETING_VERSION = 1.16;
500500
PRODUCT_BUNDLE_IDENTIFIER = com.toto.uCubeSampleApp;
501501
PRODUCT_NAME = uCubeSampleApp;
502502
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)