Skip to content

Commit dabe833

Browse files
committed
cocoapods update
1 parent 93f5b34 commit dabe833

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ SPEC CHECKSUMS:
99

1010
PODFILE CHECKSUM: 99cb6e8dd53026dd13517c24451af319e5c1a23a
1111

12-
COCOAPODS: 1.2.1
12+
COCOAPODS: 1.3.1

StudyplusSDK.xcodeproj/project.pbxproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,12 @@
418418
files = (
419419
);
420420
inputPaths = (
421+
"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh",
422+
"${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework",
421423
);
422424
name = "[CP] Embed Pods Frameworks";
423425
outputPaths = (
426+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework",
424427
);
425428
runOnlyForDeploymentPostprocessing = 0;
426429
shellPath = /bin/sh;
@@ -433,13 +436,16 @@
433436
files = (
434437
);
435438
inputPaths = (
439+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
440+
"${PODS_ROOT}/Manifest.lock",
436441
);
437442
name = "[CP] Check Pods Manifest.lock";
438443
outputPaths = (
444+
"$(DERIVED_FILE_DIR)/Pods-Demo-checkManifestLockResult.txt",
439445
);
440446
runOnlyForDeploymentPostprocessing = 0;
441447
shellPath = /bin/sh;
442-
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";
448+
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";
443449
showEnvVarsInLog = 0;
444450
};
445451
/* End PBXShellScriptBuildPhase section */

0 commit comments

Comments
 (0)