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