]> git.sesse.net Git - vlc/blob - extras/MacOSX/vlc.pbproj/project.pbxproj
* added aiff, mod and IT to the list of supported document types
[vlc] / extras / MacOSX / vlc.pbproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 39;
7         objects = {
8                 014CEA410018CDE011CA2923 = {
9                         explicitFileType = wrapper.cfbundle;
10                         isa = PBXFileReference;
11                         path = VLC.bundle;
12                         refType = 3;
13                         sourceTree = BUILT_PRODUCTS_DIR;
14                 };
15                 014CEA420018CDE011CA2923 = {
16                         buildSettings = {
17                                 COPY_PHASE_STRIP = NO;
18                                 GCC_DYNAMIC_NO_PIC = NO;
19                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
20                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
21                                 GCC_OPTIMIZATION_LEVEL = 0;
22                                 OPTIMIZATION_CFLAGS = "-O0";
23                                 ZERO_LINK = YES;
24                         };
25                         isa = PBXBuildStyle;
26                         name = Development;
27                 };
28                 014CEA430018CDE011CA2923 = {
29                         buildSettings = {
30                                 COPY_PHASE_STRIP = YES;
31                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
32                                 ZERO_LINK = NO;
33                         };
34                         isa = PBXBuildStyle;
35                         name = Deployment;
36                 };
37 //010
38 //011
39 //012
40 //013
41 //014
42 //080
43 //081
44 //082
45 //083
46 //084
47                 089C1669FE841209C02AAC07 = {
48                         buildSettings = {
49                         };
50                         buildStyles = (
51                                 014CEA420018CDE011CA2923,
52                                 014CEA430018CDE011CA2923,
53                         );
54                         hasScannedForEncodings = 1;
55                         isa = PBXProject;
56                         mainGroup = 089C166AFE841209C02AAC07;
57                         projectDirPath = "";
58                         targets = (
59                                 089C1673FE841209C02AAC07,
60                         );
61                 };
62                 089C166AFE841209C02AAC07 = {
63                         children = (
64                                 08FB77AFFE84173DC02AAC07,
65                                 089C167CFE841241C02AAC07,
66                                 089C1671FE841209C02AAC07,
67                                 19C28FB8FE9D52D311CA2CBB,
68                         );
69                         isa = PBXGroup;
70                         name = vlc;
71                         refType = 4;
72                         sourceTree = "<group>";
73                 };
74                 089C1671FE841209C02AAC07 = {
75                         children = (
76                                 1058C7ACFEA557BF11CA2CBB,
77                                 1058C7AEFEA557BF11CA2CBB,
78                         );
79                         isa = PBXGroup;
80                         name = "Frameworks and Libraries";
81                         refType = 4;
82                         sourceTree = "<group>";
83                 };
84                 089C1672FE841209C02AAC07 = {
85                         isa = PBXFileReference;
86                         lastKnownFileType = wrapper.framework;
87                         name = Foundation.framework;
88                         path = /System/Library/Frameworks/Foundation.framework;
89                         refType = 0;
90                         sourceTree = "<absolute>";
91                 };
92                 089C1673FE841209C02AAC07 = {
93                         buildPhases = (
94                                 089C1675FE841209C02AAC07,
95                                 089C1677FE841209C02AAC07,
96                                 089C1679FE841209C02AAC07,
97                         );
98                         buildSettings = {
99                                 FRAMEWORK_SEARCH_PATHS = "";
100                                 HEADER_SEARCH_PATHS = "";
101                                 INSTALL_PATH = "$(HOME)/Library/Bundles";
102                                 JAVAC_SOURCE_FILE_ENCODING = "ISO-8859-1";
103                                 LIBRARY_SEARCH_PATHS = /Volumes/Genitus/vlc/modules/gui/macosx;
104                                 OTHER_CFLAGS = "";
105                                 OTHER_LDFLAGS = "";
106                                 OTHER_REZFLAGS = "";
107                                 PRODUCT_NAME = VLC;
108                                 SECTORDER_FLAGS = "";
109                                 WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
110                                 WRAPPER_EXTENSION = bundle;
111                         };
112                         dependencies = (
113                         );
114                         isa = PBXBundleTarget;
115                         name = vlc;
116                         productInstallPath = "$(HOME)/Library/Bundles";
117                         productName = vlc;
118                         productReference = 014CEA410018CDE011CA2923;
119                         productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
120 <!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
121 <plist version=\"1.0\">
122 <dict>
123         <key>CFBundleDevelopmentRegion</key>
124         <string>English</string>
125         <key>CFBundleDocumentTypes</key>
126         <array>
127                 <dict>
128                         <key>CFBundleTypeName</key>
129                         <string>Folder</string>
130                         <key>CFBundleTypeOSTypes</key>
131                         <array>
132                                 <string>fold</string>
133                         </array>
134                         <key>CFBundleTypeRole</key>
135                         <string>Viewer</string>
136                 </dict>
137                 <dict>
138                         <key>CFBundleTypeExtensions</key>
139                         <array>
140                                 <string>mod</string>
141                         </array>
142                         <key>CFBundleTypeName</key>
143                         <string>MOD Audio File</string>
144                         <key>CFBundleTypeOSTypes</key>
145                         <array>
146                                 <string>generic.icns</string>
147                         </array>
148                         <key>CFBundleTypeRole</key>
149                         <string>Viewer</string>
150                 </dict>
151                 <dict>
152                         <key>CFBundleTypeExtensions</key>
153                         <array>
154                                 <string>it</string>
155                         </array>
156                         <key>CFBundleTypeIconFile</key>
157                         <string>generic.icns</string>
158                         <key>CFBundleTypeName</key>
159                         <string>Impulse Tracker Module File</string>
160                         <key>CFBundleTypeRole</key>
161                         <string>Viewer</string>
162                 </dict>
163                 <dict>
164                         <key>CFBundleTypeExtensions</key>
165                         <array>
166                                 <string>aiff</string>
167                                 <string>aif</string>
168                         </array>
169                         <key>CFBundleTypeName</key>
170                         <string>AIFF file</string>
171                         <key>CFBundleTypeRole</key>
172                         <string>Viewer</string>
173                 </dict>
174                 <dict>
175                         <key>CFBundleTypeExtensions</key>
176                         <array>
177                                 <string>vlc</string>
178                         </array>
179                         <key>CFBundleTypeIconFile</key>
180                         <string>generic.icns</string>
181                         <key>CFBundleTypeMIMETypes</key>
182                         <array>
183                                 <string>application/x-videolan-vlc</string>
184                                 <string>application/videolan-vlc</string>
185                         </array>
186                         <key>CFBundleTypeName</key>
187                         <string>VLC file</string>
188                         <key>CFBundleTypeRole</key>
189                         <string>Viewer</string>
190                 </dict>
191                 <dict>
192                         <key>CFBundleTypeExtensions</key>
193                         <array>
194                                 <string>spx</string>
195                         </array>
196                         <key>CFBundleTypeIconFile</key>
197                         <string>generic.icns</string>
198                         <key>CFBundleTypeName</key>
199                         <string>Speex Audio File</string>
200                         <key>CFBundleTypeRole</key>
201                         <string>Viewer</string>
202                 </dict>
203                 <dict>
204                         <key>CFBundleTypeExtensions</key>
205                         <array>
206                                 <string>sdp</string>
207                         </array>
208                         <key>CFBundleTypeIconFile</key>
209                         <string>generic.icns</string>
210                         <key>CFBundleTypeName</key>
211                         <string>Session Description Protocol File</string>
212                         <key>CFBundleTypeRole</key>
213                         <string>Viewer</string>
214                 </dict>
215                 <dict>
216                         <key>CFBundleTypeExtensions</key>
217                         <array>
218                                 <string>wav</string>
219                         </array>
220                         <key>CFBundleTypeName</key>
221                         <string>WAVE Audio File</string>
222                         <key>CFBundleTypeRole</key>
223                         <string>Viewer</string>
224                 </dict>
225                 <dict>
226                         <key>CFBundleTypeExtensions</key>
227                         <array>
228                                 <string>asx</string>
229                         </array>
230                         <key>CFBundleTypeIconFile</key>
231                         <string>asx.icns</string>
232                         <key>CFBundleTypeName</key>
233                         <string>ASX file</string>
234                         <key>CFBundleTypeRole</key>
235                         <string>Viewer</string>
236                 </dict>
237                 <dict>
238                         <key>CFBundleTypeExtensions</key>
239                         <array>
240                                 <string>sub</string>
241                                 <string>srt</string>
242                         </array>
243                         <key>CFBundleTypeIconFile</key>
244                         <string>sub.icns</string>
245                         <key>CFBundleTypeName</key>
246                         <string>Subtitle file</string>
247                         <key>CFBundleTypeRole</key>
248                         <string>Viewer</string>
249                 </dict>
250                 <dict>
251                         <key>CFBundleTypeExtensions</key>
252                         <array>
253                                 <string>pls</string>
254                         </array>
255                         <key>CFBundleTypeIconFile</key>
256                         <string>pls.icns</string>
257                         <key>CFBundleTypeName</key>
258                         <string>Shoutcast playlist</string>
259                         <key>CFBundleTypeRole</key>
260                         <string>Viewer</string>
261                 </dict>
262                 <dict>
263                         <key>CFBundleTypeExtensions</key>
264                         <array>
265                                 <string>m3u</string>
266                         </array>
267                         <key>CFBundleTypeIconFile</key>
268                         <string>m3u.icns</string>
269                         <key>CFBundleTypeName</key>
270                         <string>Playlist file</string>
271                         <key>CFBundleTypeRole</key>
272                         <string>Viewer</string>
273                 </dict>
274                 <dict>
275                         <key>CFBundleTypeExtensions</key>
276                         <array>
277                                 <string>vob</string>
278                         </array>
279                         <key>CFBundleTypeIconFile</key>
280                         <string>vob.icns</string>
281                         <key>CFBundleTypeName</key>
282                         <string>VOB File (DVD Video)</string>
283                         <key>CFBundleTypeRole</key>
284                         <string>Viewer</string>
285                 </dict>
286                 <dict>
287                         <key>CFBundleTypeExtensions</key>
288                         <array>
289                                 <string>dat</string>
290                         </array>
291                         <key>CFBundleTypeIconFile</key>
292                         <string>dat.icns</string>
293                         <key>CFBundleTypeName</key>
294                         <string>DAT file</string>
295                         <key>CFBundleTypeRole</key>
296                         <string>Viewer</string>
297                 </dict>
298                 <dict>
299                         <key>CFBundleTypeExtensions</key>
300                         <array>
301                                 <string>cue</string>
302                         </array>
303                         <key>CFBundleTypeIconFile</key>
304                         <string>cue.icns</string>
305                         <key>CFBundleTypeName</key>
306                         <string>CUE file</string>
307                         <key>CFBundleTypeRole</key>
308                         <string>Viewer</string>
309                 </dict>
310                 <dict>
311                         <key>CFBundleTypeExtensions</key>
312                         <array>
313                                 <string>iso</string>
314                                 <string>bin</string>
315                         </array>
316                         <key>CFBundleTypeName</key>
317                         <string>ISO file</string>
318                         <key>CFBundleTypeRole</key>
319                         <string>Viewer</string>
320                 </dict>
321                 <dict>
322                         <key>CFBundleTypeExtensions</key>
323                         <array>
324                                 <string>a52</string>
325                                 <string>ac3</string>
326                         </array>
327                         <key>CFBundleTypeIconFile</key>
328                         <string>a52.icns</string>
329                         <key>CFBundleTypeName</key>
330                         <string>Digital Audio</string>
331                         <key>CFBundleTypeRole</key>
332                         <string>Viewer</string>
333                 </dict>
334                 <dict>
335                         <key>CFBundleTypeExtensions</key>
336                         <array>
337                                 <string>aac</string>
338                         </array>
339                         <key>CFBundleTypeIconFile</key>
340                         <string>mpeg4.icns</string>
341                         <key>CFBundleTypeName</key>
342                         <string>AAC file</string>
343                         <key>CFBundleTypeRole</key>
344                         <string>Viewer</string>
345                 </dict>
346                 <dict>
347                         <key>CFBundleTypeExtensions</key>
348                         <array>
349                                 <string>ogm</string>
350                         </array>
351                         <key>CFBundleTypeIconFile</key>
352                         <string>ogm.icns</string>
353                         <key>CFBundleTypeName</key>
354                         <string>Ogg Vorbis Media container</string>
355                         <key>CFBundleTypeRole</key>
356                         <string>Viewer</string>
357                 </dict>
358                 <dict>
359                         <key>CFBundleTypeExtensions</key>
360                         <array>
361                                 <string>ogg</string>
362                         </array>
363                         <key>CFBundleTypeIconFile</key>
364                         <string>ogg.icns</string>
365                         <key>CFBundleTypeName</key>
366                         <string>OGG Vorbis file</string>
367                         <key>CFBundleTypeRole</key>
368                         <string>Viewer</string>
369                 </dict>
370                 <dict>
371                         <key>CFBundleTypeExtensions</key>
372                         <array>
373                                 <string>avi</string>
374                         </array>
375                         <key>CFBundleTypeIconFile</key>
376                         <string>avi.icns</string>
377                         <key>CFBundleTypeName</key>
378                         <string>AVI container</string>
379                         <key>CFBundleTypeRole</key>
380                         <string>Viewer</string>
381                 </dict>
382                 <dict>
383                         <key>CFBundleTypeExtensions</key>
384                         <array>
385                                 <string>mov</string>
386                                 <string>moov</string>
387                                 <string>qt</string>
388                         </array>
389                         <key>CFBundleTypeIconFile</key>
390                         <string>generic.icns</string>
391                         <key>CFBundleTypeName</key>
392                         <string>Apple QuickTime container</string>
393                         <key>CFBundleTypeRole</key>
394                         <string>Viewer</string>
395                 </dict>
396                 <dict>
397                         <key>CFBundleTypeExtensions</key>
398                         <array>
399                                 <string>divx</string>
400                         </array>
401                         <key>CFBundleTypeIconFile</key>
402                         <string>divx.icns</string>
403                         <key>CFBundleTypeName</key>
404                         <string>DivX file</string>
405                         <key>CFBundleTypeRole</key>
406                         <string>Viewer</string>
407                 </dict>
408                 <dict>
409                         <key>CFBundleTypeExtensions</key>
410                         <array>
411                                 <string>dv</string>
412                         </array>
413                         <key>CFBundleTypeIconFile</key>
414                         <string>dv.icns</string>
415                         <key>CFBundleTypeName</key>
416                         <string>DV file</string>
417                         <key>CFBundleTypeRole</key>
418                         <string>Viewer</string>
419                 </dict>
420                 <dict>
421                         <key>CFBundleTypeExtensions</key>
422                         <array>
423                                 <string>asf</string>
424                         </array>
425                         <key>CFBundleTypeIconFile</key>
426                         <string>asf.icns</string>
427                         <key>CFBundleTypeName</key>
428                         <string>Advanced Streaming Format</string>
429                         <key>CFBundleTypeRole</key>
430                         <string>Viewer</string>
431                 </dict>
432                 <dict>
433                         <key>CFBundleTypeExtensions</key>
434                         <array>
435                                 <string>wma</string>
436                         </array>
437                         <key>CFBundleTypeIconFile</key>
438                         <string>wma.icns</string>
439                         <key>CFBundleTypeName</key>
440                         <string>WIndows Media Audio</string>
441                         <key>CFBundleTypeRole</key>
442                         <string>Viewer</string>
443                 </dict>
444                 <dict>
445                         <key>CFBundleTypeExtensions</key>
446                         <array>
447                                 <string>wmv</string>
448                         </array>
449                         <key>CFBundleTypeIconFile</key>
450                         <string>wmv.icns</string>
451                         <key>CFBundleTypeName</key>
452                         <string>Windows Media Video</string>
453                         <key>CFBundleTypeRole</key>
454                         <string>Viewer</string>
455                 </dict>
456                 <dict>
457                         <key>CFBundleTypeExtensions</key>
458                         <array>
459                                 <string>mpg</string>
460                                 <string>mpeg</string>
461                         </array>
462                         <key>CFBundleTypeIconFile</key>
463                         <string>mpeg.icns</string>
464                         <key>CFBundleTypeName</key>
465                         <string>multiplexed MPEG-1/2</string>
466                         <key>CFBundleTypeRole</key>
467                         <string>Viewer</string>
468                 </dict>
469                 <dict>
470                         <key>CFBundleTypeExtensions</key>
471                         <array>
472                                 <string>m1v</string>
473                         </array>
474                         <key>CFBundleTypeIconFile</key>
475                         <string>mpeg1.icns</string>
476                         <key>CFBundleTypeName</key>
477                         <string>MPEG-1 Video File</string>
478                         <key>CFBundleTypeRole</key>
479                         <string>Viewer</string>
480                 </dict>
481                 <dict>
482                         <key>CFBundleTypeExtensions</key>
483                         <array>
484                                 <string>m2a</string>
485                         </array>
486                         <key>CFBundleTypeIconFile</key>
487                         <string>mpeg.icns</string>
488                         <key>CFBundleTypeName</key>
489                         <string>MPEG-1/2 Audio File</string>
490                         <key>CFBundleTypeRole</key>
491                         <string>Viewer</string>
492                 </dict>
493                 <dict>
494                         <key>CFBundleTypeExtensions</key>
495                         <array>
496                                 <string>mp1</string>
497                         </array>
498                         <key>CFBundleTypeIconFile</key>
499                         <string>mpeg.icns</string>
500                         <key>CFBundleTypeName</key>
501                         <string>MPEG Audio Layer 1</string>
502                         <key>CFBundleTypeRole</key>
503                         <string>Viewer</string>
504                 </dict>
505                 <dict>
506                         <key>CFBundleTypeExtensions</key>
507                         <array>
508                                 <string>mp2</string>
509                         </array>
510                         <key>CFBundleTypeIconFile</key>
511                         <string>mpeg2.icns</string>
512                         <key>CFBundleTypeName</key>
513                         <string>MPEG Audio Layer 2</string>
514                         <key>CFBundleTypeRole</key>
515                         <string>Viewer</string>
516                 </dict>
517                 <dict>
518                         <key>CFBundleTypeExtensions</key>
519                         <array>
520                                 <string>mp3</string>
521                         </array>
522                         <key>CFBundleTypeIconFile</key>
523                         <string>mp3.icns</string>
524                         <key>CFBundleTypeName</key>
525                         <string>MPEG Audio Layer 3</string>
526                         <key>CFBundleTypeRole</key>
527                         <string>Viewer</string>
528                 </dict>
529                 <dict>
530                         <key>CFBundleTypeExtensions</key>
531                         <array>
532                                 <string>m2p</string>
533                                 <string>ps</string>
534                         </array>
535                         <key>CFBundleTypeIconFile</key>
536                         <string>mpeg2.icns</string>
537                         <key>CFBundleTypeName</key>
538                         <string>MPEG-2 Program Stream</string>
539                         <key>CFBundleTypeRole</key>
540                         <string>Viewer</string>
541                 </dict>
542                 <dict>
543                         <key>CFBundleTypeExtensions</key>
544                         <array>
545                                 <string>ts</string>
546                         </array>
547                         <key>CFBundleTypeIconFile</key>
548                         <string>mpeg2.icns</string>
549                         <key>CFBundleTypeName</key>
550                         <string>MPEG-2 Transport Stream</string>
551                         <key>CFBundleTypeRole</key>
552                         <string>Viewer</string>
553                 </dict>
554                 <dict>
555                         <key>CFBundleTypeExtensions</key>
556                         <array>
557                                 <string>m2v</string>
558                                 <string>mpv</string>
559                         </array>
560                         <key>CFBundleTypeIconFile</key>
561                         <string>mpeg2.icns</string>
562                         <key>CFBundleTypeName</key>
563                         <string>MPEG-2 Video File</string>
564                         <key>CFBundleTypeRole</key>
565                         <string>Viewer</string>
566                 </dict>
567                 <dict>
568                         <key>CFBundleTypeExtensions</key>
569                         <array>
570                                 <string>mpa</string>
571                         </array>
572                         <key>CFBundleTypeIconFile</key>
573                         <string>mpeg.icns</string>
574                         <key>CFBundleTypeName</key>
575                         <string>MPEG-2 Audio File</string>
576                         <key>CFBundleTypeRole</key>
577                         <string>Viewer</string>
578                 </dict>
579                 <dict>
580                         <key>CFBundleTypeExtensions</key>
581                         <array>
582                                 <string>mp4</string>
583                                 <string>m4a</string>
584                                 <string>m4p</string>
585                         </array>
586                         <key>CFBundleTypeIconFile</key>
587                         <string>mpeg4.icns</string>
588                         <key>CFBundleTypeName</key>
589                         <string>MPEG-4 File</string>
590                         <key>CFBundleTypeRole</key>
591                         <string>Viewer</string>
592                 </dict>
593                 <dict>
594                         <key>CFBundleTypeExtensions</key>
595                         <array>
596                                 <string>3gp</string>
597                         </array>
598                         <key>CFBundleTypeIconFile</key>
599                         <string>generic.icns</string>
600                         <key>CFBundleTypeName</key>
601                         <string>3GPP File</string>
602                         <key>CFBundleTypeRole</key>
603                         <string>Viewer</string>
604                 </dict>
605                 <dict>
606                         <key>CFBundleTypeExtensions</key>
607                         <array>
608                                 <string>mka</string>
609                         </array>
610                         <key>CFBundleTypeIconFile</key>
611                         <string>generic.icns</string>
612                         <key>CFBundleTypeName</key>
613                         <string>Matroska Audio File</string>
614                         <key>CFBundleTypeRole</key>
615                         <string>Viewer</string>
616                 </dict>
617                 <dict>
618                         <key>CFBundleTypeExtensions</key>
619                         <array>
620                                 <string>mkv</string>
621                         </array>
622                         <key>CFBundleTypeIconFile</key>
623                         <string>generic.icns</string>
624                         <key>CFBundleTypeName</key>
625                         <string>Matroska Video File</string>
626                         <key>CFBundleTypeRole</key>
627                         <string>Viewer</string>
628                 </dict>
629                 <dict>
630                         <key>CFBundleTypeExtensions</key>
631                         <array>
632                                 <string>mks</string>
633                         </array>
634                         <key>CFBundleTypeIconFile</key>
635                         <string>generic.icns</string>
636                         <key>CFBundleTypeName</key>
637                         <string>Matroska Elementry Stream</string>
638                         <key>CFBundleTypeRole</key>
639                         <string>Viewer</string>
640                 </dict>
641                 <dict>
642                         <key>CFBundleTypeExtensions</key>
643                         <array>
644                                 <string>m4a</string>
645                                 <string>m4p</string>
646                         </array>
647                         <key>CFBundleTypeIconFile</key>
648                         <string>mpeg4.icns</string>
649                         <key>CFBundleTypeName</key>
650                         <string>MPEG-4 Audio File</string>
651                         <key>CFBundleTypeRole</key>
652                         <string>Viewer</string>
653                 </dict>
654         </array>
655         <key>CFBundleExecutable</key>
656         <string>VLC</string>
657         <key>CFBundleGetInfoString</key>
658         <string>VLC media player 0.8.2-svn, Copyright (c) 1996-2003 VideoLAN.</string>
659         <key>CFBundleIconFile</key>
660         <string>vlc.icns</string>
661         <key>CFBundleIdentifier</key>
662         <string>org.videolan.vlc</string>
663         <key>CFBundleInfoDictionaryVersion</key>
664         <string>6.0</string>
665         <key>CFBundleName</key>
666         <string>VLC media player</string>
667         <key>CFBundlePackageType</key>
668         <string>APPL</string>
669         <key>CFBundleShortVersionString</key>
670         <string>0.8.2-svn</string>
671         <key>CFBundleSignature</key>
672         <string>VLC#</string>
673         <key>CFBundleURLTypes</key>
674         <array>
675                 <dict>
676                         <key>CFBundleURLIconFile</key>
677                         <string>generic</string>
678                         <key>CFBundleURLName</key>
679                         <string>http url</string>
680                         <key>CFBundleURLSchemes</key>
681                         <array>
682                                 <string>http</string>
683                         </array>
684                 </dict>
685                 <dict>
686                         <key>CFBundleURLIconFile</key>
687                         <string>generic</string>
688                         <key>CFBundleURLName</key>
689                         <string>ftp url</string>
690                         <key>CFBundleURLSchemes</key>
691                         <array>
692                                 <string>ftp</string>
693                         </array>
694                 </dict>
695                 <dict>
696                         <key>CFBundleURLIconFile</key>
697                         <string>generic</string>
698                         <key>CFBundleURLName</key>
699                         <string>Multimedia Stream URL</string>
700                         <key>CFBundleURLSchemes</key>
701                         <array>
702                                 <string>mms</string>
703                         </array>
704                 </dict>
705                 <dict>
706                         <key>CFBundleURLIconFile</key>
707                         <string>generic</string>
708                         <key>CFBundleURLName</key>
709                         <string>RTSP</string>
710                         <key>CFBundleURLSchemes</key>
711                         <array>
712                                 <string>rtsp</string>
713                         </array>
714                 </dict>
715                 <dict>
716                         <key>CFBundleURLIconFile</key>
717                         <string>generic</string>
718                         <key>CFBundleURLName</key>
719                         <string>udp url</string>
720                         <key>CFBundleURLSchemes</key>
721                         <array>
722                                 <string>udp</string>
723                         </array>
724                 </dict>
725         </array>
726         <key>CFBundleVersion</key>
727         <string>0.8.2-svn</string>
728         <key>NSAppleScriptEnabled</key>
729         <string>YES</string>
730         <key>NSMainNibFile</key>
731         <string>MainMenu</string>
732         <key>NSPrincipalClass</key>
733         <string>VLCApplication</string>
734 </dict>
735 </plist>
736 ";
737                 };
738                 089C1675FE841209C02AAC07 = {
739                         buildActionMask = 2147483647;
740                         files = (
741                                 F74F13E002C2A53401EE194C,
742                                 F74F13EC02C2A79C01EE194C,
743                                 F6E4F91002D2648B01A80112,
744                                 F6E4F91102D2648B01A80112,
745                                 F6E4F91202D2648B01A80112,
746                                 F6E4F91302D2648B01A80112,
747                                 F6E4F91402D2648B01A80112,
748                                 F6E4F91502D2648B01A80112,
749                                 F69B0CA802E24F6401A80112,
750                                 8ED6C29F03E2F32E0059A3A7,
751                                 8ED6C2A003E2F32E0059A3A7,
752                                 8EBF3FA403F13FFB0059A3A7,
753                                 8EBF3FA803F140A80059A3A7,
754                                 A0E6B59904407FBD0080DD97,
755                                 8EDAC3440440F72D0059A3A7,
756                                 8EE1AFA40444660F0059A3A7,
757                                 8E9CC7B2046EFD700059A3A7,
758                                 8E445F9D04728A700059A3A7,
759                                 8E445F9E04728A700059A3A7,
760                                 8E445F9F04728A700059A3A7,
761                                 8E445FA004728A700059A3A7,
762                                 8E445FA104728A700059A3A7,
763                                 8E445FA204728A700059A3A7,
764                                 8E445FA304728A700059A3A7,
765                                 8E445FA404728A700059A3A7,
766                                 8E445FA504728A700059A3A7,
767                                 8E445FA604728A700059A3A7,
768                                 8E445FA704728A700059A3A7,
769                                 8E445FA804728A700059A3A7,
770                                 8E445FA904728A700059A3A7,
771                                 8E445FAA04728A700059A3A7,
772                                 8E445FAB04728A700059A3A7,
773                                 8E445FAC04728A700059A3A7,
774                                 8E445FAD04728A700059A3A7,
775                                 8E445FAE04728A700059A3A7,
776                                 8E445FAF04728A700059A3A7,
777                                 8E445FB004728A700059A3A7,
778                                 8E445FB104728A700059A3A7,
779                                 8E445FB204728A700059A3A7,
780                                 8E9390B40565D6D300C7661C,
781                                 8E9390B50565D6D300C7661C,
782                                 8E9390B60565D6D300C7661C,
783                                 8E9390B70565D6D300C7661C,
784                                 8E9390B80565D6D300C7661C,
785                                 8E9390B90565D6D300C7661C,
786                                 8E9390BA0565D6D300C7661C,
787                                 8E9390BB0565D6D300C7661C,
788                                 8E9390BC0565D6D300C7661C,
789                                 8E9390BD0565D6D300C7661C,
790                                 8E9390BE0565D6D300C7661C,
791                                 8E9390BF0565D6D300C7661C,
792                                 8E9390C00565D6D300C7661C,
793                                 8E9390C10565D6D300C7661C,
794                                 8E9390C20565D6D300C7661C,
795                                 8E9390C30565D6D300C7661C,
796                                 8E9390C40565D6D300C7661C,
797                                 8E9390C50565D6D300C7661C,
798                                 8E9390C60565D6D300C7661C,
799                                 8E9390C70565D6D300C7661C,
800                                 8E9390C80565D6D300C7661C,
801                                 8E9390C90565D6D300C7661C,
802                                 8E9390CA0565D6D300C7661C,
803                                 8E9390CB0565D6D300C7661C,
804                                 8E9390CC0565D6D300C7661C,
805                                 8E9390CD0565D6D300C7661C,
806                                 8E49720206417F6800370C9F,
807                                 8E49720306417F6800370C9F,
808                                 2A16E04106C4F08700C87B09,
809                                 2A16E04206C4F08700C87B09,
810                                 2A16E08006C5074F00C87B09,
811                                 2A16E08106C5074F00C87B09,
812                                 8E9CA1BE06D7DEE800B7186C,
813                                 8E9CA1BF06D7DEE800B7186C,
814                                 8E9CA1C006D7DEE800B7186C,
815                                 8E9CA1C106D7DEE800B7186C,
816                         );
817                         isa = PBXResourcesBuildPhase;
818                         runOnlyForDeploymentPostprocessing = 0;
819                 };
820                 089C1677FE841209C02AAC07 = {
821                         buildActionMask = 2147483647;
822                         files = (
823                                 1058C7AFFEA557BF11CA2CBB,
824                         );
825                         isa = PBXFrameworksBuildPhase;
826                         runOnlyForDeploymentPostprocessing = 0;
827                 };
828                 089C1679FE841209C02AAC07 = {
829                         buildActionMask = 2147483647;
830                         files = (
831                         );
832                         isa = PBXRezBuildPhase;
833                         runOnlyForDeploymentPostprocessing = 0;
834                 };
835                 089C167CFE841241C02AAC07 = {
836                         children = (
837                                 F74F13EA02C2A79C01EE194C,
838                                 8E445F86047289E50059A3A7,
839                                 8ECA7E520563CD9500DFC000,
840                                 8EE1AFA30444660F0059A3A7,
841                                 F69B0CA602E24F6401A80112,
842                                 8ED6C29D03E2F32E0059A3A7,
843                                 8E9CC7B1046EFD700059A3A7,
844                                 8ED6C29E03E2F32E0059A3A7,
845                                 A0E6B59804407FBD0080DD97,
846                                 8EBF3FA303F13FFB0059A3A7,
847                                 8EBF3FA703F140A80059A3A7,
848                                 8EDAC3430440F72D0059A3A7,
849                         );
850                         isa = PBXGroup;
851                         name = Resources;
852                         path = "";
853                         refType = 4;
854                         sourceTree = "<group>";
855                 };
856                 089C167FFE841241C02AAC07 = {
857                         isa = PBXFileReference;
858                         lastKnownFileType = wrapper.framework;
859                         name = AppKit.framework;
860                         path = /System/Library/Frameworks/AppKit.framework;
861                         refType = 0;
862                         sourceTree = "<absolute>";
863                 };
864                 08FB77AFFE84173DC02AAC07 = {
865                         children = (
866                                 8ED6C27E03E2EB1C0059A3A7,
867                                 8ED6C27C03E2EB1C0059A3A7,
868                                 8ED6C27D03E2EB1C0059A3A7,
869                                 8E6BC6FA041684EC0059A3A7,
870                                 8ED6C27B03E2EB1C0059A3A7,
871                                 8E6BC6F6041643860059A3A7,
872                                 8E6BC6F7041643860059A3A7,
873                                 8ED6C27F03E2EB1C0059A3A7,
874                                 8ED6C28003E2EB1C0059A3A7,
875                                 8EE1AF9F044465080059A3A7,
876                                 8EE1AFA0044465080059A3A7,
877                                 8ED6C28103E2EB1C0059A3A7,
878                                 8ED6C28203E2EB1C0059A3A7,
879                                 8ED6C28303E2EB1C0059A3A7,
880                                 8ED6C28403E2EB1C0059A3A7,
881                                 8ED6C28503E2EB1C0059A3A7,
882                                 8ED6C28603E2EB1C0059A3A7,
883                                 8E9CA1A306D7DEE800B7186C,
884                                 8E9CA1A406D7DEE800B7186C,
885                                 8E49720006417F6800370C9F,
886                                 8E49720106417F6800370C9F,
887                                 8E55FB7F0459B0FD00FB3317,
888                                 8E55FB800459B0FD00FB3317,
889                                 2A16E03F06C4F08700C87B09,
890                                 2A16E04006C4F08700C87B09,
891                                 8ED6C27A03E2EB1C0059A3A7,
892                                 8ED6C28703E2EB1C0059A3A7,
893                                 8ED6C28803E2EB1C0059A3A7,
894                                 8E9CA1A506D7DEE800B7186C,
895                                 8E9CA1A606D7DEE800B7186C,
896                         );
897                         isa = PBXGroup;
898                         name = Classes;
899                         refType = 4;
900                         sourceTree = "<group>";
901                 };
902 //080
903 //081
904 //082
905 //083
906 //084
907 //100
908 //101
909 //102
910 //103
911 //104
912                 1058C7ACFEA557BF11CA2CBB = {
913                         children = (
914                                 1058C7ADFEA557BF11CA2CBB,
915                         );
916                         isa = PBXGroup;
917                         name = "Linked Frameworks";
918                         refType = 4;
919                         sourceTree = "<group>";
920                 };
921                 1058C7ADFEA557BF11CA2CBB = {
922                         isa = PBXFileReference;
923                         lastKnownFileType = wrapper.framework;
924                         name = Cocoa.framework;
925                         path = /System/Library/Frameworks/Cocoa.framework;
926                         refType = 0;
927                         sourceTree = "<absolute>";
928                 };
929                 1058C7AEFEA557BF11CA2CBB = {
930                         children = (
931                                 089C1672FE841209C02AAC07,
932                                 089C167FFE841241C02AAC07,
933                         );
934                         isa = PBXGroup;
935                         name = "Other Frameworks";
936                         refType = 4;
937                         sourceTree = "<group>";
938                 };
939                 1058C7AFFEA557BF11CA2CBB = {
940                         fileRef = 1058C7ADFEA557BF11CA2CBB;
941                         isa = PBXBuildFile;
942                         settings = {
943                         };
944                 };
945 //100
946 //101
947 //102
948 //103
949 //104
950 //190
951 //191
952 //192
953 //193
954 //194
955                 19C28FB8FE9D52D311CA2CBB = {
956                         children = (
957                                 014CEA410018CDE011CA2923,
958                         );
959                         isa = PBXGroup;
960                         name = Products;
961                         refType = 4;
962                         sourceTree = "<group>";
963                 };
964 //190
965 //191
966 //192
967 //193
968 //194
969 //2A0
970 //2A1
971 //2A2
972 //2A3
973 //2A4
974                 2A16E03F06C4F08700C87B09 = {
975                         fileEncoding = 30;
976                         isa = PBXFileReference;
977                         lastKnownFileType = sourcecode.c.h;
978                         name = equalizer.h;
979                         path = ../../modules/gui/macosx/equalizer.h;
980                         refType = 2;
981                         sourceTree = SOURCE_ROOT;
982                 };
983                 2A16E04006C4F08700C87B09 = {
984                         fileEncoding = 30;
985                         isa = PBXFileReference;
986                         lastKnownFileType = sourcecode.c.objc;
987                         name = equalizer.m;
988                         path = ../../modules/gui/macosx/equalizer.m;
989                         refType = 2;
990                         sourceTree = SOURCE_ROOT;
991                 };
992                 2A16E04106C4F08700C87B09 = {
993                         fileRef = 2A16E03F06C4F08700C87B09;
994                         isa = PBXBuildFile;
995                         settings = {
996                         };
997                 };
998                 2A16E04206C4F08700C87B09 = {
999                         fileRef = 2A16E04006C4F08700C87B09;
1000                         isa = PBXBuildFile;
1001                         settings = {
1002                         };
1003                 };
1004                 2A16E07E06C5074F00C87B09 = {
1005                         isa = PBXFileReference;
1006                         lastKnownFileType = image.png;
1007                         name = equalizerdrawer_active.png;
1008                         path = Resources/equalizerdrawer_active.png;
1009                         refType = 4;
1010                         sourceTree = "<group>";
1011                 };
1012                 2A16E07F06C5074F00C87B09 = {
1013                         isa = PBXFileReference;
1014                         lastKnownFileType = image.png;
1015                         name = equalizerdrawer_blue.png;
1016                         path = Resources/equalizerdrawer_blue.png;
1017                         refType = 4;
1018                         sourceTree = "<group>";
1019                 };
1020                 2A16E08006C5074F00C87B09 = {
1021                         fileRef = 2A16E07E06C5074F00C87B09;
1022                         isa = PBXBuildFile;
1023                         settings = {
1024                         };
1025                 };
1026                 2A16E08106C5074F00C87B09 = {
1027                         fileRef = 2A16E07F06C5074F00C87B09;
1028                         isa = PBXBuildFile;
1029                         settings = {
1030                         };
1031                 };
1032 //2A0
1033 //2A1
1034 //2A2
1035 //2A3
1036 //2A4
1037 //8E0
1038 //8E1
1039 //8E2
1040 //8E3
1041 //8E4
1042                 8E445F86047289E50059A3A7 = {
1043                         children = (
1044                                 F74F13DF02C2A53401EE194C,
1045                                 F6E4F90A02D2648B01A80112,
1046                                 F6E4F90B02D2648B01A80112,
1047                                 F6E4F90C02D2648B01A80112,
1048                                 F6E4F90D02D2648B01A80112,
1049                                 F6E4F90E02D2648B01A80112,
1050                                 F6E4F90F02D2648B01A80112,
1051                                 8E445F8704728A700059A3A7,
1052                                 8E445F8804728A700059A3A7,
1053                                 8E445F8904728A700059A3A7,
1054                                 8E445F8A04728A700059A3A7,
1055                                 8E445F8B04728A700059A3A7,
1056                                 8E445F8C04728A700059A3A7,
1057                                 8E445F8D04728A700059A3A7,
1058                                 8E445F8E04728A700059A3A7,
1059                                 8E445F8F04728A700059A3A7,
1060                                 8E445F9004728A700059A3A7,
1061                                 8E445F9104728A700059A3A7,
1062                                 8E445F9204728A700059A3A7,
1063                                 8E445F9304728A700059A3A7,
1064                                 8E445F9404728A700059A3A7,
1065                                 8E445F9504728A700059A3A7,
1066                                 8E445F9604728A700059A3A7,
1067                                 8E445F9704728A700059A3A7,
1068                                 8E445F9804728A700059A3A7,
1069                                 8E445F9904728A700059A3A7,
1070                                 8E445F9A04728A700059A3A7,
1071                                 8E445F9B04728A700059A3A7,
1072                                 8E445F9C04728A700059A3A7,
1073                         );
1074                         isa = PBXGroup;
1075                         name = fileicons;
1076                         path = "";
1077                         refType = 4;
1078                         sourceTree = "<group>";
1079                 };
1080                 8E445F8704728A700059A3A7 = {
1081                         isa = PBXFileReference;
1082                         lastKnownFileType = image.icns;
1083                         name = a52.icns;
1084                         path = Resources/a52.icns;
1085                         refType = 2;
1086                         sourceTree = SOURCE_ROOT;
1087                 };
1088                 8E445F8804728A700059A3A7 = {
1089                         isa = PBXFileReference;
1090                         lastKnownFileType = image.icns;
1091                         name = aac.icns;
1092                         path = Resources/aac.icns;
1093                         refType = 2;
1094                         sourceTree = SOURCE_ROOT;
1095                 };
1096                 8E445F8904728A700059A3A7 = {
1097                         isa = PBXFileReference;
1098                         lastKnownFileType = image.icns;
1099                         name = asf.icns;
1100                         path = Resources/asf.icns;
1101                         refType = 2;
1102                         sourceTree = SOURCE_ROOT;
1103                 };
1104                 8E445F8A04728A700059A3A7 = {
1105                         isa = PBXFileReference;
1106                         lastKnownFileType = image.icns;
1107                         name = asx.icns;
1108                         path = Resources/asx.icns;
1109                         refType = 2;
1110                         sourceTree = SOURCE_ROOT;
1111                 };
1112                 8E445F8B04728A700059A3A7 = {
1113                         isa = PBXFileReference;
1114                         lastKnownFileType = image.icns;
1115                         name = avi.icns;
1116                         path = Resources/avi.icns;
1117                         refType = 2;
1118                         sourceTree = SOURCE_ROOT;
1119                 };
1120                 8E445F8C04728A700059A3A7 = {
1121                         isa = PBXFileReference;
1122                         lastKnownFileType = image.icns;
1123                         name = bin.icns;
1124                         path = Resources/bin.icns;
1125                         refType = 2;
1126                         sourceTree = SOURCE_ROOT;
1127                 };
1128                 8E445F8D04728A700059A3A7 = {
1129                         isa = PBXFileReference;
1130                         lastKnownFileType = image.icns;
1131                         name = cue.icns;
1132                         path = Resources/cue.icns;
1133                         refType = 2;
1134                         sourceTree = SOURCE_ROOT;
1135                 };
1136                 8E445F8E04728A700059A3A7 = {
1137                         isa = PBXFileReference;
1138                         lastKnownFileType = image.icns;
1139                         name = dat.icns;
1140                         path = Resources/dat.icns;
1141                         refType = 2;
1142                         sourceTree = SOURCE_ROOT;
1143                 };
1144                 8E445F8F04728A700059A3A7 = {
1145                         isa = PBXFileReference;
1146                         lastKnownFileType = image.icns;
1147                         name = dv.icns;
1148                         path = Resources/dv.icns;
1149                         refType = 2;
1150                         sourceTree = SOURCE_ROOT;
1151                 };
1152                 8E445F9004728A700059A3A7 = {
1153                         isa = PBXFileReference;
1154                         lastKnownFileType = image.icns;
1155                         name = m3u.icns;
1156                         path = Resources/m3u.icns;
1157                         refType = 2;
1158                         sourceTree = SOURCE_ROOT;
1159                 };
1160                 8E445F9104728A700059A3A7 = {
1161                         isa = PBXFileReference;
1162                         lastKnownFileType = image.icns;
1163                         name = mov.icns;
1164                         path = Resources/mov.icns;
1165                         refType = 2;
1166                         sourceTree = SOURCE_ROOT;
1167                 };
1168                 8E445F9204728A700059A3A7 = {
1169                         isa = PBXFileReference;
1170                         lastKnownFileType = image.icns;
1171                         name = mp3.icns;
1172                         path = Resources/mp3.icns;
1173                         refType = 2;
1174                         sourceTree = SOURCE_ROOT;
1175                 };
1176                 8E445F9304728A700059A3A7 = {
1177                         isa = PBXFileReference;
1178                         lastKnownFileType = image.icns;
1179                         name = mp4.icns;
1180                         path = Resources/mp4.icns;
1181                         refType = 2;
1182                         sourceTree = SOURCE_ROOT;
1183                 };
1184                 8E445F9404728A700059A3A7 = {
1185                         isa = PBXFileReference;
1186                         lastKnownFileType = image.icns;
1187                         name = mpg.icns;
1188                         path = Resources/mpg.icns;
1189                         refType = 2;
1190                         sourceTree = SOURCE_ROOT;
1191                 };
1192                 8E445F9504728A700059A3A7 = {
1193                         isa = PBXFileReference;
1194                         lastKnownFileType = image.icns;
1195                         name = ogg.icns;
1196                         path = Resources/ogg.icns;
1197                         refType = 2;
1198                         sourceTree = SOURCE_ROOT;
1199                 };
1200                 8E445F9604728A700059A3A7 = {
1201                         isa = PBXFileReference;
1202                         lastKnownFileType = image.icns;
1203                         name = ogm.icns;
1204                         path = Resources/ogm.icns;
1205                         refType = 2;
1206                         sourceTree = SOURCE_ROOT;
1207                 };
1208                 8E445F9704728A700059A3A7 = {
1209                         isa = PBXFileReference;
1210                         lastKnownFileType = image.icns;
1211                         name = pls.icns;
1212                         path = Resources/pls.icns;
1213                         refType = 2;
1214                         sourceTree = SOURCE_ROOT;
1215                 };
1216                 8E445F9804728A700059A3A7 = {
1217                         isa = PBXFileReference;
1218                         lastKnownFileType = image.icns;
1219                         name = srt.icns;
1220                         path = Resources/srt.icns;
1221                         refType = 2;
1222                         sourceTree = SOURCE_ROOT;
1223                 };
1224                 8E445F9904728A700059A3A7 = {
1225                         isa = PBXFileReference;
1226                         lastKnownFileType = image.icns;
1227                         name = sub.icns;
1228                         path = Resources/sub.icns;
1229                         refType = 2;
1230                         sourceTree = SOURCE_ROOT;
1231                 };
1232                 8E445F9A04728A700059A3A7 = {
1233                         isa = PBXFileReference;
1234                         lastKnownFileType = image.icns;
1235                         name = vob.icns;
1236                         path = Resources/vob.icns;
1237                         refType = 2;
1238                         sourceTree = SOURCE_ROOT;
1239                 };
1240                 8E445F9B04728A700059A3A7 = {
1241                         isa = PBXFileReference;
1242                         lastKnownFileType = image.icns;
1243                         name = wma.icns;
1244                         path = Resources/wma.icns;
1245                         refType = 2;
1246                         sourceTree = SOURCE_ROOT;
1247                 };
1248                 8E445F9C04728A700059A3A7 = {
1249                         isa = PBXFileReference;
1250                         lastKnownFileType = image.icns;
1251                         name = wmv.icns;
1252                         path = Resources/wmv.icns;
1253                         refType = 2;
1254                         sourceTree = SOURCE_ROOT;
1255                 };
1256                 8E445F9D04728A700059A3A7 = {
1257                         fileRef = 8E445F8704728A700059A3A7;
1258                         isa = PBXBuildFile;
1259                         settings = {
1260                         };
1261                 };
1262                 8E445F9E04728A700059A3A7 = {
1263                         fileRef = 8E445F8804728A700059A3A7;
1264                         isa = PBXBuildFile;
1265                         settings = {
1266                         };
1267                 };
1268                 8E445F9F04728A700059A3A7 = {
1269                         fileRef = 8E445F8904728A700059A3A7;
1270                         isa = PBXBuildFile;
1271                         settings = {
1272                         };
1273                 };
1274                 8E445FA004728A700059A3A7 = {
1275                         fileRef = 8E445F8A04728A700059A3A7;
1276                         isa = PBXBuildFile;
1277                         settings = {
1278                         };
1279                 };
1280                 8E445FA104728A700059A3A7 = {
1281                         fileRef = 8E445F8B04728A700059A3A7;
1282                         isa = PBXBuildFile;
1283                         settings = {
1284                         };
1285                 };
1286                 8E445FA204728A700059A3A7 = {
1287                         fileRef = 8E445F8C04728A700059A3A7;
1288                         isa = PBXBuildFile;
1289                         settings = {
1290                         };
1291                 };
1292                 8E445FA304728A700059A3A7 = {
1293                         fileRef = 8E445F8D04728A700059A3A7;
1294                         isa = PBXBuildFile;
1295                         settings = {
1296                         };
1297                 };
1298                 8E445FA404728A700059A3A7 = {
1299                         fileRef = 8E445F8E04728A700059A3A7;
1300                         isa = PBXBuildFile;
1301                         settings = {
1302                         };
1303                 };
1304                 8E445FA504728A700059A3A7 = {
1305                         fileRef = 8E445F8F04728A700059A3A7;
1306                         isa = PBXBuildFile;
1307                         settings = {
1308                         };
1309                 };
1310                 8E445FA604728A700059A3A7 = {
1311                         fileRef = 8E445F9004728A700059A3A7;
1312                         isa = PBXBuildFile;
1313                         settings = {
1314                         };
1315                 };
1316                 8E445FA704728A700059A3A7 = {
1317                         fileRef = 8E445F9104728A700059A3A7;
1318                         isa = PBXBuildFile;
1319                         settings = {
1320                         };
1321                 };
1322                 8E445FA804728A700059A3A7 = {
1323                         fileRef = 8E445F9204728A700059A3A7;
1324                         isa = PBXBuildFile;
1325                         settings = {
1326                         };
1327                 };
1328                 8E445FA904728A700059A3A7 = {
1329                         fileRef = 8E445F9304728A700059A3A7;
1330                         isa = PBXBuildFile;
1331                         settings = {
1332                         };
1333                 };
1334                 8E445FAA04728A700059A3A7 = {
1335                         fileRef = 8E445F9404728A700059A3A7;
1336                         isa = PBXBuildFile;
1337                         settings = {
1338                         };
1339                 };
1340                 8E445FAB04728A700059A3A7 = {
1341                         fileRef = 8E445F9504728A700059A3A7;
1342                         isa = PBXBuildFile;
1343                         settings = {
1344                         };
1345                 };
1346                 8E445FAC04728A700059A3A7 = {
1347                         fileRef = 8E445F9604728A700059A3A7;
1348                         isa = PBXBuildFile;
1349                         settings = {
1350                         };
1351                 };
1352                 8E445FAD04728A700059A3A7 = {
1353                         fileRef = 8E445F9704728A700059A3A7;
1354                         isa = PBXBuildFile;
1355                         settings = {
1356                         };
1357                 };
1358                 8E445FAE04728A700059A3A7 = {
1359                         fileRef = 8E445F9804728A700059A3A7;
1360                         isa = PBXBuildFile;
1361                         settings = {
1362                         };
1363                 };
1364                 8E445FAF04728A700059A3A7 = {
1365                         fileRef = 8E445F9904728A700059A3A7;
1366                         isa = PBXBuildFile;
1367                         settings = {
1368                         };
1369                 };
1370                 8E445FB004728A700059A3A7 = {
1371                         fileRef = 8E445F9A04728A700059A3A7;
1372                         isa = PBXBuildFile;
1373                         settings = {
1374                         };
1375                 };
1376                 8E445FB104728A700059A3A7 = {
1377                         fileRef = 8E445F9B04728A700059A3A7;
1378                         isa = PBXBuildFile;
1379                         settings = {
1380                         };
1381                 };
1382                 8E445FB204728A700059A3A7 = {
1383                         fileRef = 8E445F9C04728A700059A3A7;
1384                         isa = PBXBuildFile;
1385                         settings = {
1386                         };
1387                 };
1388                 8E49720006417F6800370C9F = {
1389                         fileEncoding = 5;
1390                         isa = PBXFileReference;
1391                         lastKnownFileType = sourcecode.c.h;
1392                         name = playlistinfo.h;
1393                         path = ../../modules/gui/macosx/playlistinfo.h;
1394                         refType = 2;
1395                         sourceTree = SOURCE_ROOT;
1396                 };
1397                 8E49720106417F6800370C9F = {
1398                         fileEncoding = 5;
1399                         isa = PBXFileReference;
1400                         lastKnownFileType = sourcecode.c.objc;
1401                         name = playlistinfo.m;
1402                         path = ../../modules/gui/macosx/playlistinfo.m;
1403                         refType = 2;
1404                         sourceTree = SOURCE_ROOT;
1405                 };
1406                 8E49720206417F6800370C9F = {
1407                         fileRef = 8E49720006417F6800370C9F;
1408                         isa = PBXBuildFile;
1409                         settings = {
1410                         };
1411                 };
1412                 8E49720306417F6800370C9F = {
1413                         fileRef = 8E49720106417F6800370C9F;
1414                         isa = PBXBuildFile;
1415                         settings = {
1416                         };
1417                 };
1418                 8E55FB7F0459B0FD00FB3317 = {
1419                         fileEncoding = 30;
1420                         isa = PBXFileReference;
1421                         lastKnownFileType = sourcecode.c.h;
1422                         name = output.h;
1423                         path = ../../modules/gui/macosx/output.h;
1424                         refType = 2;
1425                         sourceTree = SOURCE_ROOT;
1426                 };
1427                 8E55FB800459B0FD00FB3317 = {
1428                         fileEncoding = 30;
1429                         isa = PBXFileReference;
1430                         lastKnownFileType = sourcecode.c.objc;
1431                         name = output.m;
1432                         path = ../../modules/gui/macosx/output.m;
1433                         refType = 2;
1434                         sourceTree = SOURCE_ROOT;
1435                 };
1436                 8E6BC6F6041643860059A3A7 = {
1437                         fileEncoding = 4;
1438                         isa = PBXFileReference;
1439                         lastKnownFileType = sourcecode.c.h;
1440                         name = applescript.h;
1441                         path = ../../modules/gui/macosx/applescript.h;
1442                         refType = 2;
1443                         sourceTree = SOURCE_ROOT;
1444                 };
1445                 8E6BC6F7041643860059A3A7 = {
1446                         fileEncoding = 4;
1447                         isa = PBXFileReference;
1448                         lastKnownFileType = sourcecode.c.objc;
1449                         name = applescript.m;
1450                         path = ../../modules/gui/macosx/applescript.m;
1451                         refType = 2;
1452                         sourceTree = SOURCE_ROOT;
1453                 };
1454                 8E6BC6FA041684EC0059A3A7 = {
1455                         fileEncoding = 4;
1456                         isa = PBXFileReference;
1457                         lastKnownFileType = sourcecode.c.h;
1458                         name = controls.h;
1459                         path = ../../modules/gui/macosx/controls.h;
1460                         refType = 2;
1461                         sourceTree = SOURCE_ROOT;
1462                 };
1463                 8E93909A0565D6D300C7661C = {
1464                         isa = PBXFileReference;
1465                         lastKnownFileType = image.png;
1466                         name = display_slider.png;
1467                         path = Resources/display_slider.png;
1468                         refType = 2;
1469                         sourceTree = SOURCE_ROOT;
1470                 };
1471                 8E93909B0565D6D300C7661C = {
1472                         isa = PBXFileReference;
1473                         lastKnownFileType = image.png;
1474                         name = display_track.png;
1475                         path = Resources/display_track.png;
1476                         refType = 2;
1477                         sourceTree = SOURCE_ROOT;
1478                 };
1479                 8E93909C0565D6D300C7661C = {
1480                         isa = PBXFileReference;
1481                         lastKnownFileType = image.png;
1482                         name = display.png;
1483                         path = Resources/display.png;
1484                         refType = 2;
1485                         sourceTree = SOURCE_ROOT;
1486                 };
1487                 8E93909D0565D6D300C7661C = {
1488                         isa = PBXFileReference;
1489                         lastKnownFileType = image.png;
1490                         name = fullscreen_active.png;
1491                         path = Resources/fullscreen_active.png;
1492                         refType = 2;
1493                         sourceTree = SOURCE_ROOT;
1494                 };
1495                 8E93909E0565D6D300C7661C = {
1496                         isa = PBXFileReference;
1497                         lastKnownFileType = image.png;
1498                         name = fullscreen_blue.png;
1499                         path = Resources/fullscreen_blue.png;
1500                         refType = 2;
1501                         sourceTree = SOURCE_ROOT;
1502                 };
1503                 8E93909F0565D6D300C7661C = {
1504                         isa = PBXFileReference;
1505                         lastKnownFileType = image.png;
1506                         name = next_active.png;
1507                         path = Resources/next_active.png;
1508                         refType = 2;
1509                         sourceTree = SOURCE_ROOT;
1510                 };
1511                 8E9390A00565D6D300C7661C = {
1512                         isa = PBXFileReference;
1513                         lastKnownFileType = image.png;
1514                         name = next_blue.png;
1515                         path = Resources/next_blue.png;
1516                         refType = 2;
1517                         sourceTree = SOURCE_ROOT;
1518                 };
1519                 8E9390A10565D6D300C7661C = {
1520                         isa = PBXFileReference;
1521                         lastKnownFileType = image.png;
1522                         name = pause_blue.png;
1523                         path = Resources/pause_blue.png;
1524                         refType = 2;
1525                         sourceTree = SOURCE_ROOT;
1526                 };
1527                 8E9390A20565D6D300C7661C = {
1528                         isa = PBXFileReference;
1529                         lastKnownFileType = image.png;
1530                         name = pause.png;
1531                         path = Resources/pause.png;
1532                         refType = 2;
1533                         sourceTree = SOURCE_ROOT;
1534                 };
1535                 8E9390A30565D6D300C7661C = {
1536                         isa = PBXFileReference;
1537                         lastKnownFileType = image.png;
1538                         name = play_blue.png;
1539                         path = Resources/play_blue.png;
1540                         refType = 2;
1541                         sourceTree = SOURCE_ROOT;
1542                 };
1543                 8E9390A40565D6D300C7661C = {
1544                         isa = PBXFileReference;
1545                         lastKnownFileType = image.png;
1546                         name = play.png;
1547                         path = Resources/play.png;
1548                         refType = 2;
1549                         sourceTree = SOURCE_ROOT;
1550                 };
1551                 8E9390A50565D6D300C7661C = {
1552                         isa = PBXFileReference;
1553                         lastKnownFileType = image.png;
1554                         name = playlistdrawer_active.png;
1555                         path = Resources/playlistdrawer_active.png;
1556                         refType = 2;
1557                         sourceTree = SOURCE_ROOT;
1558                 };
1559                 8E9390A60565D6D300C7661C = {
1560                         isa = PBXFileReference;
1561                         lastKnownFileType = image.png;
1562                         name = playlistdrawer_blue.png;
1563                         path = Resources/playlistdrawer_blue.png;
1564                         refType = 2;
1565                         sourceTree = SOURCE_ROOT;
1566                 };
1567                 8E9390A70565D6D300C7661C = {
1568                         isa = PBXFileReference;
1569                         lastKnownFileType = image.png;
1570                         name = previous_active.png;
1571                         path = Resources/previous_active.png;
1572                         refType = 2;
1573                         sourceTree = SOURCE_ROOT;
1574                 };
1575                 8E9390A80565D6D300C7661C = {
1576                         isa = PBXFileReference;
1577                         lastKnownFileType = image.png;
1578                         name = previous_blue.png;
1579                         path = Resources/previous_blue.png;
1580                         refType = 2;
1581                         sourceTree = SOURCE_ROOT;
1582                 };
1583                 8E9390A90565D6D300C7661C = {
1584                         isa = PBXFileReference;
1585                         lastKnownFileType = image.png;
1586                         name = skip_forward_active.png;
1587                         path = Resources/skip_forward_active.png;
1588                         refType = 2;
1589                         sourceTree = SOURCE_ROOT;
1590                 };
1591                 8E9390AA0565D6D300C7661C = {
1592                         isa = PBXFileReference;
1593                         lastKnownFileType = image.png;
1594                         name = skip_forward_blue.png;
1595                         path = Resources/skip_forward_blue.png;
1596                         refType = 2;
1597                         sourceTree = SOURCE_ROOT;
1598                 };
1599                 8E9390AB0565D6D300C7661C = {
1600                         isa = PBXFileReference;
1601                         lastKnownFileType = image.png;
1602                         name = skip_previous_active.png;
1603                         path = Resources/skip_previous_active.png;
1604                         refType = 2;
1605                         sourceTree = SOURCE_ROOT;
1606                 };
1607                 8E9390AC0565D6D300C7661C = {
1608                         isa = PBXFileReference;
1609                         lastKnownFileType = image.png;
1610                         name = skip_previous_blue.png;
1611                         path = Resources/skip_previous_blue.png;
1612                         refType = 2;
1613                         sourceTree = SOURCE_ROOT;
1614                 };
1615                 8E9390AD0565D6D300C7661C = {
1616                         isa = PBXFileReference;
1617                         lastKnownFileType = image.png;
1618                         name = stop_blue.png;
1619                         path = Resources/stop_blue.png;
1620                         refType = 2;
1621                         sourceTree = SOURCE_ROOT;
1622                 };
1623                 8E9390AE0565D6D300C7661C = {
1624                         isa = PBXFileReference;
1625                         lastKnownFileType = image.png;
1626                         name = stop.png;
1627                         path = Resources/stop.png;
1628                         refType = 2;
1629                         sourceTree = SOURCE_ROOT;
1630                 };
1631                 8E9390AF0565D6D300C7661C = {
1632                         isa = PBXFileReference;
1633                         lastKnownFileType = image.png;
1634                         name = volume_high.png;
1635                         path = Resources/volume_high.png;
1636                         refType = 2;
1637                         sourceTree = SOURCE_ROOT;
1638                 };
1639                 8E9390B00565D6D300C7661C = {
1640                         isa = PBXFileReference;
1641                         lastKnownFileType = image.png;
1642                         name = volume_low.png;
1643                         path = Resources/volume_low.png;
1644                         refType = 2;
1645                         sourceTree = SOURCE_ROOT;
1646                 };
1647                 8E9390B10565D6D300C7661C = {
1648                         isa = PBXFileReference;
1649                         lastKnownFileType = image.png;
1650                         name = volumeslider_blue.png;
1651                         path = Resources/volumeslider_blue.png;
1652                         refType = 2;
1653                         sourceTree = SOURCE_ROOT;
1654                 };
1655                 8E9390B20565D6D300C7661C = {
1656                         isa = PBXFileReference;
1657                         lastKnownFileType = image.png;
1658                         name = volumeslider_normal.png;
1659                         path = Resources/volumeslider_normal.png;
1660                         refType = 2;
1661                         sourceTree = SOURCE_ROOT;
1662                 };
1663                 8E9390B30565D6D300C7661C = {
1664                         isa = PBXFileReference;
1665                         lastKnownFileType = image.png;
1666                         name = volumetrack.png;
1667                         path = Resources/volumetrack.png;
1668                         refType = 2;
1669                         sourceTree = SOURCE_ROOT;
1670                 };
1671                 8E9390B40565D6D300C7661C = {
1672                         fileRef = 8E93909A0565D6D300C7661C;
1673                         isa = PBXBuildFile;
1674                         settings = {
1675                         };
1676                 };
1677                 8E9390B50565D6D300C7661C = {
1678                         fileRef = 8E93909B0565D6D300C7661C;
1679                         isa = PBXBuildFile;
1680                         settings = {
1681                         };
1682                 };
1683                 8E9390B60565D6D300C7661C = {
1684                         fileRef = 8E93909C0565D6D300C7661C;
1685                         isa = PBXBuildFile;
1686                         settings = {
1687                         };
1688                 };
1689                 8E9390B70565D6D300C7661C = {
1690                         fileRef = 8E93909D0565D6D300C7661C;
1691                         isa = PBXBuildFile;
1692                         settings = {
1693                         };
1694                 };
1695                 8E9390B80565D6D300C7661C = {
1696                         fileRef = 8E93909E0565D6D300C7661C;
1697                         isa = PBXBuildFile;
1698                         settings = {
1699                         };
1700                 };
1701                 8E9390B90565D6D300C7661C = {
1702                         fileRef = 8E93909F0565D6D300C7661C;
1703                         isa = PBXBuildFile;
1704                         settings = {
1705                         };
1706                 };
1707                 8E9390BA0565D6D300C7661C = {
1708                         fileRef = 8E9390A00565D6D300C7661C;
1709                         isa = PBXBuildFile;
1710                         settings = {
1711                         };
1712                 };
1713                 8E9390BB0565D6D300C7661C = {
1714                         fileRef = 8E9390A10565D6D300C7661C;
1715                         isa = PBXBuildFile;
1716                         settings = {
1717                         };
1718                 };
1719                 8E9390BC0565D6D300C7661C = {
1720                         fileRef = 8E9390A20565D6D300C7661C;
1721                         isa = PBXBuildFile;
1722                         settings = {
1723                         };
1724                 };
1725                 8E9390BD0565D6D300C7661C = {
1726                         fileRef = 8E9390A30565D6D300C7661C;
1727                         isa = PBXBuildFile;
1728                         settings = {
1729                         };
1730                 };
1731                 8E9390BE0565D6D300C7661C = {
1732                         fileRef = 8E9390A40565D6D300C7661C;
1733                         isa = PBXBuildFile;
1734                         settings = {
1735                         };
1736                 };
1737                 8E9390BF0565D6D300C7661C = {
1738                         fileRef = 8E9390A50565D6D300C7661C;
1739                         isa = PBXBuildFile;
1740                         settings = {
1741                         };
1742                 };
1743                 8E9390C00565D6D300C7661C = {
1744                         fileRef = 8E9390A60565D6D300C7661C;
1745                         isa = PBXBuildFile;
1746                         settings = {
1747                         };
1748                 };
1749                 8E9390C10565D6D300C7661C = {
1750                         fileRef = 8E9390A70565D6D300C7661C;
1751                         isa = PBXBuildFile;
1752                         settings = {
1753                         };
1754                 };
1755                 8E9390C20565D6D300C7661C = {
1756                         fileRef = 8E9390A80565D6D300C7661C;
1757                         isa = PBXBuildFile;
1758                         settings = {
1759                         };
1760                 };
1761                 8E9390C30565D6D300C7661C = {
1762                         fileRef = 8E9390A90565D6D300C7661C;
1763                         isa = PBXBuildFile;
1764                         settings = {
1765                         };
1766                 };
1767                 8E9390C40565D6D300C7661C = {
1768                         fileRef = 8E9390AA0565D6D300C7661C;
1769                         isa = PBXBuildFile;
1770                         settings = {
1771                         };
1772                 };
1773                 8E9390C50565D6D300C7661C = {
1774                         fileRef = 8E9390AB0565D6D300C7661C;
1775                         isa = PBXBuildFile;
1776                         settings = {
1777                         };
1778                 };
1779                 8E9390C60565D6D300C7661C = {
1780                         fileRef = 8E9390AC0565D6D300C7661C;
1781                         isa = PBXBuildFile;
1782                         settings = {
1783                         };
1784                 };
1785                 8E9390C70565D6D300C7661C = {
1786                         fileRef = 8E9390AD0565D6D300C7661C;
1787                         isa = PBXBuildFile;
1788                         settings = {
1789                         };
1790                 };
1791                 8E9390C80565D6D300C7661C = {
1792                         fileRef = 8E9390AE0565D6D300C7661C;
1793                         isa = PBXBuildFile;
1794                         settings = {
1795                         };
1796                 };
1797                 8E9390C90565D6D300C7661C = {
1798                         fileRef = 8E9390AF0565D6D300C7661C;
1799                         isa = PBXBuildFile;
1800                         settings = {
1801                         };
1802                 };
1803                 8E9390CA0565D6D300C7661C = {
1804                         fileRef = 8E9390B00565D6D300C7661C;
1805                         isa = PBXBuildFile;
1806                         settings = {
1807                         };
1808                 };
1809                 8E9390CB0565D6D300C7661C = {
1810                         fileRef = 8E9390B10565D6D300C7661C;
1811                         isa = PBXBuildFile;
1812                         settings = {
1813                         };
1814                 };
1815                 8E9390CC0565D6D300C7661C = {
1816                         fileRef = 8E9390B20565D6D300C7661C;
1817                         isa = PBXBuildFile;
1818                         settings = {
1819                         };
1820                 };
1821                 8E9390CD0565D6D300C7661C = {
1822                         fileRef = 8E9390B30565D6D300C7661C;
1823                         isa = PBXBuildFile;
1824                         settings = {
1825                         };
1826                 };
1827                 8E9CA1A306D7DEE800B7186C = {
1828                         fileEncoding = 5;
1829                         isa = PBXFileReference;
1830                         lastKnownFileType = sourcecode.c.h;
1831                         name = prefs_widgets.h;
1832                         path = ../../modules/gui/macosx/prefs_widgets.h;
1833                         refType = 2;
1834                         sourceTree = SOURCE_ROOT;
1835                 };
1836                 8E9CA1A406D7DEE800B7186C = {
1837                         fileEncoding = 5;
1838                         isa = PBXFileReference;
1839                         lastKnownFileType = sourcecode.c.objc;
1840                         name = prefs_widgets.m;
1841                         path = ../../modules/gui/macosx/prefs_widgets.m;
1842                         refType = 2;
1843                         sourceTree = SOURCE_ROOT;
1844                 };
1845                 8E9CA1A506D7DEE800B7186C = {
1846                         fileEncoding = 5;
1847                         isa = PBXFileReference;
1848                         lastKnownFileType = sourcecode.c.objc;
1849                         name = voutgl.m;
1850                         path = ../../modules/gui/macosx/voutgl.m;
1851                         refType = 2;
1852                         sourceTree = SOURCE_ROOT;
1853                 };
1854                 8E9CA1A606D7DEE800B7186C = {
1855                         fileEncoding = 5;
1856                         isa = PBXFileReference;
1857                         lastKnownFileType = sourcecode.c.objc;
1858                         name = voutqt.m;
1859                         path = ../../modules/gui/macosx/voutqt.m;
1860                         refType = 2;
1861                         sourceTree = SOURCE_ROOT;
1862                 };
1863                 8E9CA1BE06D7DEE800B7186C = {
1864                         fileRef = 8E9CA1A306D7DEE800B7186C;
1865                         isa = PBXBuildFile;
1866                         settings = {
1867                         };
1868                 };
1869                 8E9CA1BF06D7DEE800B7186C = {
1870                         fileRef = 8E9CA1A406D7DEE800B7186C;
1871                         isa = PBXBuildFile;
1872                         settings = {
1873                         };
1874                 };
1875                 8E9CA1C006D7DEE800B7186C = {
1876                         fileRef = 8E9CA1A506D7DEE800B7186C;
1877                         isa = PBXBuildFile;
1878                         settings = {
1879                         };
1880                 };
1881                 8E9CA1C106D7DEE800B7186C = {
1882                         fileRef = 8E9CA1A606D7DEE800B7186C;
1883                         isa = PBXBuildFile;
1884                         settings = {
1885                         };
1886                 };
1887                 8E9CC7B1046EFD700059A3A7 = {
1888                         fileEncoding = 12;
1889                         isa = PBXFileReference;
1890                         lastKnownFileType = text;
1891                         name = THANKS;
1892                         path = ../../THANKS;
1893                         refType = 2;
1894                         sourceTree = SOURCE_ROOT;
1895                 };
1896                 8E9CC7B2046EFD700059A3A7 = {
1897                         fileRef = 8E9CC7B1046EFD700059A3A7;
1898                         isa = PBXBuildFile;
1899                         settings = {
1900                         };
1901                 };
1902                 8EBF3FA303F13FFB0059A3A7 = {
1903                         isa = PBXFileReference;
1904                         lastKnownFileType = text;
1905                         name = vlc.scriptSuite;
1906                         path = Resources/vlc.scriptSuite;
1907                         refType = 2;
1908                         sourceTree = SOURCE_ROOT;
1909                 };
1910                 8EBF3FA403F13FFB0059A3A7 = {
1911                         fileRef = 8EBF3FA303F13FFB0059A3A7;
1912                         isa = PBXBuildFile;
1913                         settings = {
1914                         };
1915                 };
1916                 8EBF3FA503F140960059A3A7 = {
1917                         isa = PBXFileReference;
1918                         lastKnownFileType = text;
1919                         name = vlc.scriptTerminology;
1920                         path = Resources/English.lproj/vlc.scriptTerminology;
1921                         refType = 2;
1922                         sourceTree = SOURCE_ROOT;
1923                 };
1924                 8EBF3FA703F140A80059A3A7 = {
1925                         children = (
1926                                 8EBF3FA503F140960059A3A7,
1927                         );
1928                         isa = PBXVariantGroup;
1929                         name = vlc.scriptTerminology;
1930                         refType = 4;
1931                         sourceTree = "<group>";
1932                 };
1933                 8EBF3FA803F140A80059A3A7 = {
1934                         fileRef = 8EBF3FA703F140A80059A3A7;
1935                         isa = PBXBuildFile;
1936                         settings = {
1937                         };
1938                 };
1939                 8ECA7E520563CD9500DFC000 = {
1940                         children = (
1941                                 2A16E07E06C5074F00C87B09,
1942                                 2A16E07F06C5074F00C87B09,
1943                                 8E93909A0565D6D300C7661C,
1944                                 8E93909B0565D6D300C7661C,
1945                                 8E93909C0565D6D300C7661C,
1946                                 8E93909D0565D6D300C7661C,
1947                                 8E93909E0565D6D300C7661C,
1948                                 8E93909F0565D6D300C7661C,
1949                                 8E9390A00565D6D300C7661C,
1950                                 8E9390A10565D6D300C7661C,
1951                                 8E9390A20565D6D300C7661C,
1952                                 8E9390A30565D6D300C7661C,
1953                                 8E9390A40565D6D300C7661C,
1954                                 8E9390A50565D6D300C7661C,
1955                                 8E9390A60565D6D300C7661C,
1956                                 8E9390A70565D6D300C7661C,
1957                                 8E9390A80565D6D300C7661C,
1958                                 8E9390A90565D6D300C7661C,
1959                                 8E9390AA0565D6D300C7661C,
1960                                 8E9390AB0565D6D300C7661C,
1961                                 8E9390AC0565D6D300C7661C,
1962                                 8E9390AD0565D6D300C7661C,
1963                                 8E9390AE0565D6D300C7661C,
1964                                 8E9390AF0565D6D300C7661C,
1965                                 8E9390B00565D6D300C7661C,
1966                                 8E9390B10565D6D300C7661C,
1967                                 8E9390B20565D6D300C7661C,
1968                                 8E9390B30565D6D300C7661C,
1969                         );
1970                         isa = PBXGroup;
1971                         name = Controller;
1972                         refType = 4;
1973                         sourceTree = "<group>";
1974                 };
1975                 8ED6C27A03E2EB1C0059A3A7 = {
1976                         fileEncoding = 30;
1977                         isa = PBXFileReference;
1978                         lastKnownFileType = sourcecode.c.c;
1979                         name = coreaudio.c;
1980                         path = ../../modules/audio_output/coreaudio.c;
1981                         refType = 2;
1982                         sourceTree = SOURCE_ROOT;
1983                 };
1984                 8ED6C27B03E2EB1C0059A3A7 = {
1985                         fileEncoding = 30;
1986                         isa = PBXFileReference;
1987                         lastKnownFileType = sourcecode.c.objc;
1988                         name = controls.m;
1989                         path = ../../modules/gui/macosx/controls.m;
1990                         refType = 2;
1991                         sourceTree = SOURCE_ROOT;
1992                 };
1993                 8ED6C27C03E2EB1C0059A3A7 = {
1994                         fileEncoding = 30;
1995                         isa = PBXFileReference;
1996                         lastKnownFileType = sourcecode.c.h;
1997                         name = intf.h;
1998                         path = ../../modules/gui/macosx/intf.h;
1999                         refType = 2;
2000                         sourceTree = SOURCE_ROOT;
2001                 };
2002                 8ED6C27D03E2EB1C0059A3A7 = {
2003                         fileEncoding = 30;
2004                         isa = PBXFileReference;
2005                         lastKnownFileType = sourcecode.c.objc;
2006                         name = intf.m;
2007                         path = ../../modules/gui/macosx/intf.m;
2008                         refType = 2;
2009                         sourceTree = SOURCE_ROOT;
2010                 };
2011                 8ED6C27E03E2EB1C0059A3A7 = {
2012                         fileEncoding = 30;
2013                         isa = PBXFileReference;
2014                         lastKnownFileType = sourcecode.c.objc;
2015                         name = macosx.m;
2016                         path = ../../modules/gui/macosx/macosx.m;
2017                         refType = 2;
2018                         sourceTree = SOURCE_ROOT;
2019                 };
2020                 8ED6C27F03E2EB1C0059A3A7 = {
2021                         fileEncoding = 30;
2022                         isa = PBXFileReference;
2023                         lastKnownFileType = sourcecode.c.h;
2024                         name = misc.h;
2025                         path = ../../modules/gui/macosx/misc.h;
2026                         refType = 2;
2027                         sourceTree = SOURCE_ROOT;
2028                 };
2029                 8ED6C28003E2EB1C0059A3A7 = {
2030                         fileEncoding = 30;
2031                         isa = PBXFileReference;
2032                         lastKnownFileType = sourcecode.c.objc;
2033                         name = misc.m;
2034                         path = ../../modules/gui/macosx/misc.m;
2035                         refType = 2;
2036                         sourceTree = SOURCE_ROOT;
2037                 };
2038                 8ED6C28103E2EB1C0059A3A7 = {
2039                         fileEncoding = 30;
2040                         isa = PBXFileReference;
2041                         lastKnownFileType = sourcecode.c.h;
2042                         name = open.h;
2043                         path = ../../modules/gui/macosx/open.h;
2044                         refType = 2;
2045                         sourceTree = SOURCE_ROOT;
2046                 };
2047                 8ED6C28203E2EB1C0059A3A7 = {
2048                         fileEncoding = 30;
2049                         isa = PBXFileReference;
2050                         lastKnownFileType = sourcecode.c.objc;
2051                         name = open.m;
2052                         path = ../../modules/gui/macosx/open.m;
2053                         refType = 2;
2054                         sourceTree = SOURCE_ROOT;
2055                 };
2056                 8ED6C28303E2EB1C0059A3A7 = {
2057                         fileEncoding = 30;
2058                         isa = PBXFileReference;
2059                         lastKnownFileType = sourcecode.c.h;
2060                         name = playlist.h;
2061                         path = ../../modules/gui/macosx/playlist.h;
2062                         refType = 2;
2063                         sourceTree = SOURCE_ROOT;
2064                 };
2065                 8ED6C28403E2EB1C0059A3A7 = {
2066                         fileEncoding = 30;
2067                         isa = PBXFileReference;
2068                         lastKnownFileType = sourcecode.c.objc;
2069                         name = playlist.m;
2070                         path = ../../modules/gui/macosx/playlist.m;
2071                         refType = 2;
2072                         sourceTree = SOURCE_ROOT;
2073                 };
2074                 8ED6C28503E2EB1C0059A3A7 = {
2075                         fileEncoding = 30;
2076                         isa = PBXFileReference;
2077                         lastKnownFileType = sourcecode.c.h;
2078                         name = prefs.h;
2079                         path = ../../modules/gui/macosx/prefs.h;
2080                         refType = 2;
2081                         sourceTree = SOURCE_ROOT;
2082                 };
2083                 8ED6C28603E2EB1C0059A3A7 = {
2084                         fileEncoding = 30;
2085                         isa = PBXFileReference;
2086                         lastKnownFileType = sourcecode.c.objc;
2087                         name = prefs.m;
2088                         path = ../../modules/gui/macosx/prefs.m;
2089                         refType = 2;
2090                         sourceTree = SOURCE_ROOT;
2091                 };
2092                 8ED6C28703E2EB1C0059A3A7 = {
2093                         fileEncoding = 30;
2094                         isa = PBXFileReference;
2095                         lastKnownFileType = sourcecode.c.h;
2096                         name = vout.h;
2097                         path = ../../modules/gui/macosx/vout.h;
2098                         refType = 2;
2099                         sourceTree = SOURCE_ROOT;
2100                 };
2101                 8ED6C28803E2EB1C0059A3A7 = {
2102                         fileEncoding = 30;
2103                         isa = PBXFileReference;
2104                         lastKnownFileType = sourcecode.c.objc;
2105                         name = vout.m;
2106                         path = ../../modules/gui/macosx/vout.m;
2107                         refType = 2;
2108                         sourceTree = SOURCE_ROOT;
2109                 };
2110                 8ED6C29D03E2F32E0059A3A7 = {
2111                         fileEncoding = 12;
2112                         isa = PBXFileReference;
2113                         lastKnownFileType = text;
2114                         name = AUTHORS;
2115                         path = ../../AUTHORS;
2116                         refType = 2;
2117                         sourceTree = SOURCE_ROOT;
2118                 };
2119                 8ED6C29E03E2F32E0059A3A7 = {
2120                         fileEncoding = 12;
2121                         isa = PBXFileReference;
2122                         lastKnownFileType = text;
2123                         name = COPYING;
2124                         path = ../../COPYING;
2125                         refType = 2;
2126                         sourceTree = SOURCE_ROOT;
2127                 };
2128                 8ED6C29F03E2F32E0059A3A7 = {
2129                         fileRef = 8ED6C29D03E2F32E0059A3A7;
2130                         isa = PBXBuildFile;
2131                         settings = {
2132                         };
2133                 };
2134                 8ED6C2A003E2F32E0059A3A7 = {
2135                         fileRef = 8ED6C29E03E2F32E0059A3A7;
2136                         isa = PBXBuildFile;
2137                         settings = {
2138                         };
2139                 };
2140                 8EDAC3430440F72D0059A3A7 = {
2141                         isa = PBXFileReference;
2142                         lastKnownFileType = text.rtf;
2143                         name = README.MacOSX.rtf;
2144                         path = ../../README.MacOSX.rtf;
2145                         refType = 2;
2146                         sourceTree = SOURCE_ROOT;
2147                 };
2148                 8EDAC3440440F72D0059A3A7 = {
2149                         fileRef = 8EDAC3430440F72D0059A3A7;
2150                         isa = PBXBuildFile;
2151                         settings = {
2152                         };
2153                 };
2154                 8EE1AF9F044465080059A3A7 = {
2155                         fileEncoding = 30;
2156                         isa = PBXFileReference;
2157                         lastKnownFileType = sourcecode.c.h;
2158                         name = about.h;
2159                         path = ../../modules/gui/macosx/about.h;
2160                         refType = 2;
2161                         sourceTree = SOURCE_ROOT;
2162                 };
2163                 8EE1AFA0044465080059A3A7 = {
2164                         fileEncoding = 30;
2165                         isa = PBXFileReference;
2166                         lastKnownFileType = sourcecode.c.objc;
2167                         name = about.m;
2168                         path = ../../modules/gui/macosx/about.m;
2169                         refType = 2;
2170                         sourceTree = SOURCE_ROOT;
2171                 };
2172                 8EE1AFA30444660F0059A3A7 = {
2173                         isa = PBXFileReference;
2174                         lastKnownFileType = image.png;
2175                         name = about_bg.png;
2176                         path = Resources/about_bg.png;
2177                         refType = 2;
2178                         sourceTree = SOURCE_ROOT;
2179                 };
2180                 8EE1AFA40444660F0059A3A7 = {
2181                         fileRef = 8EE1AFA30444660F0059A3A7;
2182                         isa = PBXBuildFile;
2183                         settings = {
2184                         };
2185                 };
2186 //8E0
2187 //8E1
2188 //8E2
2189 //8E3
2190 //8E4
2191 //A00
2192 //A01
2193 //A02
2194 //A03
2195 //A04
2196                 A0E6B59804407FBD0080DD97 = {
2197                         fileEncoding = 12;
2198                         isa = PBXFileReference;
2199                         lastKnownFileType = text;
2200                         name = README;
2201                         path = Resources/README;
2202                         refType = 4;
2203                         sourceTree = "<group>";
2204                 };
2205                 A0E6B59904407FBD0080DD97 = {
2206                         fileRef = A0E6B59804407FBD0080DD97;
2207                         isa = PBXBuildFile;
2208                         settings = {
2209                         };
2210                 };
2211 //A00
2212 //A01
2213 //A02
2214 //A03
2215 //A04
2216 //F60
2217 //F61
2218 //F62
2219 //F63
2220 //F64
2221                 F69B0CA602E24F6401A80112 = {
2222                         children = (
2223                                 F69B0CA702E24F6401A80112,
2224                         );
2225                         isa = PBXVariantGroup;
2226                         name = InfoPlist.strings;
2227                         path = "";
2228                         refType = 4;
2229                         sourceTree = "<group>";
2230                 };
2231                 F69B0CA702E24F6401A80112 = {
2232                         fileEncoding = 5;
2233                         isa = PBXFileReference;
2234                         lastKnownFileType = text.plist.strings;
2235                         name = English;
2236                         path = Resources/English.lproj/InfoPlist.strings;
2237                         refType = 4;
2238                         sourceTree = "<group>";
2239                 };
2240                 F69B0CA802E24F6401A80112 = {
2241                         fileRef = F69B0CA602E24F6401A80112;
2242                         isa = PBXBuildFile;
2243                         settings = {
2244                         };
2245                 };
2246                 F6E4F90A02D2648B01A80112 = {
2247                         isa = PBXFileReference;
2248                         lastKnownFileType = image.icns;
2249                         name = divx.icns;
2250                         path = Resources/divx.icns;
2251                         refType = 4;
2252                         sourceTree = "<group>";
2253                 };
2254                 F6E4F90B02D2648B01A80112 = {
2255                         isa = PBXFileReference;
2256                         lastKnownFileType = image.icns;
2257                         name = generic.icns;
2258                         path = Resources/generic.icns;
2259                         refType = 4;
2260                         sourceTree = "<group>";
2261                 };
2262                 F6E4F90C02D2648B01A80112 = {
2263                         isa = PBXFileReference;
2264                         lastKnownFileType = image.icns;
2265                         name = mpeg.icns;
2266                         path = Resources/mpeg.icns;
2267                         refType = 4;
2268                         sourceTree = "<group>";
2269                 };
2270                 F6E4F90D02D2648B01A80112 = {
2271                         isa = PBXFileReference;
2272                         lastKnownFileType = image.icns;
2273                         name = mpeg1.icns;
2274                         path = Resources/mpeg1.icns;
2275                         refType = 4;
2276                         sourceTree = "<group>";
2277                 };
2278                 F6E4F90E02D2648B01A80112 = {
2279                         isa = PBXFileReference;
2280                         lastKnownFileType = image.icns;
2281                         name = mpeg2.icns;
2282                         path = Resources/mpeg2.icns;
2283                         refType = 4;
2284                         sourceTree = "<group>";
2285                 };
2286                 F6E4F90F02D2648B01A80112 = {
2287                         isa = PBXFileReference;
2288                         lastKnownFileType = image.icns;
2289                         name = mpeg4.icns;
2290                         path = Resources/mpeg4.icns;
2291                         refType = 4;
2292                         sourceTree = "<group>";
2293                 };
2294                 F6E4F91002D2648B01A80112 = {
2295                         fileRef = F6E4F90A02D2648B01A80112;
2296                         isa = PBXBuildFile;
2297                         settings = {
2298                         };
2299                 };
2300                 F6E4F91102D2648B01A80112 = {
2301                         fileRef = F6E4F90B02D2648B01A80112;
2302                         isa = PBXBuildFile;
2303                         settings = {
2304                         };
2305                 };
2306                 F6E4F91202D2648B01A80112 = {
2307                         fileRef = F6E4F90C02D2648B01A80112;
2308                         isa = PBXBuildFile;
2309                         settings = {
2310                         };
2311                 };
2312                 F6E4F91302D2648B01A80112 = {
2313                         fileRef = F6E4F90D02D2648B01A80112;
2314                         isa = PBXBuildFile;
2315                         settings = {
2316                         };
2317                 };
2318                 F6E4F91402D2648B01A80112 = {
2319                         fileRef = F6E4F90E02D2648B01A80112;
2320                         isa = PBXBuildFile;
2321                         settings = {
2322                         };
2323                 };
2324                 F6E4F91502D2648B01A80112 = {
2325                         fileRef = F6E4F90F02D2648B01A80112;
2326                         isa = PBXBuildFile;
2327                         settings = {
2328                         };
2329                 };
2330 //F60
2331 //F61
2332 //F62
2333 //F63
2334 //F64
2335 //F70
2336 //F71
2337 //F72
2338 //F73
2339 //F74
2340                 F74F13DF02C2A53401EE194C = {
2341                         isa = PBXFileReference;
2342                         lastKnownFileType = image.icns;
2343                         name = vlc.icns;
2344                         path = Resources/vlc.icns;
2345                         refType = 4;
2346                         sourceTree = "<group>";
2347                 };
2348                 F74F13E002C2A53401EE194C = {
2349                         fileRef = F74F13DF02C2A53401EE194C;
2350                         isa = PBXBuildFile;
2351                         settings = {
2352                         };
2353                 };
2354                 F74F13EA02C2A79C01EE194C = {
2355                         children = (
2356                                 F74F13EB02C2A79C01EE194C,
2357                         );
2358                         isa = PBXVariantGroup;
2359                         name = MainMenu.nib;
2360                         path = "";
2361                         refType = 4;
2362                         sourceTree = "<group>";
2363                 };
2364                 F74F13EB02C2A79C01EE194C = {
2365                         isa = PBXFileReference;
2366                         lastKnownFileType = wrapper.nib;
2367                         name = English;
2368                         path = Resources/English.lproj/MainMenu.nib;
2369                         refType = 4;
2370                         sourceTree = "<group>";
2371                 };
2372                 F74F13EC02C2A79C01EE194C = {
2373                         fileRef = F74F13EA02C2A79C01EE194C;
2374                         isa = PBXBuildFile;
2375                         settings = {
2376                         };
2377                 };
2378         };
2379         rootObject = 089C1669FE841209C02AAC07;
2380 }