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

Last change on this file since 651 was 651, checked in by Nicholas Riley, 11 years ago

Make buildable on OS X 10.8 (remove obsolete CoreGraphics error), 32-bit only.

Fix a tiny buffer overflow.

Don't use printf to print things that aren't format strings.

Bump version number.

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