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