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

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

VERSION: Updated for 1.1d1.

main.c: Mostly switch to Process Manager. Remove obsolete comments.

README: Updated for 1.1d1.

appswitch.xcodeproj: Upgraded Xcode project.

File size: 8.7 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; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; 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 };
172 name = Development;
173 };
174 E1607EF10AF36FB6001EAB72 /* Deployment */ = {
175 isa = XCBuildConfiguration;
176 buildSettings = {
177 };
178 name = Deployment;
179 };
180 E1607EF20AF36FB6001EAB72 /* Default */ = {
181 isa = XCBuildConfiguration;
182 buildSettings = {
183 };
184 name = Default;
185 };
186 E1607F050AF3700B001EAB72 /* Development */ = {
187 isa = XCBuildConfiguration;
188 buildSettings = {
189 COPY_PHASE_STRIP = NO;
190 GCC_ENABLE_FIX_AND_CONTINUE = YES;
191 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
192 GCC_OPTIMIZATION_LEVEL = 0;
193 INSTALL_PATH = "$(HOME)/bin";
194 MACOSX_DEPLOYMENT_TARGET = 10.3;
195 PRODUCT_NAME = appswitch;
196 WARNING_CFLAGS = (
197 "-Wmost",
198 "-Wno-four-char-constants",
199 "-Wno-unknown-pragmas",
200 );
201 ZERO_LINK = YES;
202 };
203 name = Development;
204 };
205 E1607F060AF3700B001EAB72 /* Deployment */ = {
206 isa = XCBuildConfiguration;
207 buildSettings = {
208 COPY_PHASE_STRIP = YES;
209 GCC_ENABLE_FIX_AND_CONTINUE = NO;
210 INSTALL_PATH = "$(HOME)/bin";
211 MACOSX_DEPLOYMENT_TARGET = 10.3;
212 PRODUCT_NAME = appswitch;
213 WARNING_CFLAGS = (
214 "-Wmost",
215 "-Wno-four-char-constants",
216 "-Wno-unknown-pragmas",
217 );
218 ZERO_LINK = NO;
219 };
220 name = Deployment;
221 };
222 E1607F070AF3700B001EAB72 /* Default */ = {
223 isa = XCBuildConfiguration;
224 buildSettings = {
225 INSTALL_PATH = "$(HOME)/bin";
226 MACOSX_DEPLOYMENT_TARGET = 10.3;
227 PRODUCT_NAME = appswitch;
228 WARNING_CFLAGS = (
229 "-Wmost",
230 "-Wno-four-char-constants",
231 "-Wno-unknown-pragmas",
232 );
233 };
234 name = Default;
235 };
236/* End XCBuildConfiguration section */
237
238/* Begin XCConfigurationList section */
239 E1607EEF0AF36FB6001EAB72 /* Build configuration list for PBXProject "appswitch" */ = {
240 isa = XCConfigurationList;
241 buildConfigurations = (
242 E1607EF00AF36FB6001EAB72 /* Development */,
243 E1607EF10AF36FB6001EAB72 /* Deployment */,
244 E1607EF20AF36FB6001EAB72 /* Default */,
245 );
246 defaultConfigurationIsVisible = 0;
247 defaultConfigurationName = Default;
248 };
249 E1607F040AF3700B001EAB72 /* Build configuration list for PBXNativeTarget "appswitch" */ = {
250 isa = XCConfigurationList;
251 buildConfigurations = (
252 E1607F050AF3700B001EAB72 /* Development */,
253 E1607F060AF3700B001EAB72 /* Deployment */,
254 E1607F070AF3700B001EAB72 /* Default */,
255 );
256 defaultConfigurationIsVisible = 0;
257 defaultConfigurationName = Default;
258 };
259/* End XCConfigurationList section */
260 };
261 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
262}
Note: See TracBrowser for help on using the repository browser.