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