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

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

launch.xcodeproj: Updated with Xcode 4.6.2 to Xcode 3.2 project
format, Mac OS X 10.6 deployment target (not SDK since current Xcode
no longer ships the 10.6 SDK). Removed obsolete architectures and
build settings.

svn:ignore: Ignore Xcode 4.x detritus.

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