Skip to content

Commit c8c665c

Browse files
Updating cocoapods to 1.3.1
1 parent 4284076 commit c8c665c

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

Example/KWVerificationCodeView.xcodeproj/project.pbxproj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,12 @@
270270
files = (
271271
);
272272
inputPaths = (
273+
"${SRCROOT}/Pods/Target Support Files/Pods-KWVerificationCodeView_Example/Pods-KWVerificationCodeView_Example-frameworks.sh",
274+
"${BUILT_PRODUCTS_DIR}/KWVerificationCodeView/KWVerificationCodeView.framework",
273275
);
274276
name = "[CP] Embed Pods Frameworks";
275277
outputPaths = (
278+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KWVerificationCodeView.framework",
276279
);
277280
runOnlyForDeploymentPostprocessing = 0;
278281
shellPath = /bin/sh;
@@ -300,13 +303,16 @@
300303
files = (
301304
);
302305
inputPaths = (
306+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
307+
"${PODS_ROOT}/Manifest.lock",
303308
);
304309
name = "[CP] Check Pods Manifest.lock";
305310
outputPaths = (
311+
"$(DERIVED_FILE_DIR)/Pods-KWVerificationCodeView_Example-checkManifestLockResult.txt",
306312
);
307313
runOnlyForDeploymentPostprocessing = 0;
308314
shellPath = /bin/sh;
309-
shellScript = "diff \"${PODS_ROOT}/../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";
315+
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";
310316
showEnvVarsInLog = 0;
311317
};
312318
C416736B908F6E6989465549 /* [CP] Check Pods Manifest.lock */ = {
@@ -315,13 +321,16 @@
315321
files = (
316322
);
317323
inputPaths = (
324+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
325+
"${PODS_ROOT}/Manifest.lock",
318326
);
319327
name = "[CP] Check Pods Manifest.lock";
320328
outputPaths = (
329+
"$(DERIVED_FILE_DIR)/Pods-KWVerificationCodeView_Tests-checkManifestLockResult.txt",
321330
);
322331
runOnlyForDeploymentPostprocessing = 0;
323332
shellPath = /bin/sh;
324-
shellScript = "diff \"${PODS_ROOT}/../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";
333+
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";
325334
showEnvVarsInLog = 0;
326335
};
327336
CBA7B196B73A5116959ADE29 /* [CP] Embed Pods Frameworks */ = {

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DEPENDENCIES:
66

77
EXTERNAL SOURCES:
88
KWVerificationCodeView:
9-
:path: "../"
9+
:path: ../
1010

1111
SPEC CHECKSUMS:
1212
KWVerificationCodeView: bb32279b41a4535223f039ce49ca33246bf60a18
1313

1414
PODFILE CHECKSUM: c5456285278196ae1d72df7acbfd1db2fab11376
1515

16-
COCOAPODS: 1.1.1
16+
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)