|
|
@@ -224,7 +224,6 @@
|
|
|
42C932B91491A0DB0098216A /* Frameworks */,
|
|
|
42C933301491A7B50098216A /* ShellScript */,
|
|
|
42C932BA1491A0DB0098216A /* Resources */,
|
|
|
- 5BAF20D7152F30C3003E2AC3 /* Copy Gameplay Resources - Run Script */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
@@ -243,7 +242,6 @@
|
|
|
5B61611714CCC24C0073B857 /* Frameworks */,
|
|
|
5B61612414CCC24C0073B857 /* ShellScript */,
|
|
|
5B61612514CCC24C0073B857 /* Resources */,
|
|
|
- 5BAF20A3152F2FCE003E2AC3 /* Copy Gameplay Resources Run Script */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
|
@@ -314,7 +312,7 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
|
- shellScript = "touch -cm ${SRCROOT}/res";
|
|
|
+ shellScript = "cp -rf GAMEPLAY_PATH/gameplay/res/shaders ${SRCROOT}/res\ncp -rf GAMEPLAY_PATH/gameplay/res/logo_powered_white.png ${SRCROOT}/res\ntouch -cm ${SRCROOT}/res";
|
|
|
};
|
|
|
5B61612414CCC24C0073B857 /* ShellScript */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
@@ -327,35 +325,7 @@
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
|
- shellScript = "touch -cm ${SRCROOT}/res";
|
|
|
- };
|
|
|
- 5BAF20A3152F2FCE003E2AC3 /* Copy Gameplay Resources Run Script */ = {
|
|
|
- isa = PBXShellScriptBuildPhase;
|
|
|
- buildActionMask = 2147483647;
|
|
|
- files = (
|
|
|
- );
|
|
|
- inputPaths = (
|
|
|
- );
|
|
|
- name = "Copy Gameplay Reousrces Run Script";
|
|
|
- outputPaths = (
|
|
|
- );
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
- shellPath = /bin/sh;
|
|
|
- shellScript = "cp -rn GAMEPLAY_PATH/gameplay/res/shaders ${SRCROOT}/res\ncp -rf GAMEPLAY_PATH/gameplay/res/logo_powered_white.png ${SRCROOT}/res\ntouch -cm ${SRCROOT}/res";
|
|
|
- };
|
|
|
- 5BAF20D7152F30C3003E2AC3 /* Copy Gameplay Resources - Run Script */ = {
|
|
|
- isa = PBXShellScriptBuildPhase;
|
|
|
- buildActionMask = 2147483647;
|
|
|
- files = (
|
|
|
- );
|
|
|
- inputPaths = (
|
|
|
- );
|
|
|
- name = "Copy Gameplay Resources - Run Script";
|
|
|
- outputPaths = (
|
|
|
- );
|
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
|
|
- shellPath = /bin/sh;
|
|
|
- shellScript = "cp -rn GAMEPLAY_PATH/gameplay/res/shaders ${SRCROOT}/res\ncp -rn GAMEPLAY_PATH/gameplay/res/logo_powered_white.png ${SRCROOT}/res\ntouch -cm ${SRCROOT}/res";
|
|
|
+ shellScript = "cp -rf GAMEPLAY_PATH/gameplay/res/shaders ${SRCROOT}/res\ncp -rf GAMEPLAY_PATH/gameplay/res/logo_powered_white.png ${SRCROOT}/res\ntouch -cm ${SRCROOT}/res";
|
|
|
};
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|