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

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

VERSION: Updated for 1.1d2.

main.c: Updated for 1.1d2. Added -L. Updated to new date formatting
APIs.

launch.xcodeproj: Set deployment target to 10.4.

README: Updated for 1.1d2.

File size: 11.0 KB
Line 
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>"; };
45 E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = launch; sourceTree = BUILT_PRODUCTS_DIR; };
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 PBXHeadersBuildPhase section */
110 E194196309C40AFB00266191 /* Headers */ = {
111 isa = PBXHeadersBuildPhase;
112 buildActionMask = 2147483647;
113 files = (
114 );
115 runOnlyForDeploymentPostprocessing = 0;
116 };
117/* End PBXHeadersBuildPhase section */
118
119/* Begin PBXNativeTarget section */
120 E194196209C40AFB00266191 /* launch */ = {
121 isa = PBXNativeTarget;
122 buildConfigurationList = E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */;
123 buildPhases = (
124 E194196309C40AFB00266191 /* Headers */,
125 E194196409C40AFB00266191 /* Sources */,
126 E194196609C40AFB00266191 /* Frameworks */,
127 E194196B09C40AFB00266191 /* Rez */,
128 );
129 buildRules = (
130 );
131 buildSettings = {
132 FRAMEWORK_SEARCH_PATHS = "";
133 HEADER_SEARCH_PATHS = "";
134 INSTALL_PATH = "\U0001$(HOME)/bin";
135 LIBRARY_SEARCH_PATHS = "";
136 OTHER_CFLAGS = "";
137 OTHER_LDFLAGS = "";
138 OTHER_REZFLAGS = "";
139 PRODUCT_NAME = launch;
140 REZ_EXECUTABLE = YES;
141 SECTORDER_FLAGS = "";
142 WARNING_CFLAGS = (
143 "-Wmost",
144 "-Wno-four-char-constants",
145 "-Wno-unknown-pragmas",
146 );
147 };
148 dependencies = (
149 );
150 name = launch;
151 productInstallPath = "$(HOME)/bin";
152 productName = launch;
153 productReference = E194197009C40AFB00266191 /* launch */;
154 productType = "com.apple.product-type.tool";
155 };
156/* End PBXNativeTarget section */
157
158/* Begin PBXProject section */
159 08FB7793FE84155DC02AAC07 /* Project object */ = {
160 isa = PBXProject;
161 buildConfigurationList = E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */;
162 buildSettings = {
163 MACOSX_DEPLOYMENT_TARGET = 10.2;
164 SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;
165 };
166 buildStyles = (
167 014CEA490018CE3211CA2923 /* Development */,
168 014CEA4A0018CE3211CA2923 /* Deployment */,
169 );
170 hasScannedForEncodings = 1;
171 mainGroup = 08FB7794FE84155DC02AAC07 /* launch */;
172 projectDirPath = "";
173 targets = (
174 E194196209C40AFB00266191 /* launch */,
175 );
176 };
177/* End PBXProject section */
178
179/* Begin PBXRezBuildPhase section */
180 E194196B09C40AFB00266191 /* Rez */ = {
181 isa = PBXRezBuildPhase;
182 buildActionMask = 2147483647;
183 files = (
184 );
185 runOnlyForDeploymentPostprocessing = 0;
186 };
187/* End PBXRezBuildPhase section */
188
189/* Begin PBXSourcesBuildPhase section */
190 E194196409C40AFB00266191 /* Sources */ = {
191 isa = PBXSourcesBuildPhase;
192 buildActionMask = 2147483647;
193 files = (
194 E194196509C40AFB00266191 /* main.c in Sources */,
195 );
196 runOnlyForDeploymentPostprocessing = 0;
197 };
198/* End PBXSourcesBuildPhase section */
199
200/* Begin XCBuildConfiguration section */
201 E194195709C40AD400266191 /* Development */ = {
202 isa = XCBuildConfiguration;
203 buildSettings = {
204 ARCHS = (
205 ppc,
206 i386,
207 );
208 MACOSX_DEPLOYMENT_TARGET = 10.4;
209 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
210 };
211 name = Development;
212 };
213 E194195809C40AD400266191 /* Deployment */ = {
214 isa = XCBuildConfiguration;
215 buildSettings = {
216 ARCHS = (
217 ppc,
218 i386,
219 );
220 MACOSX_DEPLOYMENT_TARGET = 10.4;
221 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
222 };
223 name = Deployment;
224 };
225 E194195909C40AD400266191 /* Default */ = {
226 isa = XCBuildConfiguration;
227 buildSettings = {
228 ARCHS = (
229 ppc,
230 i386,
231 );
232 MACOSX_DEPLOYMENT_TARGET = 10.4;
233 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
234 };
235 name = Default;
236 };
237 E194196D09C40AFB00266191 /* Development */ = {
238 isa = XCBuildConfiguration;
239 buildSettings = {
240 COPY_PHASE_STRIP = NO;
241 FRAMEWORK_SEARCH_PATHS = "";
242 GCC_DYNAMIC_NO_PIC = NO;
243 GCC_ENABLE_FIX_AND_CONTINUE = YES;
244 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
245 GCC_OPTIMIZATION_LEVEL = 0;
246 HEADER_SEARCH_PATHS = "";
247 INSTALL_PATH = "\U0001$(HOME)/bin";
248 LIBRARY_SEARCH_PATHS = "";
249 OTHER_CFLAGS = "";
250 OTHER_LDFLAGS = "";
251 OTHER_REZFLAGS = "";
252 PRODUCT_NAME = launch;
253 REZ_EXECUTABLE = YES;
254 SECTORDER_FLAGS = "";
255 WARNING_CFLAGS = (
256 "-Wmost",
257 "-Wno-four-char-constants",
258 "-Wno-unknown-pragmas",
259 );
260 ZERO_LINK = YES;
261 };
262 name = Development;
263 };
264 E194196E09C40AFB00266191 /* Deployment */ = {
265 isa = XCBuildConfiguration;
266 buildSettings = {
267 COPY_PHASE_STRIP = YES;
268 FRAMEWORK_SEARCH_PATHS = "";
269 GCC_ENABLE_FIX_AND_CONTINUE = NO;
270 HEADER_SEARCH_PATHS = "";
271 INSTALL_PATH = "\U0001$(HOME)/bin";
272 LIBRARY_SEARCH_PATHS = "";
273 OTHER_CFLAGS = "";
274 OTHER_LDFLAGS = "";
275 OTHER_REZFLAGS = "";
276 PRODUCT_NAME = launch;
277 REZ_EXECUTABLE = YES;
278 SECTORDER_FLAGS = "";
279 WARNING_CFLAGS = (
280 "-Wmost",
281 "-Wno-four-char-constants",
282 "-Wno-unknown-pragmas",
283 );
284 ZERO_LINK = NO;
285 };
286 name = Deployment;
287 };
288 E194196F09C40AFB00266191 /* Default */ = {
289 isa = XCBuildConfiguration;
290 buildSettings = {
291 FRAMEWORK_SEARCH_PATHS = "";
292 HEADER_SEARCH_PATHS = "";
293 INSTALL_PATH = "\U0001$(HOME)/bin";
294 LIBRARY_SEARCH_PATHS = "";
295 OTHER_CFLAGS = "";
296 OTHER_LDFLAGS = "";
297 OTHER_REZFLAGS = "";
298 PRODUCT_NAME = launch;
299 REZ_EXECUTABLE = YES;
300 SECTORDER_FLAGS = "";
301 WARNING_CFLAGS = (
302 "-Wmost",
303 "-Wno-four-char-constants",
304 "-Wno-unknown-pragmas",
305 );
306 };
307 name = Default;
308 };
309/* End XCBuildConfiguration section */
310
311/* Begin XCConfigurationList section */
312 E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */ = {
313 isa = XCConfigurationList;
314 buildConfigurations = (
315 E194195709C40AD400266191 /* Development */,
316 E194195809C40AD400266191 /* Deployment */,
317 E194195909C40AD400266191 /* Default */,
318 );
319 defaultConfigurationIsVisible = 0;
320 defaultConfigurationName = Default;
321 };
322 E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */ = {
323 isa = XCConfigurationList;
324 buildConfigurations = (
325 E194196D09C40AFB00266191 /* Development */,
326 E194196E09C40AFB00266191 /* Deployment */,
327 E194196F09C40AFB00266191 /* Default */,
328 );
329 defaultConfigurationIsVisible = 0;
330 defaultConfigurationName = Default;
331 };
332/* End XCConfigurationList section */
333 };
334 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
335}
Note: See TracBrowser for help on using the repository browser.