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>"; }; |
---|
20 | E194197009C40AFB00266191 /* launch */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = launch; sourceTree = BUILT_PRODUCTS_DIR; }; |
---|
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" */; |
---|
108 | hasScannedForEncodings = 1; |
---|
109 | mainGroup = 08FB7794FE84155DC02AAC07 /* launch */; |
---|
110 | projectDirPath = ""; |
---|
111 | targets = ( |
---|
112 | E194196209C40AFB00266191 /* launch */, |
---|
113 | ); |
---|
114 | }; |
---|
115 | /* End PBXProject section */ |
---|
116 | |
---|
117 | /* Begin PBXSourcesBuildPhase section */ |
---|
118 | E194196409C40AFB00266191 /* Sources */ = { |
---|
119 | isa = PBXSourcesBuildPhase; |
---|
120 | buildActionMask = 2147483647; |
---|
121 | files = ( |
---|
122 | E194196509C40AFB00266191 /* main.c in Sources */, |
---|
123 | ); |
---|
124 | runOnlyForDeploymentPostprocessing = 0; |
---|
125 | }; |
---|
126 | /* End PBXSourcesBuildPhase section */ |
---|
127 | |
---|
128 | /* Begin XCBuildConfiguration section */ |
---|
129 | E194195709C40AD400266191 /* Development */ = { |
---|
130 | isa = XCBuildConfiguration; |
---|
131 | buildSettings = { |
---|
132 | ARCHS = ( |
---|
133 | ppc, |
---|
134 | i386, |
---|
135 | ); |
---|
136 | GCC_C_LANGUAGE_STANDARD = c99; |
---|
137 | MACOSX_DEPLOYMENT_TARGET = 10.4; |
---|
138 | PREBINDING = NO; |
---|
139 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
---|
140 | }; |
---|
141 | name = Development; |
---|
142 | }; |
---|
143 | E194195809C40AD400266191 /* Deployment */ = { |
---|
144 | isa = XCBuildConfiguration; |
---|
145 | buildSettings = { |
---|
146 | ARCHS = ( |
---|
147 | ppc, |
---|
148 | i386, |
---|
149 | ); |
---|
150 | GCC_C_LANGUAGE_STANDARD = c99; |
---|
151 | MACOSX_DEPLOYMENT_TARGET = 10.4; |
---|
152 | PREBINDING = NO; |
---|
153 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
---|
154 | }; |
---|
155 | name = Deployment; |
---|
156 | }; |
---|
157 | E194196D09C40AFB00266191 /* Development */ = { |
---|
158 | isa = XCBuildConfiguration; |
---|
159 | buildSettings = { |
---|
160 | COPY_PHASE_STRIP = NO; |
---|
161 | GCC_ENABLE_FIX_AND_CONTINUE = NO; |
---|
162 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES; |
---|
163 | GCC_OPTIMIZATION_LEVEL = 0; |
---|
164 | PRODUCT_NAME = launch; |
---|
165 | WARNING_CFLAGS = ( |
---|
166 | "-Wmost", |
---|
167 | "-Wno-four-char-constants", |
---|
168 | "-Wno-unknown-pragmas", |
---|
169 | ); |
---|
170 | ZERO_LINK = NO; |
---|
171 | }; |
---|
172 | name = Development; |
---|
173 | }; |
---|
174 | E194196E09C40AFB00266191 /* Deployment */ = { |
---|
175 | isa = XCBuildConfiguration; |
---|
176 | buildSettings = { |
---|
177 | GCC_ENABLE_FIX_AND_CONTINUE = NO; |
---|
178 | INSTALL_PATH = "\U0001/usr/local/bin"; |
---|
179 | PRODUCT_NAME = launch; |
---|
180 | WARNING_CFLAGS = ( |
---|
181 | "-Wmost", |
---|
182 | "-Wno-four-char-constants", |
---|
183 | "-Wno-unknown-pragmas", |
---|
184 | ); |
---|
185 | ZERO_LINK = NO; |
---|
186 | }; |
---|
187 | name = Deployment; |
---|
188 | }; |
---|
189 | /* End XCBuildConfiguration section */ |
---|
190 | |
---|
191 | /* Begin XCConfigurationList section */ |
---|
192 | E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */ = { |
---|
193 | isa = XCConfigurationList; |
---|
194 | buildConfigurations = ( |
---|
195 | E194195709C40AD400266191 /* Development */, |
---|
196 | E194195809C40AD400266191 /* Deployment */, |
---|
197 | ); |
---|
198 | defaultConfigurationIsVisible = 0; |
---|
199 | defaultConfigurationName = Development; |
---|
200 | }; |
---|
201 | E194196C09C40AFB00266191 /* Build configuration list for PBXNativeTarget "launch" */ = { |
---|
202 | isa = XCConfigurationList; |
---|
203 | buildConfigurations = ( |
---|
204 | E194196D09C40AFB00266191 /* Development */, |
---|
205 | E194196E09C40AFB00266191 /* Deployment */, |
---|
206 | ); |
---|
207 | defaultConfigurationIsVisible = 0; |
---|
208 | defaultConfigurationName = Development; |
---|
209 | }; |
---|
210 | /* End XCConfigurationList section */ |
---|
211 | }; |
---|
212 | rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; |
---|
213 | } |
---|