|
547 | 547 | files = ( |
548 | 548 | ); |
549 | 549 | inputPaths = ( |
| 550 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 551 | + "${PODS_ROOT}/Manifest.lock", |
550 | 552 | ); |
551 | 553 | name = "[CP] Check Pods Manifest.lock"; |
552 | 554 | outputPaths = ( |
| 555 | + "$(DERIVED_FILE_DIR)/Pods-RxTextureDataSources-iOS-checkManifestLockResult.txt", |
553 | 556 | ); |
554 | 557 | runOnlyForDeploymentPostprocessing = 0; |
555 | 558 | shellPath = /bin/sh; |
556 | | - 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"; |
| 559 | + 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"; |
557 | 560 | showEnvVarsInLog = 0; |
558 | 561 | }; |
559 | 562 | B17F3E75B8B24C7AC6478D18 /* [CP] Copy Pods Resources */ = { |
|
577 | 580 | files = ( |
578 | 581 | ); |
579 | 582 | inputPaths = ( |
| 583 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 584 | + "${PODS_ROOT}/Manifest.lock", |
580 | 585 | ); |
581 | 586 | name = "[CP] Check Pods Manifest.lock"; |
582 | 587 | outputPaths = ( |
| 588 | + "$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt", |
583 | 589 | ); |
584 | 590 | runOnlyForDeploymentPostprocessing = 0; |
585 | 591 | shellPath = /bin/sh; |
586 | | - 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"; |
| 592 | + 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"; |
587 | 593 | showEnvVarsInLog = 0; |
588 | 594 | }; |
589 | 595 | F287AD5C5D01FE15DAF7988F /* [CP] Embed Pods Frameworks */ = { |
|
592 | 598 | files = ( |
593 | 599 | ); |
594 | 600 | inputPaths = ( |
| 601 | + "${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh", |
| 602 | + "${BUILT_PRODUCTS_DIR}/Differentiator/Differentiator.framework", |
| 603 | + "${BUILT_PRODUCTS_DIR}/PINCache/PINCache.framework", |
| 604 | + "${BUILT_PRODUCTS_DIR}/PINOperation/PINOperation.framework", |
| 605 | + "${BUILT_PRODUCTS_DIR}/PINRemoteImage/PINRemoteImage.framework", |
| 606 | + "${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework", |
| 607 | + "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework", |
| 608 | + "${BUILT_PRODUCTS_DIR}/Texture/AsyncDisplayKit.framework", |
595 | 609 | ); |
596 | 610 | name = "[CP] Embed Pods Frameworks"; |
597 | 611 | outputPaths = ( |
| 612 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Differentiator.framework", |
| 613 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINCache.framework", |
| 614 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINOperation.framework", |
| 615 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PINRemoteImage.framework", |
| 616 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", |
| 617 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", |
| 618 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AsyncDisplayKit.framework", |
598 | 619 | ); |
599 | 620 | runOnlyForDeploymentPostprocessing = 0; |
600 | 621 | shellPath = /bin/sh; |
|
797 | 818 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
798 | 819 | INFOPLIST_FILE = "$(SRCROOT)/Sources/Supporting Files/Info.plist"; |
799 | 820 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
800 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 821 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
801 | 822 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
802 | 823 | PRODUCT_BUNDLE_IDENTIFIER = me.dangthaison91.rxtexture.RxTextureDataSources; |
803 | 824 | PRODUCT_NAME = RxTextureDataSources; |
|
817 | 838 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
818 | 839 | INFOPLIST_FILE = "$(SRCROOT)/Sources/Supporting Files/Info.plist"; |
819 | 840 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
820 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 841 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
821 | 842 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
822 | 843 | PRODUCT_BUNDLE_IDENTIFIER = me.dangthaison91.rxtexture.RxTextureDataSources; |
823 | 844 | PRODUCT_NAME = RxTextureDataSources; |
|
0 commit comments