Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 24b31fa

Browse files
committed
Version bump
1 parent 778815e commit 24b31fa

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

Example/mc-oauth1-signer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -428,21 +428,17 @@
428428
buildActionMask = 2147483647;
429429
files = (
430430
);
431-
inputFileListPaths = (
432-
);
433431
inputPaths = (
434-
"${SRCROOT}/../Pods/Target Support Files/Pods-mc-oauth1-signer_Example/Pods-mc-oauth1-signer_Example-frameworks.sh",
432+
"${PODS_ROOT}/Target Support Files/Pods-mc-oauth1-signer_Example/Pods-mc-oauth1-signer_Example-frameworks.sh",
435433
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
436434
);
437435
name = "[CP] Embed Pods Frameworks";
438-
outputFileListPaths = (
439-
);
440436
outputPaths = (
441437
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
442438
);
443439
runOnlyForDeploymentPostprocessing = 0;
444440
shellPath = /bin/sh;
445-
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-mc-oauth1-signer_Example/Pods-mc-oauth1-signer_Example-frameworks.sh\"\n";
441+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-mc-oauth1-signer_Example/Pods-mc-oauth1-signer_Example-frameworks.sh\"\n";
446442
showEnvVarsInLog = 0;
447443
};
448444
/* End PBXShellScriptBuildPhase section */

MastercardOAuth1Signer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'MastercardOAuth1Signer'
5-
s.version = '1.0.1'
5+
s.version = '1.1.0'
66
s.summary = 'Zero dependency library for generating a Mastercard API compliant OAuth signature'
77

88
s.description = <<-DESC

MastercardOAuth1Signer/MastercardOAuth1Signer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@
392392
"@executable_path/Frameworks",
393393
"@loader_path/Frameworks",
394394
);
395+
MARKETING_VERSION = 1.1;
395396
PRODUCT_BUNDLE_IDENTIFIER = Mastercard.MastercardOAuth1Signer;
396397
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
397398
SKIP_INSTALL = YES;
@@ -420,6 +421,7 @@
420421
"@executable_path/Frameworks",
421422
"@loader_path/Frameworks",
422423
);
424+
MARKETING_VERSION = 1.1;
423425
PRODUCT_BUNDLE_IDENTIFIER = Mastercard.MastercardOAuth1Signer;
424426
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
425427
SKIP_INSTALL = YES;

MastercardOAuth1Signer/MastercardOAuth1Signer/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</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)