|
|
@ -3,7 +3,7 @@
|
|
|
|
archiveVersion = 1;
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
classes = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
objectVersion = 51;
|
|
|
|
objectVersion = 50;
|
|
|
|
objects = {
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
@ -203,6 +203,7 @@
|
|
|
|
E2334AE822E9D2060098A085 /* Frameworks */,
|
|
|
|
E2334AE822E9D2060098A085 /* Frameworks */,
|
|
|
|
E2334AE922E9D2060098A085 /* Resources */,
|
|
|
|
E2334AE922E9D2060098A085 /* Resources */,
|
|
|
|
223E53E328880489770F8C93 /* [CP] Embed Pods Frameworks */,
|
|
|
|
223E53E328880489770F8C93 /* [CP] Embed Pods Frameworks */,
|
|
|
|
|
|
|
|
EEF1C3B3FE5FE92E603C3B08 /* [CP] Copy Pods Resources */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
);
|
|
|
@ -221,6 +222,8 @@
|
|
|
|
E2334AFF22E9D2070098A085 /* Sources */,
|
|
|
|
E2334AFF22E9D2070098A085 /* Sources */,
|
|
|
|
E2334B0022E9D2070098A085 /* Frameworks */,
|
|
|
|
E2334B0022E9D2070098A085 /* Frameworks */,
|
|
|
|
E2334B0122E9D2070098A085 /* Resources */,
|
|
|
|
E2334B0122E9D2070098A085 /* Resources */,
|
|
|
|
|
|
|
|
9908F148F5F00DD2EB349A08 /* [CP] Embed Pods Frameworks */,
|
|
|
|
|
|
|
|
17E0A19B8E5C4C4883C8AB85 /* [CP] Copy Pods Resources */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
);
|
|
|
@ -240,6 +243,8 @@
|
|
|
|
E2334B0A22E9D2070098A085 /* Sources */,
|
|
|
|
E2334B0A22E9D2070098A085 /* Sources */,
|
|
|
|
E2334B0B22E9D2070098A085 /* Frameworks */,
|
|
|
|
E2334B0B22E9D2070098A085 /* Frameworks */,
|
|
|
|
E2334B0C22E9D2070098A085 /* Resources */,
|
|
|
|
E2334B0C22E9D2070098A085 /* Resources */,
|
|
|
|
|
|
|
|
5FE5475A2ECF1794CBF57C61 /* [CP] Embed Pods Frameworks */,
|
|
|
|
|
|
|
|
C09BD0B68592DA6641E3B65D /* [CP] Copy Pods Resources */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
);
|
|
|
@ -344,21 +349,53 @@
|
|
|
|
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";
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
17E0A19B8E5C4C4883C8AB85 /* [CP] Copy Pods Resources */ = {
|
|
|
|
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "[CP] Copy Pods Resources";
|
|
|
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
outputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
|
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-resources.sh\"\n";
|
|
|
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
223E53E328880489770F8C93 /* [CP] Embed Pods Frameworks */ = {
|
|
|
|
223E53E328880489770F8C93 /* [CP] Embed Pods Frameworks */ = {
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
|
|
|
files = (
|
|
|
|
);
|
|
|
|
);
|
|
|
|
inputFileListPaths = (
|
|
|
|
inputFileListPaths = (
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
);
|
|
|
|
|
|
|
|
inputPaths = (
|
|
|
|
|
|
|
|
"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
|
|
|
|
|
|
|
|
"${BUILT_PRODUCTS_DIR}/DoricCore/DoricCore.framework",
|
|
|
|
|
|
|
|
"${BUILT_PRODUCTS_DIR}/SocketRocket/SocketRocket.framework",
|
|
|
|
|
|
|
|
"${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework",
|
|
|
|
|
|
|
|
"${BUILT_PRODUCTS_DIR}/YYImage/YYImage.framework",
|
|
|
|
|
|
|
|
"${BUILT_PRODUCTS_DIR}/YYWebImage/YYWebImage.framework",
|
|
|
|
);
|
|
|
|
);
|
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
|
outputFileListPaths = (
|
|
|
|
outputFileListPaths = (
|
|
|
|
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
);
|
|
|
|
|
|
|
|
outputPaths = (
|
|
|
|
|
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoricCore.framework",
|
|
|
|
|
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SocketRocket.framework",
|
|
|
|
|
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework",
|
|
|
|
|
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYImage.framework",
|
|
|
|
|
|
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYWebImage.framework",
|
|
|
|
);
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
|
|
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
48D050F720D3A879060292A8 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
|
48D050F720D3A879060292A8 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
@ -383,6 +420,44 @@
|
|
|
|
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";
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
5FE5475A2ECF1794CBF57C61 /* [CP] Embed Pods Frameworks */ = {
|
|
|
|
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
outputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
|
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleUITests/Pods-ExampleUITests-frameworks.sh\"\n";
|
|
|
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
9908F148F5F00DD2EB349A08 /* [CP] Embed Pods Frameworks */ = {
|
|
|
|
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "[CP] Embed Pods Frameworks";
|
|
|
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
outputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
|
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-frameworks.sh\"\n";
|
|
|
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
BE34CD8291B20D26F2ADE3E1 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
|
BE34CD8291B20D26F2ADE3E1 /* [CP] Check Pods Manifest.lock */ = {
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
@ -405,6 +480,25 @@
|
|
|
|
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";
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
C09BD0B68592DA6641E3B65D /* [CP] Copy Pods Resources */ = {
|
|
|
|
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "[CP] Copy Pods Resources";
|
|
|
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
outputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
|
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleUITests/Pods-ExampleUITests-resources.sh\"\n";
|
|
|
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
E24A030C22EED0D500AB4631 /* Package JS Bundle */ = {
|
|
|
|
E24A030C22EED0D500AB4631 /* Package JS Bundle */ = {
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
@ -423,6 +517,25 @@
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\n[ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\" # This loads nvm bash_completion\n\nsh ../../bundle.sh\n";
|
|
|
|
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\n[ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\" # This loads nvm bash_completion\n\nsh ../../bundle.sh\n";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
EEF1C3B3FE5FE92E603C3B08 /* [CP] Copy Pods Resources */ = {
|
|
|
|
|
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
|
|
|
files = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
inputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
name = "[CP] Copy Pods Resources";
|
|
|
|
|
|
|
|
outputFileListPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
outputPaths = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
|
|
|
shellPath = /bin/sh;
|
|
|
|
|
|
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n";
|
|
|
|
|
|
|
|
showEnvVarsInLog = 0;
|
|
|
|
|
|
|
|
};
|
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|