Commit caace725 by lee

u

parent 2e8141bf
...@@ -2510,13 +2510,16 @@ ...@@ -2510,13 +2510,16 @@
files = ( files = (
); );
inputPaths = ( inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
); );
name = "[CP] Check Pods Manifest.lock"; name = "[CP] Check Pods Manifest.lock";
outputPaths = ( outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-iCemarose-checkManifestLockResult.txt",
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
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"; 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";
showEnvVarsInLog = 0; showEnvVarsInLog = 0;
}; };
F84386F9A53E1205C21D5570 /* [CP] Copy Pods Resources */ = { F84386F9A53E1205C21D5570 /* [CP] Copy Pods Resources */ = {
...@@ -2525,9 +2528,16 @@ ...@@ -2525,9 +2528,16 @@
files = ( files = (
); );
inputPaths = ( inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-iCemarose/Pods-iCemarose-resources.sh",
"${PODS_ROOT}/MJRefresh/MJRefresh/MJRefresh.bundle",
"$PODS_CONFIGURATION_BUILD_DIR/Mobile-Buy-SDK/Buy.bundle",
"${PODS_ROOT}/SAMCategories/SAMCategories/SAMCategories.bundle",
"${PODS_ROOT}/SAMKeychain/Support/SAMKeychain.bundle",
"$PODS_CONFIGURATION_BUILD_DIR/TOWebViewController/TOWebViewControllerLocalizable.bundle",
); );
name = "[CP] Copy Pods Resources"; name = "[CP] Copy Pods Resources";
outputPaths = ( outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
......
...@@ -127,12 +127,12 @@ ...@@ -127,12 +127,12 @@
#define ExchangeRateString @"8.0" #define ExchangeRateString @"8.0"
//品牌图片url //品牌图片url
#define Burberry @"https://cdn.shopify.com/s/files/1/1089/5284/collections/Burberry_Childrenswear_Campaign_July_2016_001.jpg?v=1473238213" #define Burberry @"https://ogbgohpla.qnssl.com/Brands_BUBBERY.jpg"
#define Caramel @"https://cdn.shopify.com/s/files/1/1089/5284/collections/0N5A3945.jpg?v=1450003916" #define Caramel @"https://ogbgohpla.qnssl.com/Brands_CARAMEL.jpg"
#define DolceGabbana @"https://cdn.shopify.com/s/files/1/1089/5284/collections/dg.png?v=1473235338" #define DolceGabbana @"https://ogbgohpla.qnssl.com/Brands_DG.jpg"
#define Fendi @"https://cdn.shopify.com/s/files/1/1089/5284/collections/fendi.png?v=1473232745" #define Fendi @"https://ogbgohpla.qnssl.com/Brands_fendi.jpg"
#define Kenzo @"https://cdn.shopify.com/s/files/1/1089/5284/collections/KenzoKid-FW-Look07-032_6d952185-9dc6-4d67-b547-38e12eafa45b.jpg?v=1473322852" #define Kenzo @"https://ogbgohpla.qnssl.com/Brands_KENZO.jpg"
#define IlGufo @"https://cdn.shopify.com/s/files/1/1089/5284/collections/DAN0914.jpg?v=1473238555" #define IlGufo @"https://ogbgohpla.qnssl.com/Brands_ILGUFO.jpg"
#define StellaMcCartneyKids @"https://cdn.shopify.com/s/files/1/1089/5284/collections/LOOK_14_StellaKids.AW16_Shot_15_054_F2_RGB_63794919-2361-4f40-affe-6361cfb11c49.jpg?v=1473233767" #define StellaMcCartneyKids @"https://ogbgohpla.qnssl.com/Brands_stella.jpg"
#endif /* Header_Prefix_h */ #endif /* Header_Prefix_h */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment