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