project_files/HedgewarsMobile/HedgewarsMobile.xcodeproj/project.pbxproj
changeset 3021 1d3302ac371f
parent 3006 da6023c2745b
child 3025 01682ec58eb0
equal deleted inserted replaced
3020:9b443edb8dd1 3021:1d3302ac371f
   716 			);
   716 			);
   717 			outputPaths = (
   717 			outputPaths = (
   718 			);
   718 			);
   719 			runOnlyForDeploymentPostprocessing = 0;
   719 			runOnlyForDeploymentPostprocessing = 0;
   720 			shellPath = /bin/sh;
   720 			shellPath = /bin/sh;
   721 			shellScript = "#let's clean our build first\nrm -rf ${PROJECT_DIR}/build\n\n#copy new stuff over old stuff\nsvn export --force ${PROJECT_DIR}/../../share/hedgewars/Data ${PROJECT_DIR}/Data\n\n#delete all CMakeLists.txt\nfind ${PROJECT_DIR}/Data -name CMakeLists.txt -delete\n\n#delete desktop frontend translation\nrm -rf ${PROJECT_DIR}/Data/Locale/hedgewars_*\n\n#the following ones must be removed when their support is implemented\n\n#delete all sound files\nrm -rf ${PROJECT_DIR}/Data/Sounds/*\nrm -rf ${PROJECT_DIR}/Data/Music/*\n\n#delete all names\nrm -rf ${PROJECT_DIR}/Data/Names/*\n\n#delete all missions\nrm -rf ${PROJECT_DIR}/Data/Missions/*\n\n";
   721 			shellScript = "#let's clean our build first\nrm -rf ${PROJECT_DIR}/build\n\n#copy new stuff over old stuff\nsvn export --force ${PROJECT_DIR}/../../share/hedgewars/Data ${PROJECT_DIR}/Data\n\n#delete all CMakeLists.txt\nfind ${PROJECT_DIR}/Data -name CMakeLists.txt -delete\n\n#delete desktop frontend translation\nrm -rf ${PROJECT_DIR}/Data/Locale/hedgewars_*\n\n#the following ones must be removed when their support is implemented\n\n#delete all sound files\nrm -rf ${PROJECT_DIR}/Data/Sounds/*\nrm -rf ${PROJECT_DIR}/Data/Music/*\n\n#delete all names\nrm -rf ${PROJECT_DIR}/Data/Names/*\n\n#delete all missions\nrm -rf ${PROJECT_DIR}/Data/Missions/*\n\n#delete all forts\nrm -rf ${PROJECT_DIR}/Data/Forts/*\n";
   722 		};
   722 		};
   723 		9283011B0F10CB2D00CC5A3C /* Build libfpc.a */ = {
   723 		9283011B0F10CB2D00CC5A3C /* Build libfpc.a */ = {
   724 			isa = PBXShellScriptBuildPhase;
   724 			isa = PBXShellScriptBuildPhase;
   725 			buildActionMask = 2147483647;
   725 			buildActionMask = 2147483647;
   726 			comments = "The current FPC runtime is distributed as (a massive) collection of .o files. This run script combines the .o files into an archive, making linking (a lot) easier since we don't have to think about what to link with (i.e the linker will extract what's needed from the archive).";
   726 			comments = "The current FPC runtime is distributed as (a massive) collection of .o files. This run script combines the .o files into an archive, making linking (a lot) easier since we don't have to think about what to link with (i.e the linker will extract what's needed from the archive).";