source: trunk/launch/launch/launch.xcodeproj/project.pbxproj@ 268

Last change on this file since 268 was 268, checked in by Nicholas Riley, 18 years ago

main.c: Remove extra debugging statement.

File size: 9.1 KB
RevLine 
[215]1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 E194196509C40AFB00266191 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
11 E194196709C40AFB00266191 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */; };
12 E194196809C40AFB00266191 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */; };
13 E194196909C40AFB00266191 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5E819BF0198DFF701AEEDB1 /* Carbon.framework */; };
14 E194196A09C40AFB00266191 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F579CF4B019A1C6D01AEEDB1 /* Security.framework */; };
15/* End PBXBuildFile section */
16
17/* Begin PBXBuildStyle section */
18 014CEA490018CE3211CA2923 /* Development */ = {
19 isa = PBXBuildStyle;
20 buildSettings = {
21 COPY_PHASE_STRIP = NO;
22 GCC_DYNAMIC_NO_PIC = NO;
23 GCC_ENABLE_FIX_AND_CONTINUE = YES;
24 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
25 GCC_OPTIMIZATION_LEVEL = 0;
26 OPTIMIZATION_CFLAGS = "-O0";
27 ZERO_LINK = YES;
28 };
29 name = Development;
30 };
31 014CEA4A0018CE3211CA2923 /* Deployment */ = {
32 isa = PBXBuildStyle;
33 buildSettings = {
34 COPY_PHASE_STRIP = YES;
35 GCC_ENABLE_FIX_AND_CONTINUE = NO;
36 ZERO_LINK = NO;
37 };
38 name = Deployment;
39 };
40/* End PBXBuildStyle section */
41
42/* Begin PBXFileReference section */
43 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; tabWidth = 8; };
44 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
[268]45 E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = launch; sourceTree = BUILT_PRODUCTS_DIR; };
[215]46 F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
47 F574340B01B8A47B01AEEDB1 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
48 F579CF4B019A1C6D01AEEDB1 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
49 F5C0CA9501B5740C01AEEDB1 /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
50 F5E819BF0198DFF701AEEDB1 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
51/* End PBXFileReference section */
52
53/* Begin PBXFrameworksBuildPhase section */
54 E194196609C40AFB00266191 /* Frameworks */ = {
55 isa = PBXFrameworksBuildPhase;
56 buildActionMask = 2147483647;
57 files = (
58 E194196709C40AFB00266191 /* CoreFoundation.framework in Frameworks */,
59 E194196809C40AFB00266191 /* ApplicationServices.framework in Frameworks */,
60 E194196909C40AFB00266191 /* Carbon.framework in Frameworks */,
61 E194196A09C40AFB00266191 /* Security.framework in Frameworks */,
62 );
63 runOnlyForDeploymentPostprocessing = 0;
64 };
65/* End PBXFrameworksBuildPhase section */
66
67/* Begin PBXGroup section */
68 08FB7794FE84155DC02AAC07 /* launch */ = {
69 isa = PBXGroup;
70 children = (
71 08FB7795FE84155DC02AAC07 /* Source */,
72 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
73 19C28FBDFE9D53C911CA2CBB /* Products */,
74 F5C0CA9501B5740C01AEEDB1 /* README */,
75 F574340B01B8A47B01AEEDB1 /* VERSION */,
76 );
77 name = launch;
78 sourceTree = "<group>";
79 };
80 08FB7795FE84155DC02AAC07 /* Source */ = {
81 isa = PBXGroup;
82 children = (
83 08FB7796FE84155DC02AAC07 /* main.c */,
84 );
85 name = Source;
86 sourceTree = "<group>";
87 };
88 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
89 isa = PBXGroup;
90 children = (
91 F5E819BF0198DFF701AEEDB1 /* Carbon.framework */,
92 F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */,
93 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */,
94 F579CF4B019A1C6D01AEEDB1 /* Security.framework */,
95 );
96 name = "External Frameworks and Libraries";
97 sourceTree = "<group>";
98 };
99 19C28FBDFE9D53C911CA2CBB /* Products */ = {
100 isa = PBXGroup;
101 children = (
102 E194197009C40AFB00266191 /* launch */,
103 );
104 name = Products;
105 sourceTree = "<group>";
106 };
107/* End PBXGroup section */
108
109/* Begin PBXNativeTarget section */
110 E194196209C40AFB00266191 /* launch */ = {
111 isa = PBXNativeTarget;
112 buildConfigurationList = E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */;
113 buildPhases = (
114 E194196409C40AFB00266191 /* Sources */,
115 E194196609C40AFB00266191 /* Frameworks */,
116 );
117 buildRules = (
118 );
119 buildSettings = {
120 FRAMEWORK_SEARCH_PATHS = "";
121 HEADER_SEARCH_PATHS = "";
122 INSTALL_PATH = "\U0001$(HOME)/bin";
123 LIBRARY_SEARCH_PATHS = "";
124 OTHER_CFLAGS = "";
125 OTHER_LDFLAGS = "";
126 OTHER_REZFLAGS = "";
127 PRODUCT_NAME = launch;
128 REZ_EXECUTABLE = YES;
129 SECTORDER_FLAGS = "";
130 WARNING_CFLAGS = (
131 "-Wmost",
132 "-Wno-four-char-constants",
133 "-Wno-unknown-pragmas",
134 );
135 };
136 dependencies = (
137 );
138 name = launch;
139 productInstallPath = "$(HOME)/bin";
140 productName = launch;
141 productReference = E194197009C40AFB00266191 /* launch */;
142 productType = "com.apple.product-type.tool";
143 };
144/* End PBXNativeTarget section */
145
146/* Begin PBXProject section */
147 08FB7793FE84155DC02AAC07 /* Project object */ = {
148 isa = PBXProject;
149 buildConfigurationList = E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */;
150 buildSettings = {
151 MACOSX_DEPLOYMENT_TARGET = 10.2;
152 SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;
153 };
154 buildStyles = (
155 014CEA490018CE3211CA2923 /* Development */,
156 014CEA4A0018CE3211CA2923 /* Deployment */,
157 );
158 hasScannedForEncodings = 1;
159 mainGroup = 08FB7794FE84155DC02AAC07 /* launch */;
160 projectDirPath = "";
161 targets = (
162 E194196209C40AFB00266191 /* launch */,
163 );
164 };
165/* End PBXProject section */
166
167/* Begin PBXSourcesBuildPhase section */
168 E194196409C40AFB00266191 /* Sources */ = {
169 isa = PBXSourcesBuildPhase;
170 buildActionMask = 2147483647;
171 files = (
172 E194196509C40AFB00266191 /* main.c in Sources */,
173 );
174 runOnlyForDeploymentPostprocessing = 0;
175 };
176/* End PBXSourcesBuildPhase section */
177
178/* Begin XCBuildConfiguration section */
179 E194195709C40AD400266191 /* Development */ = {
180 isa = XCBuildConfiguration;
181 buildSettings = {
182 ARCHS = (
183 ppc,
184 i386,
185 );
[265]186 MACOSX_DEPLOYMENT_TARGET = 10.4;
[215]187 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
188 };
189 name = Development;
190 };
191 E194195809C40AD400266191 /* Deployment */ = {
192 isa = XCBuildConfiguration;
193 buildSettings = {
194 ARCHS = (
195 ppc,
196 i386,
197 );
[265]198 MACOSX_DEPLOYMENT_TARGET = 10.4;
[215]199 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
200 };
201 name = Deployment;
202 };
203 E194196D09C40AFB00266191 /* Development */ = {
204 isa = XCBuildConfiguration;
205 buildSettings = {
206 COPY_PHASE_STRIP = NO;
[266]207 GCC_ENABLE_FIX_AND_CONTINUE = NO;
[215]208 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
209 GCC_OPTIMIZATION_LEVEL = 0;
210 PRODUCT_NAME = launch;
211 WARNING_CFLAGS = (
212 "-Wmost",
213 "-Wno-four-char-constants",
214 "-Wno-unknown-pragmas",
215 );
[266]216 ZERO_LINK = NO;
[215]217 };
218 name = Development;
219 };
220 E194196E09C40AFB00266191 /* Deployment */ = {
221 isa = XCBuildConfiguration;
222 buildSettings = {
223 GCC_ENABLE_FIX_AND_CONTINUE = NO;
[266]224 INSTALL_PATH = "\U0001/usr/local/bin";
[215]225 PRODUCT_NAME = launch;
226 WARNING_CFLAGS = (
227 "-Wmost",
228 "-Wno-four-char-constants",
229 "-Wno-unknown-pragmas",
230 );
231 ZERO_LINK = NO;
232 };
233 name = Deployment;
234 };
235/* End XCBuildConfiguration section */
236
237/* Begin XCConfigurationList section */
238 E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */ = {
239 isa = XCConfigurationList;
240 buildConfigurations = (
241 E194195709C40AD400266191 /* Development */,
242 E194195809C40AD400266191 /* Deployment */,
243 );
244 defaultConfigurationIsVisible = 0;
[266]245 defaultConfigurationName = Development;
[215]246 };
247 E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */ = {
248 isa = XCConfigurationList;
249 buildConfigurations = (
250 E194196D09C40AFB00266191 /* Development */,
251 E194196E09C40AFB00266191 /* Deployment */,
252 );
253 defaultConfigurationIsVisible = 0;
[266]254 defaultConfigurationName = Development;
[215]255 };
256/* End XCConfigurationList section */
257 };
258 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
259}
Note: See TracBrowser for help on using the repository browser.