|
270 | 270 | files = ( |
271 | 271 | ); |
272 | 272 | inputPaths = ( |
| 273 | + "${SRCROOT}/Pods/Target Support Files/Pods-KWVerificationCodeView_Example/Pods-KWVerificationCodeView_Example-frameworks.sh", |
| 274 | + "${BUILT_PRODUCTS_DIR}/KWVerificationCodeView/KWVerificationCodeView.framework", |
273 | 275 | ); |
274 | 276 | name = "[CP] Embed Pods Frameworks"; |
275 | 277 | outputPaths = ( |
| 278 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KWVerificationCodeView.framework", |
276 | 279 | ); |
277 | 280 | runOnlyForDeploymentPostprocessing = 0; |
278 | 281 | shellPath = /bin/sh; |
|
300 | 303 | files = ( |
301 | 304 | ); |
302 | 305 | inputPaths = ( |
| 306 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 307 | + "${PODS_ROOT}/Manifest.lock", |
303 | 308 | ); |
304 | 309 | name = "[CP] Check Pods Manifest.lock"; |
305 | 310 | outputPaths = ( |
| 311 | + "$(DERIVED_FILE_DIR)/Pods-KWVerificationCodeView_Example-checkManifestLockResult.txt", |
306 | 312 | ); |
307 | 313 | runOnlyForDeploymentPostprocessing = 0; |
308 | 314 | 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"; |
310 | 316 | showEnvVarsInLog = 0; |
311 | 317 | }; |
312 | 318 | C416736B908F6E6989465549 /* [CP] Check Pods Manifest.lock */ = { |
|
315 | 321 | files = ( |
316 | 322 | ); |
317 | 323 | inputPaths = ( |
| 324 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 325 | + "${PODS_ROOT}/Manifest.lock", |
318 | 326 | ); |
319 | 327 | name = "[CP] Check Pods Manifest.lock"; |
320 | 328 | outputPaths = ( |
| 329 | + "$(DERIVED_FILE_DIR)/Pods-KWVerificationCodeView_Tests-checkManifestLockResult.txt", |
321 | 330 | ); |
322 | 331 | runOnlyForDeploymentPostprocessing = 0; |
323 | 332 | 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"; |
325 | 334 | showEnvVarsInLog = 0; |
326 | 335 | }; |
327 | 336 | CBA7B196B73A5116959ADE29 /* [CP] Embed Pods Frameworks */ = { |
|
0 commit comments