This repository was archived by the owner on Feb 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Example/mc-oauth1-signer.xcodeproj
MastercardOAuth1Signer.xcodeproj Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 22
33Pod ::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
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments