source: trunk/appswitch/appswitch/appswitch.xcodeproj/project.pbxproj@ 307

Last change on this file since 307 was 307, checked in by Nicholas Riley, 17 years ago

appswitch.xcodeproj: Build Universal for real.

File size: 8.8 KB
Line 
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9/* Begin PBXBuildFile section */
10 E1607EFB0AF3700B001EAB72 /* CPS.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A0BD3203EFAD9E00050001 /* CPS.h */; };
11 E1607EFD0AF3700B001EAB72 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
12 E1607EFF0AF3700B001EAB72 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */; };
13 E1607F020AF3700B001EAB72 /* appswitch.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E970290921104C91782 /* appswitch.1 */; };
14 E1607F030AF3700B001EAB72 /* README in CopyFiles */ = {isa = PBXBuildFile; fileRef = E16C83CC03F7AF7B00050002 /* README */; };
15/* End PBXBuildFile section */
16
17/* Begin PBXCopyFilesBuildPhase section */
18 E1607F010AF3700B001EAB72 /* CopyFiles */ = {
19 isa = PBXCopyFilesBuildPhase;
20 buildActionMask = 8;
21 dstPath = /usr/share/man/man1/;
22 dstSubfolderSpec = 0;
23 files = (
24 E1607F020AF3700B001EAB72 /* appswitch.1 in CopyFiles */,
25 E1607F030AF3700B001EAB72 /* README in CopyFiles */,
26 );
27 runOnlyForDeploymentPostprocessing = 1;
28 };
29/* End PBXCopyFilesBuildPhase section */
30
31/* Begin PBXFileReference section */
32 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
33 C6859E970290921104C91782 /* appswitch.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = appswitch.1; sourceTree = "<group>"; };
34 E1607F080AF3700B001EAB72 /* appswitch */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = appswitch; sourceTree = BUILT_PRODUCTS_DIR; };
35 E16C83CC03F7AF7B00050002 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
36 E1A0BD3203EFAD9E00050001 /* CPS.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CPS.h; sourceTree = "<group>"; };
37 E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
38/* End PBXFileReference section */
39
40/* Begin PBXFrameworksBuildPhase section */
41 E1607EFE0AF3700B001EAB72 /* Frameworks */ = {
42 isa = PBXFrameworksBuildPhase;
43 buildActionMask = 2147483647;
44 files = (
45 E1607EFF0AF3700B001EAB72 /* ApplicationServices.framework in Frameworks */,
46 );
47 runOnlyForDeploymentPostprocessing = 0;
48 };
49/* End PBXFrameworksBuildPhase section */
50
51/* Begin PBXGroup section */
52 08FB7794FE84155DC02AAC07 /* appswitch */ = {
53 isa = PBXGroup;
54 children = (
55 08FB7795FE84155DC02AAC07 /* Source */,
56 C6859E96029091FE04C91782 /* Documentation */,
57 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
58 19C28FBDFE9D53C911CA2CBB /* Products */,
59 );
60 name = appswitch;
61 sourceTree = "<group>";
62 };
63 08FB7795FE84155DC02AAC07 /* Source */ = {
64 isa = PBXGroup;
65 children = (
66 08FB7796FE84155DC02AAC07 /* main.c */,
67 E1A0BD3203EFAD9E00050001 /* CPS.h */,
68 );
69 name = Source;
70 sourceTree = "<group>";
71 };
72 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
73 isa = PBXGroup;
74 children = (
75 E1A0BD4C03EFB64400050001 /* ApplicationServices.framework */,
76 );
77 name = "External Frameworks and Libraries";
78 sourceTree = "<group>";
79 };
80 19C28FBDFE9D53C911CA2CBB /* Products */ = {
81 isa = PBXGroup;
82 children = (
83 E1607F080AF3700B001EAB72 /* appswitch */,
84 );
85 name = Products;
86 sourceTree = "<group>";
87 };
88 C6859E96029091FE04C91782 /* Documentation */ = {
89 isa = PBXGroup;
90 children = (
91 C6859E970290921104C91782 /* appswitch.1 */,
92 E16C83CC03F7AF7B00050002 /* README */,
93 );
94 name = Documentation;
95 sourceTree = "<group>";
96 };
97/* End PBXGroup section */
98
99/* Begin PBXHeadersBuildPhase section */
100 E1607EFA0AF3700B001EAB72 /* Headers */ = {
101 isa = PBXHeadersBuildPhase;
102 buildActionMask = 2147483647;
103 files = (
104 E1607EFB0AF3700B001EAB72 /* CPS.h in Headers */,
105 );
106 runOnlyForDeploymentPostprocessing = 0;
107 };
108/* End PBXHeadersBuildPhase section */
109
110/* Begin PBXNativeTarget section */
111 E1607EF90AF3700B001EAB72 /* appswitch */ = {
112 isa = PBXNativeTarget;
113 buildConfigurationList = E1607F040AF3700B001EAB72 /* Build configuration list for PBXNativeTarget "appswitch" */;
114 buildPhases = (
115 E1607EFA0AF3700B001EAB72 /* Headers */,
116 E1607EFC0AF3700B001EAB72 /* Sources */,
117 E1607EFE0AF3700B001EAB72 /* Frameworks */,
118 E1607F000AF3700B001EAB72 /* Rez */,
119 E1607F010AF3700B001EAB72 /* CopyFiles */,
120 );
121 buildRules = (
122 );
123 dependencies = (
124 );
125 name = appswitch;
126 productInstallPath = "$(HOME)/bin";
127 productName = appswitch;
128 productReference = E1607F080AF3700B001EAB72 /* appswitch */;
129 productType = "com.apple.product-type.tool";
130 };
131/* End PBXNativeTarget section */
132
133/* Begin PBXProject section */
134 08FB7793FE84155DC02AAC07 /* Project object */ = {
135 isa = PBXProject;
136 buildConfigurationList = E1607EEF0AF36FB6001EAB72 /* Build configuration list for PBXProject "appswitch" */;
137 hasScannedForEncodings = 1;
138 mainGroup = 08FB7794FE84155DC02AAC07 /* appswitch */;
139 projectDirPath = "";
140 targets = (
141 E1607EF90AF3700B001EAB72 /* appswitch */,
142 );
143 };
144/* End PBXProject section */
145
146/* Begin PBXRezBuildPhase section */
147 E1607F000AF3700B001EAB72 /* Rez */ = {
148 isa = PBXRezBuildPhase;
149 buildActionMask = 2147483647;
150 files = (
151 );
152 runOnlyForDeploymentPostprocessing = 0;
153 };
154/* End PBXRezBuildPhase section */
155
156/* Begin PBXSourcesBuildPhase section */
157 E1607EFC0AF3700B001EAB72 /* Sources */ = {
158 isa = PBXSourcesBuildPhase;
159 buildActionMask = 2147483647;
160 files = (
161 E1607EFD0AF3700B001EAB72 /* main.c in Sources */,
162 );
163 runOnlyForDeploymentPostprocessing = 0;
164 };
165/* End PBXSourcesBuildPhase section */
166
167/* Begin XCBuildConfiguration section */
168 E1607EF00AF36FB6001EAB72 /* Development */ = {
169 isa = XCBuildConfiguration;
170 buildSettings = {
171 ARCHS = (
172 ppc,
173 i386,
174 );
175 };
176 name = Development;
177 };
178 E1607EF10AF36FB6001EAB72 /* Deployment */ = {
179 isa = XCBuildConfiguration;
180 buildSettings = {
181 ARCHS = (
182 ppc,
183 i386,
184 );
185 };
186 name = Deployment;
187 };
188 E1607EF20AF36FB6001EAB72 /* Default */ = {
189 isa = XCBuildConfiguration;
190 buildSettings = {
191 ARCHS = (
192 ppc,
193 i386,
194 );
195 };
196 name = Default;
197 };
198 E1607F050AF3700B001EAB72 /* Development */ = {
199 isa = XCBuildConfiguration;
200 buildSettings = {
201 COPY_PHASE_STRIP = NO;
202 GCC_ENABLE_FIX_AND_CONTINUE = YES;
203 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
204 GCC_OPTIMIZATION_LEVEL = 0;
205 INSTALL_PATH = "$(HOME)/bin";
206 MACOSX_DEPLOYMENT_TARGET = 10.3;
207 PRODUCT_NAME = appswitch;
208 WARNING_CFLAGS = (
209 "-Wmost",
210 "-Wno-four-char-constants",
211 "-Wno-unknown-pragmas",
212 );
213 ZERO_LINK = YES;
214 };
215 name = Development;
216 };
217 E1607F060AF3700B001EAB72 /* Deployment */ = {
218 isa = XCBuildConfiguration;
219 buildSettings = {
220 COPY_PHASE_STRIP = YES;
221 GCC_ENABLE_FIX_AND_CONTINUE = NO;
222 INSTALL_PATH = "$(HOME)/bin";
223 MACOSX_DEPLOYMENT_TARGET = 10.3;
224 PRODUCT_NAME = appswitch;
225 WARNING_CFLAGS = (
226 "-Wmost",
227 "-Wno-four-char-constants",
228 "-Wno-unknown-pragmas",
229 );
230 ZERO_LINK = NO;
231 };
232 name = Deployment;
233 };
234 E1607F070AF3700B001EAB72 /* Default */ = {
235 isa = XCBuildConfiguration;
236 buildSettings = {
237 INSTALL_PATH = "$(HOME)/bin";
238 MACOSX_DEPLOYMENT_TARGET = 10.3;
239 PRODUCT_NAME = appswitch;
240 WARNING_CFLAGS = (
241 "-Wmost",
242 "-Wno-four-char-constants",
243 "-Wno-unknown-pragmas",
244 );
245 };
246 name = Default;
247 };
248/* End XCBuildConfiguration section */
249
250/* Begin XCConfigurationList section */
251 E1607EEF0AF36FB6001EAB72 /* Build configuration list for PBXProject "appswitch" */ = {
252 isa = XCConfigurationList;
253 buildConfigurations = (
254 E1607EF00AF36FB6001EAB72 /* Development */,
255 E1607EF10AF36FB6001EAB72 /* Deployment */,
256 E1607EF20AF36FB6001EAB72 /* Default */,
257 );
258 defaultConfigurationIsVisible = 0;
259 defaultConfigurationName = Default;
260 };
261 E1607F040AF3700B001EAB72 /* Build configuration list for PBXNativeTarget "appswitch" */ = {
262 isa = XCConfigurationList;
263 buildConfigurations = (
264 E1607F050AF3700B001EAB72 /* Development */,
265 E1607F060AF3700B001EAB72 /* Deployment */,
266 E1607F070AF3700B001EAB72 /* Default */,
267 );
268 defaultConfigurationIsVisible = 0;
269 defaultConfigurationName = Default;
270 };
271/* End XCConfigurationList section */
272 };
273 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
274}
Note: See TracBrowser for help on using the repository browser.