]> git.sesse.net Git - vlc/blob - extras/MacOSX/vlc.pbproj/project.pbxproj
* New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
[vlc] / extras / MacOSX / vlc.pbproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 38;
7         objects = {
8                 014CEA410018CDE011CA2923 = {
9                         isa = PBXBundleReference;
10                         path = vlc.bundle;
11                         refType = 3;
12                 };
13                 014CEA420018CDE011CA2923 = {
14                         buildRules = (
15                         );
16                         buildSettings = {
17                                 COPY_PHASE_STRIP = NO;
18                                 OPTIMIZATION_CFLAGS = "-O0";
19                         };
20                         isa = PBXBuildStyle;
21                         name = Development;
22                 };
23                 014CEA430018CDE011CA2923 = {
24                         buildRules = (
25                         );
26                         buildSettings = {
27                                 COPY_PHASE_STRIP = YES;
28                         };
29                         isa = PBXBuildStyle;
30                         name = Deployment;
31                 };
32 //010
33 //011
34 //012
35 //013
36 //014
37 //080
38 //081
39 //082
40 //083
41 //084
42                 089C1669FE841209C02AAC07 = {
43                         buildStyles = (
44                                 014CEA420018CDE011CA2923,
45                                 014CEA430018CDE011CA2923,
46                         );
47                         hasScannedForEncodings = 1;
48                         isa = PBXProject;
49                         mainGroup = 089C166AFE841209C02AAC07;
50                         projectDirPath = "";
51                         targets = (
52                                 089C1673FE841209C02AAC07,
53                         );
54                 };
55                 089C166AFE841209C02AAC07 = {
56                         children = (
57                                 08FB77AFFE84173DC02AAC07,
58                                 089C167CFE841241C02AAC07,
59                                 089C1671FE841209C02AAC07,
60                                 19C28FB8FE9D52D311CA2CBB,
61                         );
62                         isa = PBXGroup;
63                         name = vlc;
64                         refType = 4;
65                 };
66                 089C1671FE841209C02AAC07 = {
67                         children = (
68                                 1058C7ACFEA557BF11CA2CBB,
69                                 1058C7AEFEA557BF11CA2CBB,
70                         );
71                         isa = PBXGroup;
72                         name = "Frameworks and Libraries";
73                         refType = 4;
74                 };
75                 089C1672FE841209C02AAC07 = {
76                         isa = PBXFrameworkReference;
77                         name = Foundation.framework;
78                         path = /System/Library/Frameworks/Foundation.framework;
79                         refType = 0;
80                 };
81                 089C1673FE841209C02AAC07 = {
82                         buildPhases = (
83                                 089C1674FE841209C02AAC07,
84                                 089C1675FE841209C02AAC07,
85                                 089C1676FE841209C02AAC07,
86                                 089C1677FE841209C02AAC07,
87                                 089C1679FE841209C02AAC07,
88                         );
89                         buildSettings = {
90                                 FRAMEWORK_SEARCH_PATHS = "";
91                                 HEADER_SEARCH_PATHS = "";
92                                 INSTALL_PATH = "$(HOME)/Library/Bundles";
93                                 LIBRARY_SEARCH_PATHS = "";
94                                 OTHER_CFLAGS = "";
95                                 OTHER_LDFLAGS = "";
96                                 OTHER_REZFLAGS = "";
97                                 PRODUCT_NAME = vlc;
98                                 SECTORDER_FLAGS = "";
99                                 WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
100                                 WRAPPER_EXTENSION = bundle;
101                         };
102                         dependencies = (
103                         );
104                         isa = PBXBundleTarget;
105                         name = vlc;
106                         productInstallPath = "$(HOME)/Library/Bundles";
107                         productName = vlc;
108                         productReference = 014CEA410018CDE011CA2923;
109                         productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
110 <!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
111 <plist version=\"1.0\">
112 <dict>
113         <key>CFBundleDevelopmentRegion</key>
114         <string>English</string>
115         <key>CFBundleDocumentTypes</key>
116         <array>
117                 <dict>
118                         <key>CFBundleTypeExtensions</key>
119                         <array>
120                                 <string>vob</string>
121                         </array>
122                         <key>CFBundleTypeIconFile</key>
123                         <string>generic.icns</string>
124                         <key>CFBundleTypeName</key>
125                         <string>VOB File (DVD Video)</string>
126                         <key>CFBundleTypeRole</key>
127                         <string>Viewer</string>
128                 </dict>
129                 <dict>
130                         <key>CFBundleTypeExtensions</key>
131                         <array>
132                                 <string>mpg</string>
133                                 <string>mpeg</string>
134                         </array>
135                         <key>CFBundleTypeIconFile</key>
136                         <string>mpeg.icns</string>
137                         <key>CFBundleTypeName</key>
138                         <string>MPEG File</string>
139                         <key>CFBundleTypeRole</key>
140                         <string>Viewer</string>
141                 </dict>
142                 <dict>
143                         <key>CFBundleTypeExtensions</key>
144                         <array>
145                                 <string>avi</string>
146                         </array>
147                         <key>CFBundleTypeIconFile</key>
148                         <string>divx.icns</string>
149                         <key>CFBundleTypeName</key>
150                         <string>DivX file</string>
151                         <key>CFBundleTypeRole</key>
152                         <string>Viewer</string>
153                 </dict>
154                 <dict>
155                         <key>CFBundleTypeExtensions</key>
156                         <array>
157                                 <string>m1v</string>
158                         </array>
159                         <key>CFBundleTypeIconFile</key>
160                         <string>mpeg1.icns</string>
161                         <key>CFBundleTypeName</key>
162                         <string>MPEG-1 Video File</string>
163                         <key>CFBundleTypeRole</key>
164                         <string>Viewer</string>
165                 </dict>
166                 <dict>
167                         <key>CFBundleTypeExtensions</key>
168                         <array>
169                                 <string>m2v</string>
170                         </array>
171                         <key>CFBundleTypeIconFile</key>
172                         <string>mpeg2.icns</string>
173                         <key>CFBundleTypeName</key>
174                         <string>MPEG-2 Video File</string>
175                         <key>CFBundleTypeRole</key>
176                         <string>Viewer</string>
177                 </dict>
178                 <dict>
179                         <key>CFBundleTypeExtensions</key>
180                         <array>
181                                 <string>mp4</string>
182                         </array>
183                         <key>CFBundleTypeIconFile</key>
184                         <string>mpeg4.icns</string>
185                         <key>CFBundleTypeName</key>
186                         <string>MPEG-4 File</string>
187                         <key>CFBundleTypeRole</key>
188                         <string>Viewer</string>
189                 </dict>
190         </array>
191         <key>CFBundleExecutable</key>
192         <string>vlc</string>
193         <key>CFBundleIconFile</key>
194         <string>vlc.icns</string>
195         <key>CFBundleIdentifier</key>
196         <string>org.videolan.vlc</string>
197         <key>CFBundleInfoDictionaryVersion</key>
198         <string>6.0</string>
199         <key>CFBundleName</key>
200         <string>VLC Media Player</string>
201         <key>CFBundlePackageType</key>
202         <string>BNDL</string>
203         <key>CFBundleSignature</key>
204         <string>VLC#</string>
205         <key>CFBundleVersion</key>
206         <string>0.5.0-test2</string>
207         <key>NSMainNibFile</key>
208         <string>MainMenu</string>
209         <key>NSPrincipalClass</key>
210         <string>VLCApplication</string>
211 </dict>
212 </plist>
213 ";
214                 };
215                 089C1674FE841209C02AAC07 = {
216                         buildActionMask = 2147483647;
217                         files = (
218                         );
219                         isa = PBXHeadersBuildPhase;
220                         runOnlyForDeploymentPostprocessing = 0;
221                 };
222                 089C1675FE841209C02AAC07 = {
223                         buildActionMask = 2147483647;
224                         files = (
225                                 F74F13E002C2A53401EE194C,
226                                 F74F13EC02C2A79C01EE194C,
227                                 F6E4F91002D2648B01A80112,
228                                 F6E4F91102D2648B01A80112,
229                                 F6E4F91202D2648B01A80112,
230                                 F6E4F91302D2648B01A80112,
231                                 F6E4F91402D2648B01A80112,
232                                 F6E4F91502D2648B01A80112,
233                                 F69B0CA802E24F6401A80112,
234                                 A064F9EA03CB9EE000B21232,
235                                 A064F9EB03CB9EE000B21232,
236                                 A064F9EC03CB9EE000B21232,
237                                 A064F9ED03CB9EE000B21232,
238                                 A064F9EE03CB9EE000B21232,
239                                 A064F9EF03CB9EE000B21232,
240                                 A064F9F003CB9EE000B21232,
241                                 A064F9F103CB9EE000B21232,
242                                 A064F9F203CB9EE000B21232,
243                                 A064F9F303CB9EE000B21232,
244                         );
245                         isa = PBXResourcesBuildPhase;
246                         runOnlyForDeploymentPostprocessing = 0;
247                 };
248                 089C1676FE841209C02AAC07 = {
249                         buildActionMask = 2147483647;
250                         files = (
251                         );
252                         isa = PBXSourcesBuildPhase;
253                         runOnlyForDeploymentPostprocessing = 0;
254                 };
255                 089C1677FE841209C02AAC07 = {
256                         buildActionMask = 2147483647;
257                         files = (
258                                 1058C7AFFEA557BF11CA2CBB,
259                         );
260                         isa = PBXFrameworksBuildPhase;
261                         runOnlyForDeploymentPostprocessing = 0;
262                 };
263                 089C1679FE841209C02AAC07 = {
264                         buildActionMask = 2147483647;
265                         files = (
266                         );
267                         isa = PBXRezBuildPhase;
268                         runOnlyForDeploymentPostprocessing = 0;
269                 };
270                 089C167CFE841241C02AAC07 = {
271                         children = (
272                                 F74F13EA02C2A79C01EE194C,
273                                 F74F13DF02C2A53401EE194C,
274                                 F6E4F90A02D2648B01A80112,
275                                 F6E4F90B02D2648B01A80112,
276                                 F6E4F90C02D2648B01A80112,
277                                 F6E4F90D02D2648B01A80112,
278                                 F6E4F90E02D2648B01A80112,
279                                 F6E4F90F02D2648B01A80112,
280                                 A064F9E003CB9EE000B21232,
281                                 A064F9E103CB9EE000B21232,
282                                 A064F9E203CB9EE000B21232,
283                                 A064F9E303CB9EE000B21232,
284                                 A064F9E403CB9EE000B21232,
285                                 A064F9E503CB9EE000B21232,
286                                 A064F9E603CB9EE000B21232,
287                                 A064F9E703CB9EE000B21232,
288                                 A064F9E803CB9EE000B21232,
289                                 A064F9E903CB9EE000B21232,
290                                 F69B0CA602E24F6401A80112,
291                         );
292                         isa = PBXGroup;
293                         name = Resources;
294                         refType = 4;
295                 };
296                 089C167FFE841241C02AAC07 = {
297                         isa = PBXFrameworkReference;
298                         name = AppKit.framework;
299                         path = /System/Library/Frameworks/AppKit.framework;
300                         refType = 0;
301                 };
302                 08FB77AFFE84173DC02AAC07 = {
303                         children = (
304                         );
305                         isa = PBXGroup;
306                         name = Classes;
307                         refType = 4;
308                 };
309 //080
310 //081
311 //082
312 //083
313 //084
314 //100
315 //101
316 //102
317 //103
318 //104
319                 1058C7ACFEA557BF11CA2CBB = {
320                         children = (
321                                 1058C7ADFEA557BF11CA2CBB,
322                         );
323                         isa = PBXGroup;
324                         name = "Linked Frameworks";
325                         refType = 4;
326                 };
327                 1058C7ADFEA557BF11CA2CBB = {
328                         isa = PBXFrameworkReference;
329                         name = Cocoa.framework;
330                         path = /System/Library/Frameworks/Cocoa.framework;
331                         refType = 0;
332                 };
333                 1058C7AEFEA557BF11CA2CBB = {
334                         children = (
335                                 089C1672FE841209C02AAC07,
336                                 089C167FFE841241C02AAC07,
337                         );
338                         isa = PBXGroup;
339                         name = "Other Frameworks";
340                         refType = 4;
341                 };
342                 1058C7AFFEA557BF11CA2CBB = {
343                         fileRef = 1058C7ADFEA557BF11CA2CBB;
344                         isa = PBXBuildFile;
345                         settings = {
346                         };
347                 };
348 //100
349 //101
350 //102
351 //103
352 //104
353 //190
354 //191
355 //192
356 //193
357 //194
358                 19C28FB8FE9D52D311CA2CBB = {
359                         children = (
360                                 014CEA410018CDE011CA2923,
361                         );
362                         isa = PBXGroup;
363                         name = Products;
364                         refType = 4;
365                 };
366 //190
367 //191
368 //192
369 //193
370 //194
371 //A00
372 //A01
373 //A02
374 //A03
375 //A04
376                 A064F9E003CB9EE000B21232 = {
377                         isa = PBXFileReference;
378                         name = prefs.png;
379                         path = Resources/prefs.png;
380                         refType = 4;
381                 };
382                 A064F9E103CB9EE000B21232 = {
383                         isa = PBXFileReference;
384                         name = end.png;
385                         path = Resources/end.png;
386                         refType = 4;
387                 };
388                 A064F9E203CB9EE000B21232 = {
389                         isa = PBXFileReference;
390                         name = pause.png;
391                         path = Resources/pause.png;
392                         refType = 4;
393                 };
394                 A064F9E303CB9EE000B21232 = {
395                         isa = PBXFileReference;
396                         name = list.png;
397                         path = Resources/list.png;
398                         refType = 4;
399                 };
400                 A064F9E403CB9EE000B21232 = {
401                         isa = PBXFileReference;
402                         name = forw.png;
403                         path = Resources/forw.png;
404                         refType = 4;
405                 };
406                 A064F9E503CB9EE000B21232 = {
407                         isa = PBXFileReference;
408                         name = vlc_hg.png;
409                         path = Resources/vlc_hg.png;
410                         refType = 4;
411                 };
412                 A064F9E603CB9EE000B21232 = {
413                         isa = PBXFileReference;
414                         name = stop.png;
415                         path = Resources/stop.png;
416                         refType = 4;
417                 };
418                 A064F9E703CB9EE000B21232 = {
419                         isa = PBXFileReference;
420                         name = begin.png;
421                         path = Resources/begin.png;
422                         refType = 4;
423                 };
424                 A064F9E803CB9EE000B21232 = {
425                         isa = PBXFileReference;
426                         name = back.png;
427                         path = Resources/back.png;
428                         refType = 4;
429                 };
430                 A064F9E903CB9EE000B21232 = {
431                         isa = PBXFileReference;
432                         name = play.png;
433                         path = Resources/play.png;
434                         refType = 4;
435                 };
436                 A064F9EA03CB9EE000B21232 = {
437                         fileRef = A064F9E003CB9EE000B21232;
438                         isa = PBXBuildFile;
439                         settings = {
440                         };
441                 };
442                 A064F9EB03CB9EE000B21232 = {
443                         fileRef = A064F9E103CB9EE000B21232;
444                         isa = PBXBuildFile;
445                         settings = {
446                         };
447                 };
448                 A064F9EC03CB9EE000B21232 = {
449                         fileRef = A064F9E203CB9EE000B21232;
450                         isa = PBXBuildFile;
451                         settings = {
452                         };
453                 };
454                 A064F9ED03CB9EE000B21232 = {
455                         fileRef = A064F9E303CB9EE000B21232;
456                         isa = PBXBuildFile;
457                         settings = {
458                         };
459                 };
460                 A064F9EE03CB9EE000B21232 = {
461                         fileRef = A064F9E403CB9EE000B21232;
462                         isa = PBXBuildFile;
463                         settings = {
464                         };
465                 };
466                 A064F9EF03CB9EE000B21232 = {
467                         fileRef = A064F9E503CB9EE000B21232;
468                         isa = PBXBuildFile;
469                         settings = {
470                         };
471                 };
472                 A064F9F003CB9EE000B21232 = {
473                         fileRef = A064F9E603CB9EE000B21232;
474                         isa = PBXBuildFile;
475                         settings = {
476                         };
477                 };
478                 A064F9F103CB9EE000B21232 = {
479                         fileRef = A064F9E703CB9EE000B21232;
480                         isa = PBXBuildFile;
481                         settings = {
482                         };
483                 };
484                 A064F9F203CB9EE000B21232 = {
485                         fileRef = A064F9E803CB9EE000B21232;
486                         isa = PBXBuildFile;
487                         settings = {
488                         };
489                 };
490                 A064F9F303CB9EE000B21232 = {
491                         fileRef = A064F9E903CB9EE000B21232;
492                         isa = PBXBuildFile;
493                         settings = {
494                         };
495                 };
496 //A00
497 //A01
498 //A02
499 //A03
500 //A04
501 //F60
502 //F61
503 //F62
504 //F63
505 //F64
506                 F69B0CA602E24F6401A80112 = {
507                         children = (
508                                 F69B0CA702E24F6401A80112,
509                         );
510                         isa = PBXVariantGroup;
511                         name = InfoPlist.strings;
512                         path = "";
513                         refType = 4;
514                 };
515                 F69B0CA702E24F6401A80112 = {
516                         fileEncoding = 5;
517                         isa = PBXFileReference;
518                         name = English;
519                         path = Resources/English.lproj/InfoPlist.strings;
520                         refType = 4;
521                 };
522                 F69B0CA802E24F6401A80112 = {
523                         fileRef = F69B0CA602E24F6401A80112;
524                         isa = PBXBuildFile;
525                         settings = {
526                         };
527                 };
528                 F6E4F90A02D2648B01A80112 = {
529                         isa = PBXFileReference;
530                         name = divx.icns;
531                         path = Resources/divx.icns;
532                         refType = 4;
533                 };
534                 F6E4F90B02D2648B01A80112 = {
535                         isa = PBXFileReference;
536                         name = generic.icns;
537                         path = Resources/generic.icns;
538                         refType = 4;
539                 };
540                 F6E4F90C02D2648B01A80112 = {
541                         isa = PBXFileReference;
542                         name = mpeg.icns;
543                         path = Resources/mpeg.icns;
544                         refType = 4;
545                 };
546                 F6E4F90D02D2648B01A80112 = {
547                         isa = PBXFileReference;
548                         name = mpeg1.icns;
549                         path = Resources/mpeg1.icns;
550                         refType = 4;
551                 };
552                 F6E4F90E02D2648B01A80112 = {
553                         isa = PBXFileReference;
554                         name = mpeg2.icns;
555                         path = Resources/mpeg2.icns;
556                         refType = 4;
557                 };
558                 F6E4F90F02D2648B01A80112 = {
559                         isa = PBXFileReference;
560                         name = mpeg4.icns;
561                         path = Resources/mpeg4.icns;
562                         refType = 4;
563                 };
564                 F6E4F91002D2648B01A80112 = {
565                         fileRef = F6E4F90A02D2648B01A80112;
566                         isa = PBXBuildFile;
567                         settings = {
568                         };
569                 };
570                 F6E4F91102D2648B01A80112 = {
571                         fileRef = F6E4F90B02D2648B01A80112;
572                         isa = PBXBuildFile;
573                         settings = {
574                         };
575                 };
576                 F6E4F91202D2648B01A80112 = {
577                         fileRef = F6E4F90C02D2648B01A80112;
578                         isa = PBXBuildFile;
579                         settings = {
580                         };
581                 };
582                 F6E4F91302D2648B01A80112 = {
583                         fileRef = F6E4F90D02D2648B01A80112;
584                         isa = PBXBuildFile;
585                         settings = {
586                         };
587                 };
588                 F6E4F91402D2648B01A80112 = {
589                         fileRef = F6E4F90E02D2648B01A80112;
590                         isa = PBXBuildFile;
591                         settings = {
592                         };
593                 };
594                 F6E4F91502D2648B01A80112 = {
595                         fileRef = F6E4F90F02D2648B01A80112;
596                         isa = PBXBuildFile;
597                         settings = {
598                         };
599                 };
600 //F60
601 //F61
602 //F62
603 //F63
604 //F64
605 //F70
606 //F71
607 //F72
608 //F73
609 //F74
610                 F74F13DF02C2A53401EE194C = {
611                         isa = PBXFileReference;
612                         name = vlc.icns;
613                         path = Resources/vlc.icns;
614                         refType = 4;
615                 };
616                 F74F13E002C2A53401EE194C = {
617                         fileRef = F74F13DF02C2A53401EE194C;
618                         isa = PBXBuildFile;
619                         settings = {
620                         };
621                 };
622                 F74F13EA02C2A79C01EE194C = {
623                         children = (
624                                 F74F13EB02C2A79C01EE194C,
625                         );
626                         isa = PBXVariantGroup;
627                         name = MainMenu.nib;
628                         path = "";
629                         refType = 4;
630                 };
631                 F74F13EB02C2A79C01EE194C = {
632                         isa = PBXFileReference;
633                         name = English;
634                         path = Resources/English.lproj/MainMenu.nib;
635                         refType = 4;
636                 };
637                 F74F13EC02C2A79C01EE194C = {
638                         fileRef = F74F13EA02C2A79C01EE194C;
639                         isa = PBXBuildFile;
640                         settings = {
641                         };
642                 };
643         };
644         rootObject = 089C1669FE841209C02AAC07;
645 }