Changeset 536
- Timestamp:
- 05/23/08 21:00:08 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireFrappliance/Sapphire.xcodeproj/project.pbxproj
r529 r536 8 8 9 9 /* Begin PBXAggregateTarget section */ 10 F5038FA30DE7AB4D0046C674 /* Create Installer */ = { 11 isa = PBXAggregateTarget; 12 buildConfigurationList = F5038FAA0DE7AB7A0046C674 /* Build configuration list for PBXAggregateTarget "Create Installer" */; 13 buildPhases = ( 14 F5038FA20DE7AB4D0046C674 /* ShellScript */, 15 ); 16 dependencies = ( 17 F5038FA70DE7AB600046C674 /* PBXTargetDependency */, 18 ); 19 name = "Create Installer"; 20 productName = "Create Installer"; 21 }; 10 22 F5B4186D0D0B29D800BDD361 /* Complete Sapphire */ = { 11 23 isa = PBXAggregateTarget; … … 128 140 remoteGlobalIDString = F5003FF80D19980A003FEA08; 129 141 remoteInfo = LeopardOnly; 142 }; 143 F5038FA60DE7AB600046C674 /* PBXContainerItemProxy */ = { 144 isa = PBXContainerItemProxy; 145 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 146 proxyType = 1; 147 remoteGlobalIDString = F5B4186D0D0B29D800BDD361 /* Complete Sapphire */; 148 remoteInfo = "Complete Sapphire"; 130 149 }; 131 150 F56895E00D6CE30D00F9D9B0 /* PBXContainerItemProxy */ = { … … 716 735 F5B4185E0D0B288700BDD361 /* ImportHelper */, 717 736 F5003FF80D19980A003FEA08 /* LeopardOnly */, 737 F5038FA30DE7AB4D0046C674 /* Create Installer */, 718 738 ); 719 739 }; … … 790 810 791 811 /* Begin PBXShellScriptBuildPhase section */ 812 F5038FA20DE7AB4D0046C674 /* ShellScript */ = { 813 isa = PBXShellScriptBuildPhase; 814 buildActionMask = 2147483647; 815 files = ( 816 ); 817 inputPaths = ( 818 ); 819 outputPaths = ( 820 ); 821 runOnlyForDeploymentPostprocessing = 0; 822 shellPath = /bin/sh; 823 shellScript = "source scripts/createInstaller"; 824 }; 792 825 FE7810630C56F08A0037779D /* ShellScript */ = { 793 826 isa = PBXShellScriptBuildPhase; … … 877 910 targetProxy = F50044110D19A242003FEA08 /* PBXContainerItemProxy */; 878 911 }; 912 F5038FA70DE7AB600046C674 /* PBXTargetDependency */ = { 913 isa = PBXTargetDependency; 914 target = F5B4186D0D0B29D800BDD361 /* Complete Sapphire */; 915 targetProxy = F5038FA60DE7AB600046C674 /* PBXContainerItemProxy */; 916 }; 879 917 F585A9C70D74EA810043AB22 /* PBXTargetDependency */ = { 880 918 isa = PBXTargetDependency; … … 1050 1088 name = Release; 1051 1089 }; 1090 F5038FA40DE7AB4D0046C674 /* Debug */ = { 1091 isa = XCBuildConfiguration; 1092 buildSettings = { 1093 COPY_PHASE_STRIP = NO; 1094 GCC_DYNAMIC_NO_PIC = NO; 1095 GCC_OPTIMIZATION_LEVEL = 0; 1096 PRODUCT_NAME = "Create Installer"; 1097 }; 1098 name = Debug; 1099 }; 1100 F5038FA50DE7AB4D0046C674 /* Release */ = { 1101 isa = XCBuildConfiguration; 1102 buildSettings = { 1103 COPY_PHASE_STRIP = YES; 1104 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1105 GCC_ENABLE_FIX_AND_CONTINUE = NO; 1106 PRODUCT_NAME = "Create Installer"; 1107 ZERO_LINK = NO; 1108 }; 1109 name = Release; 1110 }; 1052 1111 F5B418610D0B288800BDD361 /* Debug */ = { 1053 1112 isa = XCBuildConfiguration; … … 1161 1220 defaultConfigurationName = Release; 1162 1221 }; 1222 F5038FAA0DE7AB7A0046C674 /* Build configuration list for PBXAggregateTarget "Create Installer" */ = { 1223 isa = XCConfigurationList; 1224 buildConfigurations = ( 1225 F5038FA40DE7AB4D0046C674 /* Debug */, 1226 F5038FA50DE7AB4D0046C674 /* Release */, 1227 ); 1228 defaultConfigurationIsVisible = 0; 1229 defaultConfigurationName = Release; 1230 }; 1163 1231 F5B418660D0B28A200BDD361 /* Build configuration list for PBXNativeTarget "ImportHelper" */ = { 1164 1232 isa = XCConfigurationList;
