|
359 | 359 | files = ( |
360 | 360 | ); |
361 | 361 | inputPaths = ( |
| 362 | + "${SRCROOT}/../../../Pods/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh", |
| 363 | + "${BUILT_PRODUCTS_DIR}/MotionAnimator/MotionAnimator.framework", |
| 364 | + "${BUILT_PRODUCTS_DIR}/MotionInterchange/MotionInterchange.framework", |
362 | 365 | ); |
363 | 366 | name = "[CP] Embed Pods Frameworks"; |
364 | 367 | outputPaths = ( |
| 368 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MotionAnimator.framework", |
| 369 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MotionInterchange.framework", |
365 | 370 | ); |
366 | 371 | runOnlyForDeploymentPostprocessing = 0; |
367 | 372 | shellPath = /bin/sh; |
|
389 | 394 | files = ( |
390 | 395 | ); |
391 | 396 | inputPaths = ( |
| 397 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 398 | + "${PODS_ROOT}/Manifest.lock", |
392 | 399 | ); |
393 | 400 | name = "[CP] Check Pods Manifest.lock"; |
394 | 401 | outputPaths = ( |
| 402 | + "$(DERIVED_FILE_DIR)/Pods-MotionAnimatorCatalog-checkManifestLockResult.txt", |
395 | 403 | ); |
396 | 404 | runOnlyForDeploymentPostprocessing = 0; |
397 | 405 | shellPath = /bin/sh; |
398 | | - 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"; |
| 406 | + 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"; |
399 | 407 | showEnvVarsInLog = 0; |
400 | 408 | }; |
401 | 409 | 5C96FE89C18D5F2BCCB526AD /* [CP] Copy Pods Resources */ = { |
|
419 | 427 | files = ( |
420 | 428 | ); |
421 | 429 | inputPaths = ( |
| 430 | + "${SRCROOT}/../../../Pods/Target Support Files/Pods-MotionAnimatorCatalog/Pods-MotionAnimatorCatalog-frameworks.sh", |
| 431 | + "${BUILT_PRODUCTS_DIR}/CatalogByConvention/CatalogByConvention.framework", |
| 432 | + "${BUILT_PRODUCTS_DIR}/MotionAnimator/MotionAnimator.framework", |
| 433 | + "${BUILT_PRODUCTS_DIR}/MotionInterchange/MotionInterchange.framework", |
422 | 434 | ); |
423 | 435 | name = "[CP] Embed Pods Frameworks"; |
424 | 436 | outputPaths = ( |
| 437 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CatalogByConvention.framework", |
| 438 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MotionAnimator.framework", |
| 439 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MotionInterchange.framework", |
425 | 440 | ); |
426 | 441 | runOnlyForDeploymentPostprocessing = 0; |
427 | 442 | shellPath = /bin/sh; |
|
434 | 449 | files = ( |
435 | 450 | ); |
436 | 451 | inputPaths = ( |
| 452 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 453 | + "${PODS_ROOT}/Manifest.lock", |
437 | 454 | ); |
438 | 455 | name = "[CP] Check Pods Manifest.lock"; |
439 | 456 | outputPaths = ( |
| 457 | + "$(DERIVED_FILE_DIR)/Pods-UnitTests-checkManifestLockResult.txt", |
440 | 458 | ); |
441 | 459 | runOnlyForDeploymentPostprocessing = 0; |
442 | 460 | shellPath = /bin/sh; |
443 | | - 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"; |
| 461 | + 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"; |
444 | 462 | showEnvVarsInLog = 0; |
445 | 463 | }; |
446 | 464 | /* End PBXShellScriptBuildPhase section */ |
|
0 commit comments