source: trunk/launch/launch/launch.pbproj/project.pbxproj@ 52

Last change on this file since 52 was 52, checked in by Nicholas Riley, 21 years ago

launch 1.0b1.

  • accept "slack" (default http) URLs and email addresses with -l
  • accept input from stdin with '-'
  • open URLs with arbitrary applications when specified without -l
  • builds without compiler warnings
  • added a CFRelease
  • updated README with 10.2 info and new features
File size: 5.1 KB
Line 
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 38;
7 objects = {
8 014CEA490018CE3211CA2923 = {
9 buildRules = (
10 );
11 buildSettings = {
12 COPY_PHASE_STRIP = NO;
13 OPTIMIZATION_CFLAGS = "-O0";
14 };
15 isa = PBXBuildStyle;
16 name = Development;
17 };
18 014CEA4A0018CE3211CA2923 = {
19 buildRules = (
20 );
21 buildSettings = {
22 COPY_PHASE_STRIP = YES;
23 };
24 isa = PBXBuildStyle;
25 name = Deployment;
26 };
27//010
28//011
29//012
30//013
31//014
32//030
33//031
34//032
35//033
36//034
37 034768E2FF38A6DC11DB9C8B = {
38 isa = PBXExecutableFileReference;
39 path = launch;
40 refType = 3;
41 };
42//030
43//031
44//032
45//033
46//034
47//080
48//081
49//082
50//083
51//084
52 08FB7793FE84155DC02AAC07 = {
53 buildStyles = (
54 014CEA490018CE3211CA2923,
55 014CEA4A0018CE3211CA2923,
56 );
57 hasScannedForEncodings = 1;
58 isa = PBXProject;
59 mainGroup = 08FB7794FE84155DC02AAC07;
60 projectDirPath = "";
61 targets = (
62 08FB779FFE84155DC02AAC07,
63 );
64 };
65 08FB7794FE84155DC02AAC07 = {
66 children = (
67 08FB7795FE84155DC02AAC07,
68 08FB779DFE84155DC02AAC07,
69 19C28FBDFE9D53C911CA2CBB,
70 F5C0CA9501B5740C01AEEDB1,
71 F574340B01B8A47B01AEEDB1,
72 );
73 isa = PBXGroup;
74 name = launch;
75 refType = 4;
76 };
77 08FB7795FE84155DC02AAC07 = {
78 children = (
79 08FB7796FE84155DC02AAC07,
80 );
81 isa = PBXGroup;
82 name = Source;
83 refType = 4;
84 };
85 08FB7796FE84155DC02AAC07 = {
86 fileEncoding = 30;
87 isa = PBXFileReference;
88 path = main.c;
89 refType = 4;
90 };
91 08FB779DFE84155DC02AAC07 = {
92 children = (
93 F5E819BF0198DFF701AEEDB1,
94 F561F49F0139D7DD01AEEDB1,
95 09AB6884FE841BABC02AAC07,
96 F579CF4B019A1C6D01AEEDB1,
97 );
98 isa = PBXGroup;
99 name = "External Frameworks and Libraries";
100 refType = 4;
101 };
102 08FB779FFE84155DC02AAC07 = {
103 buildPhases = (
104 08FB77A0FE84155DC02AAC07,
105 08FB77A1FE84155DC02AAC07,
106 08FB77A3FE84155DC02AAC07,
107 08FB77A5FE84155DC02AAC07,
108 );
109 buildSettings = {
110 FRAMEWORK_SEARCH_PATHS = "";
111 HEADER_SEARCH_PATHS = "";
112 INSTALL_PATH = "\U0001$(HOME)/bin";
113 LIBRARY_SEARCH_PATHS = "";
114 OTHER_CFLAGS = "";
115 OTHER_LDFLAGS = "";
116 OTHER_REZFLAGS = "";
117 PRODUCT_NAME = launch;
118 REZ_EXECUTABLE = YES;
119 SECTORDER_FLAGS = "";
120 WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
121 };
122 dependencies = (
123 );
124 isa = PBXToolTarget;
125 name = launch;
126 productInstallPath = "$(HOME)/bin";
127 productName = launch;
128 productReference = 034768E2FF38A6DC11DB9C8B;
129 };
130 08FB77A0FE84155DC02AAC07 = {
131 buildActionMask = 2147483647;
132 files = (
133 );
134 isa = PBXHeadersBuildPhase;
135 runOnlyForDeploymentPostprocessing = 0;
136 };
137 08FB77A1FE84155DC02AAC07 = {
138 buildActionMask = 2147483647;
139 files = (
140 08FB77A2FE84155DC02AAC07,
141 );
142 isa = PBXSourcesBuildPhase;
143 runOnlyForDeploymentPostprocessing = 0;
144 };
145 08FB77A2FE84155DC02AAC07 = {
146 fileRef = 08FB7796FE84155DC02AAC07;
147 isa = PBXBuildFile;
148 settings = {
149 ATTRIBUTES = (
150 );
151 };
152 };
153 08FB77A3FE84155DC02AAC07 = {
154 buildActionMask = 2147483647;
155 files = (
156 09AB6885FE841BABC02AAC07,
157 F561F4A00139D7DD01AEEDB1,
158 F5E819C00198DFF701AEEDB1,
159 F579CF4C019A1C6D01AEEDB1,
160 );
161 isa = PBXFrameworksBuildPhase;
162 runOnlyForDeploymentPostprocessing = 0;
163 };
164 08FB77A5FE84155DC02AAC07 = {
165 buildActionMask = 2147483647;
166 files = (
167 );
168 isa = PBXRezBuildPhase;
169 runOnlyForDeploymentPostprocessing = 0;
170 };
171//080
172//081
173//082
174//083
175//084
176//090
177//091
178//092
179//093
180//094
181 09AB6884FE841BABC02AAC07 = {
182 isa = PBXFrameworkReference;
183 name = CoreFoundation.framework;
184 path = /System/Library/Frameworks/CoreFoundation.framework;
185 refType = 0;
186 };
187 09AB6885FE841BABC02AAC07 = {
188 fileRef = 09AB6884FE841BABC02AAC07;
189 isa = PBXBuildFile;
190 settings = {
191 };
192 };
193//090
194//091
195//092
196//093
197//094
198//190
199//191
200//192
201//193
202//194
203 19C28FBDFE9D53C911CA2CBB = {
204 children = (
205 034768E2FF38A6DC11DB9C8B,
206 );
207 isa = PBXGroup;
208 name = Products;
209 refType = 4;
210 };
211//190
212//191
213//192
214//193
215//194
216//F50
217//F51
218//F52
219//F53
220//F54
221 F561F49F0139D7DD01AEEDB1 = {
222 isa = PBXFrameworkReference;
223 name = ApplicationServices.framework;
224 path = /System/Library/Frameworks/ApplicationServices.framework;
225 refType = 0;
226 };
227 F561F4A00139D7DD01AEEDB1 = {
228 fileRef = F561F49F0139D7DD01AEEDB1;
229 isa = PBXBuildFile;
230 settings = {
231 };
232 };
233 F574340B01B8A47B01AEEDB1 = {
234 fileEncoding = 30;
235 isa = PBXFileReference;
236 path = VERSION;
237 refType = 4;
238 };
239 F579CF4B019A1C6D01AEEDB1 = {
240 isa = PBXFrameworkReference;
241 name = Security.framework;
242 path = /System/Library/Frameworks/Security.framework;
243 refType = 0;
244 };
245 F579CF4C019A1C6D01AEEDB1 = {
246 fileRef = F579CF4B019A1C6D01AEEDB1;
247 isa = PBXBuildFile;
248 settings = {
249 };
250 };
251 F5C0CA9501B5740C01AEEDB1 = {
252 fileEncoding = 30;
253 isa = PBXFileReference;
254 path = README;
255 refType = 4;
256 };
257 F5E819BF0198DFF701AEEDB1 = {
258 isa = PBXFrameworkReference;
259 name = Carbon.framework;
260 path = /System/Library/Frameworks/Carbon.framework;
261 refType = 0;
262 };
263 F5E819C00198DFF701AEEDB1 = {
264 fileRef = F5E819BF0198DFF701AEEDB1;
265 isa = PBXBuildFile;
266 settings = {
267 };
268 };
269 };
270 rootObject = 08FB7793FE84155DC02AAC07;
271}
Note: See TracBrowser for help on using the repository browser.