Skip to content

Commit

Permalink
v2.1.5: xcodeproj files for swift/objC sample
Browse files Browse the repository at this point in the history
- After exec pod install, adding updated pbxproj files.
  • Loading branch information
ashokds committed Aug 13, 2019
1 parent f358147 commit 5eee71f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
C95F1C451F0E936E00612CDC /* Resources */,
C92833001F0EB91E009C5DBA /* Embed Frameworks */,
8F3EB764428B5DD2AFFE1B21 /* [CP] Copy Pods Resources */,
75BAF25B1F67781FCCA0E20E /* [CP] Embed Pods Frameworks */,
CF1C8D12D2B1D502E7AB9177 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -381,46 +381,46 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
75BAF25B1F67781FCCA0E20E /* [CP] Embed Pods Frameworks */ = {
8F3EB764428B5DD2AFFE1B21 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-docusign-sdk-sample-objc/Pods-docusign-sdk-sample-objc-frameworks.sh",
"${PODS_ROOT}/DocuSign/DocuSignSDK.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-docusign-sdk-sample-objc/Pods-docusign-sdk-sample-objc-resources.sh",
"${PODS_ROOT}/DocuSign/DocuSignSDK.framework/DocuSignSDK.bundle",
"${PODS_ROOT}/ProgressHUD/ProgressHUD/ProgressHUD/ProgressHUD.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocuSignSDK.framework",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/DocuSignSDK.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ProgressHUD.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-docusign-sdk-sample-objc/Pods-docusign-sdk-sample-objc-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-docusign-sdk-sample-objc/Pods-docusign-sdk-sample-objc-resources.sh\"\n";
showEnvVarsInLog = 0;
};
8F3EB764428B5DD2AFFE1B21 /* [CP] Copy Pods Resources */ = {
CF1C8D12D2B1D502E7AB9177 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-docusign-sdk-sample-objc/Pods-docusign-sdk-sample-objc-resources.sh",
"${PODS_ROOT}/DocuSign/DocuSignSDK.framework/DocuSignSDK.bundle",
"${PODS_ROOT}/ProgressHUD/ProgressHUD/ProgressHUD/ProgressHUD.bundle",
"${PODS_ROOT}/Target Support Files/Pods-docusign-sdk-sample-objc/Pods-docusign-sdk-sample-objc-frameworks.sh",
"${PODS_ROOT}/DocuSign/DocuSignSDK.framework",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/DocuSignSDK.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ProgressHUD.bundle",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocuSignSDK.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-docusign-sdk-sample-objc/Pods-docusign-sdk-sample-objc-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-docusign-sdk-sample-objc/Pods-docusign-sdk-sample-objc-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
C9FF31051F321A000076D6CA /* Resources */,
C9FF314E1F3258C50076D6CA /* Embed Frameworks */,
D7F5219825D2683BE85691CB /* [CP] Embed Pods Frameworks */,
07DDC5A0B3A3A2D85E993EBE /* [CP] Copy Pods Resources */,
B404EC989341483553ABFED0 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -353,7 +353,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
07DDC5A0B3A3A2D85E993EBE /* [CP] Copy Pods Resources */ = {
B404EC989341483553ABFED0 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down

0 comments on commit 5eee71f

Please sign in to comment.