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

Last change on this file since 477 was 477, checked in by Nicholas Riley, 16 years ago

read Info.plists embedded in all Mach-O binaries (e.g. hdiutil); simplify printInfoFromURL

File size: 8.0 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 PBXFileReference section */
18 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; tabWidth = 8; };
19 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
[305]20 E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = launch; sourceTree = BUILT_PRODUCTS_DIR; };
[215]21 F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
22 F574340B01B8A47B01AEEDB1 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
23 F579CF4B019A1C6D01AEEDB1 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
24 F5C0CA9501B5740C01AEEDB1 /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
25 F5E819BF0198DFF701AEEDB1 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
26/* End PBXFileReference section */
27
28/* Begin PBXFrameworksBuildPhase section */
29 E194196609C40AFB00266191 /* Frameworks */ = {
30 isa = PBXFrameworksBuildPhase;
31 buildActionMask = 2147483647;
32 files = (
33 E194196709C40AFB00266191 /* CoreFoundation.framework in Frameworks */,
34 E194196809C40AFB00266191 /* ApplicationServices.framework in Frameworks */,
35 E194196909C40AFB00266191 /* Carbon.framework in Frameworks */,
36 E194196A09C40AFB00266191 /* Security.framework in Frameworks */,
37 );
38 runOnlyForDeploymentPostprocessing = 0;
39 };
40/* End PBXFrameworksBuildPhase section */
41
42/* Begin PBXGroup section */
43 08FB7794FE84155DC02AAC07 /* launch */ = {
44 isa = PBXGroup;
45 children = (
46 08FB7795FE84155DC02AAC07 /* Source */,
47 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
48 19C28FBDFE9D53C911CA2CBB /* Products */,
49 F5C0CA9501B5740C01AEEDB1 /* README */,
50 F574340B01B8A47B01AEEDB1 /* VERSION */,
51 );
52 name = launch;
53 sourceTree = "<group>";
54 };
55 08FB7795FE84155DC02AAC07 /* Source */ = {
56 isa = PBXGroup;
57 children = (
58 08FB7796FE84155DC02AAC07 /* main.c */,
59 );
60 name = Source;
61 sourceTree = "<group>";
62 };
63 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
64 isa = PBXGroup;
65 children = (
66 F5E819BF0198DFF701AEEDB1 /* Carbon.framework */,
67 F561F49F0139D7DD01AEEDB1 /* ApplicationServices.framework */,
68 09AB6884FE841BABC02AAC07 /* CoreFoundation.framework */,
69 F579CF4B019A1C6D01AEEDB1 /* Security.framework */,
70 );
71 name = "External Frameworks and Libraries";
72 sourceTree = "<group>";
73 };
74 19C28FBDFE9D53C911CA2CBB /* Products */ = {
75 isa = PBXGroup;
76 children = (
77 E194197009C40AFB00266191 /* launch */,
78 );
79 name = Products;
80 sourceTree = "<group>";
81 };
82/* End PBXGroup section */
83
84/* Begin PBXNativeTarget section */
85 E194196209C40AFB00266191 /* launch */ = {
86 isa = PBXNativeTarget;
87 buildConfigurationList = E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */;
88 buildPhases = (
89 E194196409C40AFB00266191 /* Sources */,
90 E194196609C40AFB00266191 /* Frameworks */,
91 );
92 buildRules = (
93 );
94 dependencies = (
95 );
96 name = launch;
97 productInstallPath = "$(HOME)/bin";
98 productName = launch;
99 productReference = E194197009C40AFB00266191 /* launch */;
100 productType = "com.apple.product-type.tool";
101 };
102/* End PBXNativeTarget section */
103
104/* Begin PBXProject section */
105 08FB7793FE84155DC02AAC07 /* Project object */ = {
106 isa = PBXProject;
107 buildConfigurationList = E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */;
[477]108 compatibilityVersion = "Xcode 2.4";
[215]109 hasScannedForEncodings = 1;
110 mainGroup = 08FB7794FE84155DC02AAC07 /* launch */;
111 projectDirPath = "";
[477]112 projectRoot = "";
[215]113 targets = (
114 E194196209C40AFB00266191 /* launch */,
115 );
116 };
117/* End PBXProject section */
118
119/* Begin PBXSourcesBuildPhase section */
120 E194196409C40AFB00266191 /* Sources */ = {
121 isa = PBXSourcesBuildPhase;
122 buildActionMask = 2147483647;
123 files = (
124 E194196509C40AFB00266191 /* main.c in Sources */,
125 );
126 runOnlyForDeploymentPostprocessing = 0;
127 };
128/* End PBXSourcesBuildPhase section */
129
130/* Begin XCBuildConfiguration section */
131 E194195709C40AD400266191 /* Development */ = {
132 isa = XCBuildConfiguration;
133 buildSettings = {
134 ARCHS = (
135 ppc,
136 i386,
137 );
[308]138 GCC_C_LANGUAGE_STANDARD = c99;
[265]139 MACOSX_DEPLOYMENT_TARGET = 10.4;
[305]140 PREBINDING = NO;
[215]141 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
142 };
143 name = Development;
144 };
145 E194195809C40AD400266191 /* Deployment */ = {
146 isa = XCBuildConfiguration;
147 buildSettings = {
148 ARCHS = (
149 ppc,
150 i386,
151 );
[308]152 GCC_C_LANGUAGE_STANDARD = c99;
[265]153 MACOSX_DEPLOYMENT_TARGET = 10.4;
[305]154 PREBINDING = NO;
[215]155 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
156 };
157 name = Deployment;
158 };
159 E194196D09C40AFB00266191 /* Development */ = {
160 isa = XCBuildConfiguration;
161 buildSettings = {
162 COPY_PHASE_STRIP = NO;
[266]163 GCC_ENABLE_FIX_AND_CONTINUE = NO;
[215]164 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
165 GCC_OPTIMIZATION_LEVEL = 0;
166 PRODUCT_NAME = launch;
167 WARNING_CFLAGS = (
168 "-Wmost",
169 "-Wno-four-char-constants",
170 "-Wno-unknown-pragmas",
171 );
[266]172 ZERO_LINK = NO;
[215]173 };
174 name = Development;
175 };
176 E194196E09C40AFB00266191 /* Deployment */ = {
177 isa = XCBuildConfiguration;
178 buildSettings = {
179 GCC_ENABLE_FIX_AND_CONTINUE = NO;
[266]180 INSTALL_PATH = "\U0001/usr/local/bin";
[215]181 PRODUCT_NAME = launch;
182 WARNING_CFLAGS = (
183 "-Wmost",
184 "-Wno-four-char-constants",
185 "-Wno-unknown-pragmas",
186 );
187 ZERO_LINK = NO;
188 };
189 name = Deployment;
190 };
191/* End XCBuildConfiguration section */
192
193/* Begin XCConfigurationList section */
194 E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */ = {
195 isa = XCConfigurationList;
196 buildConfigurations = (
197 E194195709C40AD400266191 /* Development */,
198 E194195809C40AD400266191 /* Deployment */,
199 );
200 defaultConfigurationIsVisible = 0;
[266]201 defaultConfigurationName = Development;
[215]202 };
203 E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */ = {
204 isa = XCConfigurationList;
205 buildConfigurations = (
206 E194196D09C40AFB00266191 /* Development */,
207 E194196E09C40AFB00266191 /* Deployment */,
208 );
209 defaultConfigurationIsVisible = 0;
[266]210 defaultConfigurationName = Development;
[215]211 };
212/* End XCConfigurationList section */
213 };
214 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
215}
Note: See TracBrowser for help on using the repository browser.