source: trunk/appswitch/appswitch/appswitch.xcode/project.pbxproj@ 156

Last change on this file since 156 was 156, checked in by Nicholas Riley, 20 years ago

appswitch.1: Updated for appswitch 1.0.1.

appswitch.xcode: Converted to Xcode project from PBX project; still
using legacy target for now.

main.c: Updated copyright date. Fixed memory leak and bogus return
value in bundleIdentifierForApplication. Fixed a caller to properly
release then bundle identifier when it's finished with it.

README: Updated for appswitch 1.0.1. Summarize changes.

File size: 5.9 KB
Line 
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 39;
7 objects = {
8 014CEA490018CE3211CA2923 = {
9 buildRules = (
10 );
11 buildSettings = {
12 COPY_PHASE_STRIP = NO;
13 GCC_DYNAMIC_NO_PIC = NO;
14 GCC_ENABLE_FIX_AND_CONTINUE = YES;
15 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
16 GCC_OPTIMIZATION_LEVEL = 0;
17 OPTIMIZATION_CFLAGS = "-O0";
18 ZERO_LINK = YES;
19 };
20 isa = PBXBuildStyle;
21 name = Development;
22 };
23 014CEA4A0018CE3211CA2923 = {
24 buildRules = (
25 );
26 buildSettings = {
27 COPY_PHASE_STRIP = YES;
28 GCC_ENABLE_FIX_AND_CONTINUE = NO;
29 ZERO_LINK = NO;
30 };
31 isa = PBXBuildStyle;
32 name = Deployment;
33 };
34//010
35//011
36//012
37//013
38//014
39//030
40//031
41//032
42//033
43//034
44 034768E2FF38A6DC11DB9C8B = {
45 explicitFileType = "compiled.mach-o.executable";
46 fallbackIsa = PBXFileReference;
47 isa = PBXExecutableFileReference;
48 path = appswitch;
49 refType = 3;
50 sourceTree = BUILT_PRODUCTS_DIR;
51 };
52//030
53//031
54//032
55//033
56//034
57//080
58//081
59//082
60//083
61//084
62 08FB7793FE84155DC02AAC07 = {
63 buildSettings = {
64 };
65 buildStyles = (
66 014CEA490018CE3211CA2923,
67 014CEA4A0018CE3211CA2923,
68 );
69 hasScannedForEncodings = 1;
70 isa = PBXProject;
71 mainGroup = 08FB7794FE84155DC02AAC07;
72 projectDirPath = "";
73 targets = (
74 08FB779FFE84155DC02AAC07,
75 );
76 };
77 08FB7794FE84155DC02AAC07 = {
78 children = (
79 08FB7795FE84155DC02AAC07,
80 C6859E96029091FE04C91782,
81 08FB779DFE84155DC02AAC07,
82 19C28FBDFE9D53C911CA2CBB,
83 );
84 isa = PBXGroup;
85 name = appswitch;
86 refType = 4;
87 sourceTree = "<group>";
88 };
89 08FB7795FE84155DC02AAC07 = {
90 children = (
91 08FB7796FE84155DC02AAC07,
92 E1A0BD3203EFAD9E00050001,
93 );
94 isa = PBXGroup;
95 name = Source;
96 refType = 4;
97 sourceTree = "<group>";
98 };
99 08FB7796FE84155DC02AAC07 = {
100 fileEncoding = 4;
101 indentWidth = 4;
102 isa = PBXFileReference;
103 lastKnownFileType = sourcecode.c.c;
104 path = main.c;
105 refType = 4;
106 sourceTree = "<group>";
107 tabWidth = 8;
108 usesTabs = 0;
109 };
110 08FB779DFE84155DC02AAC07 = {
111 children = (
112 E1A0BD4C03EFB64400050001,
113 );
114 isa = PBXGroup;
115 name = "External Frameworks and Libraries";
116 refType = 4;
117 sourceTree = "<group>";
118 };
119 08FB779FFE84155DC02AAC07 = {
120 buildPhases = (
121 08FB77A0FE84155DC02AAC07,
122 08FB77A1FE84155DC02AAC07,
123 08FB77A3FE84155DC02AAC07,
124 08FB77A5FE84155DC02AAC07,
125 C6859E980290922304C91782,
126 );
127 buildSettings = {
128 FRAMEWORK_SEARCH_PATHS = "";
129 HEADER_SEARCH_PATHS = "";
130 INSTALL_PATH = "$(HOME)/bin";
131 LIBRARY_SEARCH_PATHS = "";
132 OTHER_CFLAGS = "";
133 OTHER_LDFLAGS = "";
134 OTHER_REZFLAGS = "";
135 PRODUCT_NAME = appswitch;
136 REZ_EXECUTABLE = YES;
137 SECTORDER_FLAGS = "";
138 WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
139 };
140 dependencies = (
141 );
142 isa = PBXToolTarget;
143 name = appswitch;
144 productInstallPath = "$(HOME)/bin";
145 productName = appswitch;
146 productReference = 034768E2FF38A6DC11DB9C8B;
147 };
148 08FB77A0FE84155DC02AAC07 = {
149 buildActionMask = 2147483647;
150 files = (
151 E1A0BD3303EFAD9E00050001,
152 );
153 isa = PBXHeadersBuildPhase;
154 runOnlyForDeploymentPostprocessing = 0;
155 };
156 08FB77A1FE84155DC02AAC07 = {
157 buildActionMask = 2147483647;
158 files = (
159 08FB77A2FE84155DC02AAC07,
160 );
161 isa = PBXSourcesBuildPhase;
162 runOnlyForDeploymentPostprocessing = 0;
163 };
164 08FB77A2FE84155DC02AAC07 = {
165 fileRef = 08FB7796FE84155DC02AAC07;
166 isa = PBXBuildFile;
167 settings = {
168 ATTRIBUTES = (
169 );
170 };
171 };
172 08FB77A3FE84155DC02AAC07 = {
173 buildActionMask = 2147483647;
174 files = (
175 E1A0BD4D03EFB64400050001,
176 );
177 isa = PBXFrameworksBuildPhase;
178 runOnlyForDeploymentPostprocessing = 0;
179 };
180 08FB77A5FE84155DC02AAC07 = {
181 buildActionMask = 2147483647;
182 files = (
183 );
184 isa = PBXRezBuildPhase;
185 runOnlyForDeploymentPostprocessing = 0;
186 };
187//080
188//081
189//082
190//083
191//084
192//190
193//191
194//192
195//193
196//194
197 19C28FBDFE9D53C911CA2CBB = {
198 children = (
199 034768E2FF38A6DC11DB9C8B,
200 );
201 isa = PBXGroup;
202 name = Products;
203 refType = 4;
204 sourceTree = "<group>";
205 };
206//190
207//191
208//192
209//193
210//194
211//C60
212//C61
213//C62
214//C63
215//C64
216 C6859E96029091FE04C91782 = {
217 children = (
218 C6859E970290921104C91782,
219 E16C83CC03F7AF7B00050002,
220 );
221 isa = PBXGroup;
222 name = Documentation;
223 refType = 4;
224 sourceTree = "<group>";
225 };
226 C6859E970290921104C91782 = {
227 isa = PBXFileReference;
228 lastKnownFileType = text.man;
229 path = appswitch.1;
230 refType = 4;
231 sourceTree = "<group>";
232 };
233 C6859E980290922304C91782 = {
234 buildActionMask = 8;
235 dstPath = /usr/share/man/man1/;
236 dstSubfolderSpec = 0;
237 files = (
238 C6859E990290922B04C91782,
239 E16C83CD03F7AF7B00050002,
240 );
241 isa = PBXCopyFilesBuildPhase;
242 runOnlyForDeploymentPostprocessing = 1;
243 };
244 C6859E990290922B04C91782 = {
245 fileRef = C6859E970290921104C91782;
246 isa = PBXBuildFile;
247 settings = {
248 };
249 };
250//C60
251//C61
252//C62
253//C63
254//C64
255//E10
256//E11
257//E12
258//E13
259//E14
260 E16C83CC03F7AF7B00050002 = {
261 fileEncoding = 4;
262 isa = PBXFileReference;
263 lastKnownFileType = text;
264 path = README;
265 refType = 4;
266 sourceTree = "<group>";
267 };
268 E16C83CD03F7AF7B00050002 = {
269 fileRef = E16C83CC03F7AF7B00050002;
270 isa = PBXBuildFile;
271 settings = {
272 };
273 };
274 E1A0BD3203EFAD9E00050001 = {
275 fileEncoding = 30;
276 isa = PBXFileReference;
277 lastKnownFileType = sourcecode.c.h;
278 path = CPS.h;
279 refType = 4;
280 sourceTree = "<group>";
281 };
282 E1A0BD3303EFAD9E00050001 = {
283 fileRef = E1A0BD3203EFAD9E00050001;
284 isa = PBXBuildFile;
285 settings = {
286 };
287 };
288 E1A0BD4C03EFB64400050001 = {
289 fallbackIsa = PBXFileReference;
290 isa = PBXFrameworkReference;
291 lastKnownFileType = wrapper.framework;
292 name = ApplicationServices.framework;
293 path = /System/Library/Frameworks/ApplicationServices.framework;
294 refType = 0;
295 sourceTree = "<absolute>";
296 };
297 E1A0BD4D03EFB64400050001 = {
298 fileRef = E1A0BD4C03EFB64400050001;
299 isa = PBXBuildFile;
300 settings = {
301 };
302 };
303 };
304 rootObject = 08FB7793FE84155DC02AAC07;
305}
Note: See TracBrowser for help on using the repository browser.