|
170 | 170 | 14F016B32567981400F60C99 /* RxSwift+Opeartors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F016B22567981400F60C99 /* RxSwift+Opeartors.swift */; };
|
171 | 171 | 14F36F91254D3AB80086B8CC /* ColorPalette.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F36F90254D3AB80086B8CC /* ColorPalette.swift */; };
|
172 | 172 | 14F36FB0254D53940086B8CC /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F36FAF254D53940086B8CC /* NetworkManager.swift */; };
|
173 |
| - 14F37071254EA14B0086B8CC /* api_keys_sample.json in Resources */ = {isa = PBXBuildFile; fileRef = 14F37070254EA14B0086B8CC /* api_keys_sample.json */; }; |
| 173 | + 14F37071254EA14B0086B8CC /* config_debug.json in Resources */ = {isa = PBXBuildFile; fileRef = 14F37070254EA14B0086B8CC /* config_debug.json */; }; |
174 | 174 | 14F3707A254EA9300086B8CC /* BaseRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F37079254EA9300086B8CC /* BaseRequest.swift */; };
|
175 | 175 | 14F3707D254EABDA0086B8CC /* BaseResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F3707C254EABDA0086B8CC /* BaseResponse.swift */; };
|
176 | 176 | 14F37083254ED2F60086B8CC /* SearchPhotosRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F37082254ED2F60086B8CC /* SearchPhotosRequest.swift */; };
|
|
412 | 412 | 14F016B22567981400F60C99 /* RxSwift+Opeartors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "RxSwift+Opeartors.swift"; sourceTree = "<group>"; };
|
413 | 413 | 14F36F90254D3AB80086B8CC /* ColorPalette.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorPalette.swift; sourceTree = "<group>"; };
|
414 | 414 | 14F36FAF254D53940086B8CC /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; };
|
415 |
| - 14F37070254EA14B0086B8CC /* api_keys_sample.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = api_keys_sample.json; sourceTree = SOURCE_ROOT; }; |
| 415 | + 14F37070254EA14B0086B8CC /* config_debug.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = config_debug.json; sourceTree = SOURCE_ROOT; }; |
416 | 416 | 14F37079254EA9300086B8CC /* BaseRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseRequest.swift; sourceTree = "<group>"; };
|
417 | 417 | 14F3707C254EABDA0086B8CC /* BaseResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseResponse.swift; sourceTree = "<group>"; };
|
418 | 418 | 14F37082254ED2F60086B8CC /* SearchPhotosRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchPhotosRequest.swift; sourceTree = "<group>"; };
|
|
965 | 965 | 14D5E8F7254A589E0021FE3E /* Info.plist */,
|
966 | 966 | 14CCDC6325CA4DA900638FDF /* InfoPlist.strings */,
|
967 | 967 | 148FF23D255237A600CADB4C /* Localizable.strings */,
|
968 |
| - 14F37070254EA14B0086B8CC /* api_keys_sample.json */, |
| 968 | + 14F37070254EA14B0086B8CC /* config_debug.json */, |
969 | 969 | );
|
970 | 970 | path = Monotone;
|
971 | 971 | sourceTree = "<group>";
|
|
1375 | 1375 | 14D5E8F3254A589E0021FE3E /* Assets.xcassets in Resources */,
|
1376 | 1376 | EB8B909725A9B01200336A39 /* terms_and_conditions_cn.html in Resources */,
|
1377 | 1377 | 14D5E8F6254A589E0021FE3E /* LaunchScreen.storyboard in Resources */,
|
1378 |
| - 14F37071254EA14B0086B8CC /* api_keys_sample.json in Resources */, |
| 1378 | + 14F37071254EA14B0086B8CC /* config_debug.json in Resources */, |
1379 | 1379 | 14D5E8F1254A589D0021FE3E /* Main.storyboard in Resources */,
|
1380 | 1380 | EB8B90A125A9B01D00336A39 /* terms_and_conditions_en.html in Resources */,
|
1381 | 1381 | EB8B90A225A9B01D00336A39 /* privacy_policy_en.html in Resources */,
|
|
1400 | 1400 | );
|
1401 | 1401 | runOnlyForDeploymentPostprocessing = 0;
|
1402 | 1402 | shellPath = /bin/sh;
|
1403 |
| - shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\n# Reveal Script\nREVEAL_APP_PATH=$(mdfind kMDItemCFBundleIdentifier=\"com.ittybittyapps.Reveal2\" | head -n 1)\nBUILD_SCRIPT_PATH=\"${REVEAL_APP_PATH}/Contents/SharedSupport/Scripts/reveal_server_build_phase.sh\"\nif [ \"${REVEAL_APP_PATH}\" -a -e \"${BUILD_SCRIPT_PATH}\" ]; then\n \"${BUILD_SCRIPT_PATH}\"\nelse\n echo \"Reveal Server not loaded: Cannot find a compatible Reveal app.\"\nfi\n\n# Copy API keys\n# cp ${PROJECT_DIR}/APIKeys/api_keys_debug.json ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app\n\nCONFIG_FILE_BASE_NAME=\"api_keys\"\nCONFIG_FILE_NAME=${CONFIG_FILE_BASE_NAME}_debug.json\nCONFIG_FILE_PATH=${PROJECT_DIR}/$CONFIG_FILE_NAME\n\necho \"path is ${CONFIG_FILE_PATH}\"\n\nif [ -f \"${CONFIG_FILE_PATH}\" ]; then\n cp -v \"${CONFIG_FILE_PATH}\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app\"\n echo \"copy ${CONFIG_FILE_PATH} to ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app.\"\nelse\n echo \"${CONFIG_FILE_PATH} does not exist.\"\nfi\n"; |
| 1403 | + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\n# Reveal Script\nREVEAL_APP_PATH=$(mdfind kMDItemCFBundleIdentifier=\"com.ittybittyapps.Reveal2\" | head -n 1)\nBUILD_SCRIPT_PATH=\"${REVEAL_APP_PATH}/Contents/SharedSupport/Scripts/reveal_server_build_phase.sh\"\nif [ \"${REVEAL_APP_PATH}\" -a -e \"${BUILD_SCRIPT_PATH}\" ]; then\n \"${BUILD_SCRIPT_PATH}\"\nelse\n echo \"Reveal Server not loaded: Cannot find a compatible Reveal app.\"\nfi\n\n# Copy API keys\n# cp ${PROJECT_DIR}/APIKeys/api_keys_debug.json ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app\n\nCONFIG_FILE_BASE_NAME=\"config\"\n# CONFIG_FILE_NAME=${CONFIG_FILE_BASE_NAME}_debug.json\nCONFIG_FILE_NAME=${CONFIG_FILE_BASE_NAME}.json\nCONFIG_FILE_PATH=${PROJECT_DIR}/$CONFIG_FILE_NAME\n\necho \"Config path is ${CONFIG_FILE_PATH}\"\n\nif [ -f \"${CONFIG_FILE_PATH}\" ]; then\n cp -v \"${CONFIG_FILE_PATH}\" \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app\"\n echo \"copy ${CONFIG_FILE_PATH} to ${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app.\"\nelse\n echo \"${CONFIG_FILE_PATH} does not exist.\"\nfi\n"; |
1404 | 1404 | };
|
1405 | 1405 | CEDF1C8637EF40323ABEBFB4 /* [CP] Embed Pods Frameworks */ = {
|
1406 | 1406 | isa = PBXShellScriptBuildPhase;
|
|
0 commit comments