]> git.sesse.net Git - vlc/blob - extras/MacOSX/vlc.pbproj/project.pbxproj
* extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions
[vlc] / extras / MacOSX / vlc.pbproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 38;
7         objects = {
8                 014CEA410018CDE011CA2923 = {
9                         isa = PBXBundleReference;
10                         path = VLC.bundle;
11                         refType = 3;
12                 };
13                 014CEA420018CDE011CA2923 = {
14                         buildRules = (
15                         );
16                         buildSettings = {
17                                 COPY_PHASE_STRIP = NO;
18                                 OPTIMIZATION_CFLAGS = "-O0";
19                         };
20                         isa = PBXBuildStyle;
21                         name = Development;
22                 };
23                 014CEA430018CDE011CA2923 = {
24                         buildRules = (
25                         );
26                         buildSettings = {
27                                 COPY_PHASE_STRIP = YES;
28                         };
29                         isa = PBXBuildStyle;
30                         name = Deployment;
31                 };
32 //010
33 //011
34 //012
35 //013
36 //014
37 //080
38 //081
39 //082
40 //083
41 //084
42                 089C1669FE841209C02AAC07 = {
43                         buildStyles = (
44                                 014CEA420018CDE011CA2923,
45                                 014CEA430018CDE011CA2923,
46                         );
47                         hasScannedForEncodings = 1;
48                         isa = PBXProject;
49                         mainGroup = 089C166AFE841209C02AAC07;
50                         projectDirPath = "";
51                         targets = (
52                                 089C1673FE841209C02AAC07,
53                         );
54                 };
55                 089C166AFE841209C02AAC07 = {
56                         children = (
57                                 08FB77AFFE84173DC02AAC07,
58                                 089C167CFE841241C02AAC07,
59                                 089C1671FE841209C02AAC07,
60                                 19C28FB8FE9D52D311CA2CBB,
61                         );
62                         isa = PBXGroup;
63                         name = vlc;
64                         refType = 4;
65                 };
66                 089C1671FE841209C02AAC07 = {
67                         children = (
68                                 1058C7ACFEA557BF11CA2CBB,
69                                 1058C7AEFEA557BF11CA2CBB,
70                         );
71                         isa = PBXGroup;
72                         name = "Frameworks and Libraries";
73                         refType = 4;
74                 };
75                 089C1672FE841209C02AAC07 = {
76                         isa = PBXFrameworkReference;
77                         name = Foundation.framework;
78                         path = /System/Library/Frameworks/Foundation.framework;
79                         refType = 0;
80                 };
81                 089C1673FE841209C02AAC07 = {
82                         buildPhases = (
83                                 089C1675FE841209C02AAC07,
84                                 089C1677FE841209C02AAC07,
85                                 089C1679FE841209C02AAC07,
86                         );
87                         buildSettings = {
88                                 FRAMEWORK_SEARCH_PATHS = "";
89                                 HEADER_SEARCH_PATHS = "";
90                                 INSTALL_PATH = "$(HOME)/Library/Bundles";
91                                 LIBRARY_SEARCH_PATHS = "";
92                                 OTHER_CFLAGS = "";
93                                 OTHER_LDFLAGS = "";
94                                 OTHER_REZFLAGS = "";
95                                 PRODUCT_NAME = VLC;
96                                 SECTORDER_FLAGS = "";
97                                 WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
98                                 WRAPPER_EXTENSION = bundle;
99                         };
100                         dependencies = (
101                         );
102                         isa = PBXBundleTarget;
103                         name = vlc;
104                         productInstallPath = "$(HOME)/Library/Bundles";
105                         productName = vlc;
106                         productReference = 014CEA410018CDE011CA2923;
107                         productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
108 <!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
109 <plist version=\"1.0\">
110 <dict>
111         <key>CFBundleDevelopmentRegion</key>
112         <string>English</string>
113         <key>CFBundleDocumentTypes</key>
114         <array>
115                 <dict>
116                         <key>CFBundleTypeName</key>
117                         <string>Folder</string>
118                         <key>CFBundleTypeOSTypes</key>
119                         <array>
120                                 <string>fold</string>
121                         </array>
122                         <key>CFBundleTypeRole</key>
123                         <string>Viewer</string>
124                 </dict>
125                 <dict>
126                         <key>CFBundleTypeExtensions</key>
127                         <array>
128                                 <string>asx</string>
129                         </array>
130                         <key>CFBundleTypeIconFile</key>
131                         <string>asx.icns</string>
132                         <key>CFBundleTypeName</key>
133                         <string>ASX File</string>
134                         <key>CFBundleTypeRole</key>
135                         <string>Viewer</string>
136                 </dict>
137                 <dict>
138                         <key>CFBundleTypeExtensions</key>
139                         <array>
140                                 <string>sub</string>
141                                 <string>srt</string>
142                         </array>
143                         <key>CFBundleTypeIconFile</key>
144                         <string>sub.icns</string>
145                         <key>CFBundleTypeName</key>
146                         <string>Subtitle File</string>
147                         <key>CFBundleTypeRole</key>
148                         <string>Viewer</string>
149                 </dict>
150                 <dict>
151                         <key>CFBundleTypeExtensions</key>
152                         <array>
153                                 <string>pls</string>
154                         </array>
155                         <key>CFBundleTypeIconFile</key>
156                         <string>pls.icns</string>
157                         <key>CFBundleTypeName</key>
158                         <string>Shoutcast playlist</string>
159                         <key>CFBundleTypeRole</key>
160                         <string>Viewer</string>
161                 </dict>
162                 <dict>
163                         <key>CFBundleTypeExtensions</key>
164                         <array>
165                                 <string>m3u</string>
166                         </array>
167                         <key>CFBundleTypeIconFile</key>
168                         <string>m3u.icns</string>
169                         <key>CFBundleTypeName</key>
170                         <string>Playlist file</string>
171                         <key>CFBundleTypeRole</key>
172                         <string>Viewer</string>
173                 </dict>
174                 <dict>
175                         <key>CFBundleTypeExtensions</key>
176                         <array>
177                                 <string>vob</string>
178                         </array>
179                         <key>CFBundleTypeIconFile</key>
180                         <string>vob.icns</string>
181                         <key>CFBundleTypeName</key>
182                         <string>VOB File (DVD Video)</string>
183                         <key>CFBundleTypeRole</key>
184                         <string>Viewer</string>
185                 </dict>
186                 <dict>
187                         <key>CFBundleTypeExtensions</key>
188                         <array>
189                                 <string>dat</string>
190                         </array>
191                         <key>CFBundleTypeIconFile</key>
192                         <string>dat.icns</string>
193                         <key>CFBundleTypeName</key>
194                         <string>DAT file</string>
195                         <key>CFBundleTypeRole</key>
196                         <string>Viewer</string>
197                 </dict>
198                 <dict>
199                         <key>CFBundleTypeExtensions</key>
200                         <array>
201                                 <string>cue</string>
202                         </array>
203                         <key>CFBundleTypeIconFile</key>
204                         <string>cue.icns</string>
205                         <key>CFBundleTypeName</key>
206                         <string>CUE file</string>
207                         <key>CFBundleTypeRole</key>
208                         <string>Viewer</string>
209                 </dict>
210                 <dict>
211                         <key>CFBundleTypeExtensions</key>
212                         <array>
213                                 <string>iso</string>
214                                 <string>bin</string>
215                         </array>
216                         <key>CFBundleTypeName</key>
217                         <string>Iso file</string>
218                         <key>CFBundleTypeRole</key>
219                         <string>Viewer</string>
220                 </dict>
221                 <dict>
222                         <key>CFBundleTypeExtensions</key>
223                         <array>
224                                 <string>a52</string>
225                                 <string>ac3</string>
226                         </array>
227                         <key>CFBundleTypeIconFile</key>
228                         <string>a52.icns</string>
229                         <key>CFBundleTypeName</key>
230                         <string>Digital Audio</string>
231                         <key>CFBundleTypeRole</key>
232                         <string>Viewer</string>
233                 </dict>
234                 <dict>
235                         <key>CFBundleTypeExtensions</key>
236                         <array>
237                                 <string>aac</string>
238                         </array>
239                         <key>CFBundleTypeName</key>
240                         <string>Advanced Audio Coding</string>
241                         <key>CFBundleTypeRole</key>
242                         <string>Viewer</string>
243                 </dict>
244                 <dict>
245                         <key>CFBundleTypeExtensions</key>
246                         <array>
247                                 <string>ogm</string>
248                         </array>
249                         <key>CFBundleTypeIconFile</key>
250                         <string>ogm.icns</string>
251                         <key>CFBundleTypeName</key>
252                         <string>Ogg Vorbis Media container</string>
253                         <key>CFBundleTypeRole</key>
254                         <string>Viewer</string>
255                 </dict>
256                 <dict>
257                         <key>CFBundleTypeExtensions</key>
258                         <array>
259                                 <string>ogg</string>
260                         </array>
261                         <key>CFBundleTypeIconFile</key>
262                         <string>ogg.icns</string>
263                         <key>CFBundleTypeName</key>
264                         <string>OGG Vorbis file</string>
265                         <key>CFBundleTypeRole</key>
266                         <string>Viewer</string>
267                 </dict>
268                 <dict>
269                         <key>CFBundleTypeExtensions</key>
270                         <array>
271                                 <string>avi</string>
272                         </array>
273                         <key>CFBundleTypeIconFile</key>
274                         <string>avi.icns</string>
275                         <key>CFBundleTypeName</key>
276                         <string>Avi container</string>
277                         <key>CFBundleTypeRole</key>
278                         <string>Viewer</string>
279                 </dict>
280                 <dict>
281                         <key>CFBundleTypeExtensions</key>
282                         <array>
283                                 <string>mov</string>
284                                 <string>moov</string>
285                                 <string>qt</string>
286                         </array>
287                         <key>CFBundleTypeIconFile</key>
288                         <string>generic.icns</string>
289                         <key>CFBundleTypeName</key>
290                         <string>Apple QuickTime container</string>
291                         <key>CFBundleTypeRole</key>
292                         <string>Viewer</string>
293                 </dict>
294                 <dict>
295                         <key>CFBundleTypeExtensions</key>
296                         <array>
297                                 <string>divx</string>
298                         </array>
299                         <key>CFBundleTypeIconFile</key>
300                         <string>divx.icns</string>
301                         <key>CFBundleTypeName</key>
302                         <string>DivX file</string>
303                         <key>CFBundleTypeRole</key>
304                         <string>Viewer</string>
305                 </dict>
306                 <dict>
307                         <key>CFBundleTypeExtensions</key>
308                         <array>
309                                 <string>dv</string>
310                         </array>
311                         <key>CFBundleTypeIconFile</key>
312                         <string>dv.icns</string>
313                         <key>CFBundleTypeName</key>
314                         <string>DV file</string>
315                         <key>CFBundleTypeRole</key>
316                         <string>Viewer</string>
317                 </dict>
318                 <dict>
319                         <key>CFBundleTypeExtensions</key>
320                         <array>
321                                 <string>asf</string>
322                         </array>
323                         <key>CFBundleTypeIconFile</key>
324                         <string>asf.icns</string>
325                         <key>CFBundleTypeName</key>
326                         <string>Advanced Streaming Format</string>
327                         <key>CFBundleTypeRole</key>
328                         <string>Viewer</string>
329                 </dict>
330                 <dict>
331                         <key>CFBundleTypeExtensions</key>
332                         <array>
333                                 <string>wma</string>
334                         </array>
335                         <key>CFBundleTypeIconFile</key>
336                         <string>wma.icns</string>
337                         <key>CFBundleTypeName</key>
338                         <string>WIndows Media Audio</string>
339                         <key>CFBundleTypeRole</key>
340                         <string>Viewer</string>
341                 </dict>
342                 <dict>
343                         <key>CFBundleTypeExtensions</key>
344                         <array>
345                                 <string>wmv</string>
346                         </array>
347                         <key>CFBundleTypeIconFile</key>
348                         <string>wmv.icns</string>
349                         <key>CFBundleTypeName</key>
350                         <string>Windows Media Video</string>
351                         <key>CFBundleTypeRole</key>
352                         <string>Viewer</string>
353                 </dict>
354                 <dict>
355                         <key>CFBundleTypeExtensions</key>
356                         <array>
357                                 <string>mpg</string>
358                                 <string>mpeg</string>
359                         </array>
360                         <key>CFBundleTypeIconFile</key>
361                         <string>mpeg.icns</string>
362                         <key>CFBundleTypeName</key>
363                         <string>mulitplexed MPEG-1/2</string>
364                         <key>CFBundleTypeRole</key>
365                         <string>Viewer</string>
366                 </dict>
367                 <dict>
368                         <key>CFBundleTypeExtensions</key>
369                         <array>
370                                 <string>m1v</string>
371                         </array>
372                         <key>CFBundleTypeIconFile</key>
373                         <string>mpeg1.icns</string>
374                         <key>CFBundleTypeName</key>
375                         <string>MPEG-1 Video File</string>
376                         <key>CFBundleTypeRole</key>
377                         <string>Viewer</string>
378                 </dict>
379                 <dict>
380                         <key>CFBundleTypeExtensions</key>
381                         <array>
382                                 <string>m2a</string>
383                         </array>
384                         <key>CFBundleTypeName</key>
385                         <string>MPEG-1/2 Audio File</string>
386                         <key>CFBundleTypeRole</key>
387                         <string>Viewer</string>
388                 </dict>
389                 <dict>
390                         <key>CFBundleTypeExtensions</key>
391                         <array>
392                                 <string>mp1</string>
393                         </array>
394                         <key>CFBundleTypeName</key>
395                         <string>MPEG Audio Layer 1</string>
396                         <key>CFBundleTypeRole</key>
397                         <string>Viewer</string>
398                 </dict>
399                 <dict>
400                         <key>CFBundleTypeExtensions</key>
401                         <array>
402                                 <string>mp2</string>
403                         </array>
404                         <key>CFBundleTypeName</key>
405                         <string>MPEG Audio Layer 2</string>
406                         <key>CFBundleTypeRole</key>
407                         <string>Viewer</string>
408                 </dict>
409                 <dict>
410                         <key>CFBundleTypeExtensions</key>
411                         <array>
412                                 <string>mp3</string>
413                         </array>
414                         <key>CFBundleTypeIconFile</key>
415                         <string>mp3.icns</string>
416                         <key>CFBundleTypeName</key>
417                         <string>MPEG Audio Layer 3</string>
418                         <key>CFBundleTypeRole</key>
419                         <string>Viewer</string>
420                 </dict>
421                 <dict>
422                         <key>CFBundleTypeExtensions</key>
423                         <array>
424                                 <string>m2p</string>
425                         </array>
426                         <key>CFBundleTypeName</key>
427                         <string>MPEG-2 Program Stream</string>
428                         <key>CFBundleTypeRole</key>
429                         <string>Viewer</string>
430                 </dict>
431                 <dict>
432                         <key>CFBundleTypeExtensions</key>
433                         <array>
434                                 <string>m2v</string>
435                                 <string>mpv</string>
436                         </array>
437                         <key>CFBundleTypeIconFile</key>
438                         <string>mpeg2.icns</string>
439                         <key>CFBundleTypeName</key>
440                         <string>MPEG-2 Video File</string>
441                         <key>CFBundleTypeRole</key>
442                         <string>Viewer</string>
443                 </dict>
444                 <dict>
445                         <key>CFBundleTypeExtensions</key>
446                         <array>
447                                 <string>mpa</string>
448                         </array>
449                         <key>CFBundleTypeName</key>
450                         <string>MPEG-2 Audio File</string>
451                         <key>CFBundleTypeRole</key>
452                         <string>Viewer</string>
453                 </dict>
454                 <dict>
455                         <key>CFBundleTypeExtensions</key>
456                         <array>
457                                 <string>mp4</string>
458                         </array>
459                         <key>CFBundleTypeIconFile</key>
460                         <string>mpeg4.icns</string>
461                         <key>CFBundleTypeName</key>
462                         <string>MPEG-4 File</string>
463                         <key>CFBundleTypeRole</key>
464                         <string>Viewer</string>
465                 </dict>
466                 <dict>
467                         <key>CFBundleTypeExtensions</key>
468                         <array>
469                                 <string>3gp</string>
470                         </array>
471                         <key>CFBundleTypeName</key>
472                         <string>3GPP File</string>
473                         <key>CFBundleTypeRole</key>
474                         <string>Viewer</string>
475                 </dict>
476                 <dict>
477                         <key>CFBundleTypeExtensions</key>
478                         <array>
479                                 <string>mka</string>
480                         </array>
481                         <key>CFBundleTypeName</key>
482                         <string>Matroska Audio</string>
483                         <key>CFBundleTypeRole</key>
484                         <string>Viewer</string>
485                 </dict>
486                 <dict>
487                         <key>CFBundleTypeExtensions</key>
488                         <array>
489                                 <string>mkv</string>
490                         </array>
491                         <key>CFBundleTypeName</key>
492                         <string>Matroska Video</string>
493                         <key>CFBundleTypeRole</key>
494                         <string>Viewer</string>
495                 </dict>
496                 <dict>
497                         <key>CFBundleTypeExtensions</key>
498                         <array>
499                                 <string>mks</string>
500                         </array>
501                         <key>CFBundleTypeName</key>
502                         <string>Matroska Elementry Stream</string>
503                         <key>CFBundleTypeRole</key>
504                         <string>Viewer</string>
505                 </dict>
506         </array>
507         <key>CFBundleExecutable</key>
508         <string>VLC</string>
509         <key>CFBundleGetInfoString</key>
510         <string>VLC media player 0.6.3-cvs, Copyright (c) 1996-2003 VideoLAN.</string>
511         <key>CFBundleIconFile</key>
512         <string>vlc.icns</string>
513         <key>CFBundleIdentifier</key>
514         <string>org.videolan.vlc</string>
515         <key>CFBundleInfoDictionaryVersion</key>
516         <string>6.0</string>
517         <key>CFBundleName</key>
518         <string>VLC media player</string>
519         <key>CFBundlePackageType</key>
520         <string>APPL</string>
521         <key>CFBundleShortVersionString</key>
522         <string>0.6.3-cvs</string>
523         <key>CFBundleSignature</key>
524         <string>VLC#</string>
525         <key>CFBundleURLTypes</key>
526         <array>
527                 <dict>
528                         <key>CFBundleURLIconFile</key>
529                         <string>generic</string>
530                         <key>CFBundleURLName</key>
531                         <string>http url</string>
532                         <key>CFBundleURLSchemes</key>
533                         <array>
534                                 <string>http</string>
535                         </array>
536                 </dict>
537                 <dict>
538                         <key>CFBundleURLIconFile</key>
539                         <string>generic</string>
540                         <key>CFBundleURLName</key>
541                         <string>ftp url</string>
542                         <key>CFBundleURLSchemes</key>
543                         <array>
544                                 <string>ftp</string>
545                         </array>
546                 </dict>
547                 <dict>
548                         <key>CFBundleURLIconFile</key>
549                         <string>generic</string>
550                         <key>CFBundleURLName</key>
551                         <string>Multimedia Stream URL</string>
552                         <key>CFBundleURLSchemes</key>
553                         <array>
554                                 <string>mms</string>
555                         </array>
556                 </dict>
557                 <dict>
558                         <key>CFBundleURLIconFile</key>
559                         <string>generic</string>
560                         <key>CFBundleURLName</key>
561                         <string>udp url</string>
562                         <key>CFBundleURLSchemes</key>
563                         <array>
564                                 <string>udp</string>
565                         </array>
566                 </dict>
567         </array>
568         <key>CFBundleVersion</key>
569         <string>0.6.3-cvs</string>
570         <key>NSAppleScriptEnabled</key>
571         <string>YES</string>
572         <key>NSMainNibFile</key>
573         <string>MainMenu</string>
574         <key>NSPrincipalClass</key>
575         <string>VLCApplication</string>
576 </dict>
577 </plist>
578 ";
579                 };
580                 089C1675FE841209C02AAC07 = {
581                         buildActionMask = 2147483647;
582                         files = (
583                                 F74F13E002C2A53401EE194C,
584                                 F74F13EC02C2A79C01EE194C,
585                                 F6E4F91002D2648B01A80112,
586                                 F6E4F91102D2648B01A80112,
587                                 F6E4F91202D2648B01A80112,
588                                 F6E4F91302D2648B01A80112,
589                                 F6E4F91402D2648B01A80112,
590                                 F6E4F91502D2648B01A80112,
591                                 F69B0CA802E24F6401A80112,
592                                 A064F9EA03CB9EE000B21232,
593                                 A064F9EB03CB9EE000B21232,
594                                 A064F9EC03CB9EE000B21232,
595                                 A064F9ED03CB9EE000B21232,
596                                 A064F9EE03CB9EE000B21232,
597                                 A064F9EF03CB9EE000B21232,
598                                 A064F9F003CB9EE000B21232,
599                                 A064F9F103CB9EE000B21232,
600                                 A064F9F203CB9EE000B21232,
601                                 A064F9F303CB9EE000B21232,
602                                 8E88833D03DD6E870059A3A7,
603                                 8ED6C29F03E2F32E0059A3A7,
604                                 8ED6C2A003E2F32E0059A3A7,
605                                 8EBF3FA403F13FFB0059A3A7,
606                                 8EBF3FA803F140A80059A3A7,
607                                 A0E6B59904407FBD0080DD97,
608                                 8EDAC3440440F72D0059A3A7,
609                                 8EE1AFA40444660F0059A3A7,
610                                 8E9CC7B2046EFD700059A3A7,
611                                 8E445F9D04728A700059A3A7,
612                                 8E445F9E04728A700059A3A7,
613                                 8E445F9F04728A700059A3A7,
614                                 8E445FA004728A700059A3A7,
615                                 8E445FA104728A700059A3A7,
616                                 8E445FA204728A700059A3A7,
617                                 8E445FA304728A700059A3A7,
618                                 8E445FA404728A700059A3A7,
619                                 8E445FA504728A700059A3A7,
620                                 8E445FA604728A700059A3A7,
621                                 8E445FA704728A700059A3A7,
622                                 8E445FA804728A700059A3A7,
623                                 8E445FA904728A700059A3A7,
624                                 8E445FAA04728A700059A3A7,
625                                 8E445FAB04728A700059A3A7,
626                                 8E445FAC04728A700059A3A7,
627                                 8E445FAD04728A700059A3A7,
628                                 8E445FAE04728A700059A3A7,
629                                 8E445FAF04728A700059A3A7,
630                                 8E445FB004728A700059A3A7,
631                                 8E445FB104728A700059A3A7,
632                                 8E445FB204728A700059A3A7,
633                         );
634                         isa = PBXResourcesBuildPhase;
635                         runOnlyForDeploymentPostprocessing = 0;
636                 };
637                 089C1677FE841209C02AAC07 = {
638                         buildActionMask = 2147483647;
639                         files = (
640                                 1058C7AFFEA557BF11CA2CBB,
641                         );
642                         isa = PBXFrameworksBuildPhase;
643                         runOnlyForDeploymentPostprocessing = 0;
644                 };
645                 089C1679FE841209C02AAC07 = {
646                         buildActionMask = 2147483647;
647                         files = (
648                         );
649                         isa = PBXRezBuildPhase;
650                         runOnlyForDeploymentPostprocessing = 0;
651                 };
652                 089C167CFE841241C02AAC07 = {
653                         children = (
654                                 F74F13EA02C2A79C01EE194C,
655                                 8E445F86047289E50059A3A7,
656                                 A064F9E003CB9EE000B21232,
657                                 A064F9E103CB9EE000B21232,
658                                 A064F9E203CB9EE000B21232,
659                                 A064F9E303CB9EE000B21232,
660                                 A064F9E403CB9EE000B21232,
661                                 A064F9E503CB9EE000B21232,
662                                 A064F9E603CB9EE000B21232,
663                                 A064F9E703CB9EE000B21232,
664                                 A064F9E803CB9EE000B21232,
665                                 A064F9E903CB9EE000B21232,
666                                 8E88833C03DD6E870059A3A7,
667                                 8EE1AFA30444660F0059A3A7,
668                                 F69B0CA602E24F6401A80112,
669                                 8ED6C29D03E2F32E0059A3A7,
670                                 8E9CC7B1046EFD700059A3A7,
671                                 8ED6C29E03E2F32E0059A3A7,
672                                 A0E6B59804407FBD0080DD97,
673                                 8EBF3FA303F13FFB0059A3A7,
674                                 8EBF3FA703F140A80059A3A7,
675                                 8EDAC3430440F72D0059A3A7,
676                         );
677                         isa = PBXGroup;
678                         name = Resources;
679                         path = "";
680                         refType = 4;
681                 };
682                 089C167FFE841241C02AAC07 = {
683                         isa = PBXFrameworkReference;
684                         name = AppKit.framework;
685                         path = /System/Library/Frameworks/AppKit.framework;
686                         refType = 0;
687                 };
688                 08FB77AFFE84173DC02AAC07 = {
689                         children = (
690                                 8EE1AF9F044465080059A3A7,
691                                 8EE1AFA0044465080059A3A7,
692                                 8E6BC6F6041643860059A3A7,
693                                 8E6BC6F7041643860059A3A7,
694                                 8ED6C27A03E2EB1C0059A3A7,
695                                 8E6BC6FA041684EC0059A3A7,
696                                 8ED6C27B03E2EB1C0059A3A7,
697                                 8ED6C27C03E2EB1C0059A3A7,
698                                 8ED6C27D03E2EB1C0059A3A7,
699                                 8EF1600B03FC62560059A3A7,
700                                 8EF1600C03FC62560059A3A7,
701                                 8ED6C27E03E2EB1C0059A3A7,
702                                 8ED6C27F03E2EB1C0059A3A7,
703                                 8ED6C28003E2EB1C0059A3A7,
704                                 8ED6C28103E2EB1C0059A3A7,
705                                 8ED6C28203E2EB1C0059A3A7,
706                                 8ED6C28303E2EB1C0059A3A7,
707                                 8ED6C28403E2EB1C0059A3A7,
708                                 8ED6C28503E2EB1C0059A3A7,
709                                 8ED6C28603E2EB1C0059A3A7,
710                                 8E55FB7F0459B0FD00FB3317,
711                                 8E55FB800459B0FD00FB3317,
712                                 8ED6C28703E2EB1C0059A3A7,
713                                 8ED6C28803E2EB1C0059A3A7,
714                         );
715                         isa = PBXGroup;
716                         name = Classes;
717                         refType = 4;
718                 };
719 //080
720 //081
721 //082
722 //083
723 //084
724 //100
725 //101
726 //102
727 //103
728 //104
729                 1058C7ACFEA557BF11CA2CBB = {
730                         children = (
731                                 1058C7ADFEA557BF11CA2CBB,
732                         );
733                         isa = PBXGroup;
734                         name = "Linked Frameworks";
735                         refType = 4;
736                 };
737                 1058C7ADFEA557BF11CA2CBB = {
738                         isa = PBXFrameworkReference;
739                         name = Cocoa.framework;
740                         path = /System/Library/Frameworks/Cocoa.framework;
741                         refType = 0;
742                 };
743                 1058C7AEFEA557BF11CA2CBB = {
744                         children = (
745                                 089C1672FE841209C02AAC07,
746                                 089C167FFE841241C02AAC07,
747                         );
748                         isa = PBXGroup;
749                         name = "Other Frameworks";
750                         refType = 4;
751                 };
752                 1058C7AFFEA557BF11CA2CBB = {
753                         fileRef = 1058C7ADFEA557BF11CA2CBB;
754                         isa = PBXBuildFile;
755                         settings = {
756                         };
757                 };
758 //100
759 //101
760 //102
761 //103
762 //104
763 //190
764 //191
765 //192
766 //193
767 //194
768                 19C28FB8FE9D52D311CA2CBB = {
769                         children = (
770                                 014CEA410018CDE011CA2923,
771                         );
772                         isa = PBXGroup;
773                         name = Products;
774                         refType = 4;
775                 };
776 //190
777 //191
778 //192
779 //193
780 //194
781 //8E0
782 //8E1
783 //8E2
784 //8E3
785 //8E4
786                 8E445F86047289E50059A3A7 = {
787                         children = (
788                                 F74F13DF02C2A53401EE194C,
789                                 F6E4F90A02D2648B01A80112,
790                                 F6E4F90B02D2648B01A80112,
791                                 F6E4F90C02D2648B01A80112,
792                                 F6E4F90D02D2648B01A80112,
793                                 F6E4F90E02D2648B01A80112,
794                                 F6E4F90F02D2648B01A80112,
795                                 8E445F8704728A700059A3A7,
796                                 8E445F8804728A700059A3A7,
797                                 8E445F8904728A700059A3A7,
798                                 8E445F8A04728A700059A3A7,
799                                 8E445F8B04728A700059A3A7,
800                                 8E445F8C04728A700059A3A7,
801                                 8E445F8D04728A700059A3A7,
802                                 8E445F8E04728A700059A3A7,
803                                 8E445F8F04728A700059A3A7,
804                                 8E445F9004728A700059A3A7,
805                                 8E445F9104728A700059A3A7,
806                                 8E445F9204728A700059A3A7,
807                                 8E445F9304728A700059A3A7,
808                                 8E445F9404728A700059A3A7,
809                                 8E445F9504728A700059A3A7,
810                                 8E445F9604728A700059A3A7,
811                                 8E445F9704728A700059A3A7,
812                                 8E445F9804728A700059A3A7,
813                                 8E445F9904728A700059A3A7,
814                                 8E445F9A04728A700059A3A7,
815                                 8E445F9B04728A700059A3A7,
816                                 8E445F9C04728A700059A3A7,
817                         );
818                         isa = PBXGroup;
819                         name = fileicons;
820                         path = "";
821                         refType = 4;
822                 };
823                 8E445F8704728A700059A3A7 = {
824                         isa = PBXFileReference;
825                         name = a52.icns;
826                         path = Resources/a52.icns;
827                         refType = 2;
828                 };
829                 8E445F8804728A700059A3A7 = {
830                         isa = PBXFileReference;
831                         name = aac.icns;
832                         path = Resources/aac.icns;
833                         refType = 2;
834                 };
835                 8E445F8904728A700059A3A7 = {
836                         isa = PBXFileReference;
837                         name = asf.icns;
838                         path = Resources/asf.icns;
839                         refType = 2;
840                 };
841                 8E445F8A04728A700059A3A7 = {
842                         isa = PBXFileReference;
843                         name = asx.icns;
844                         path = Resources/asx.icns;
845                         refType = 2;
846                 };
847                 8E445F8B04728A700059A3A7 = {
848                         isa = PBXFileReference;
849                         name = avi.icns;
850                         path = Resources/avi.icns;
851                         refType = 2;
852                 };
853                 8E445F8C04728A700059A3A7 = {
854                         isa = PBXFileReference;
855                         name = bin.icns;
856                         path = Resources/bin.icns;
857                         refType = 2;
858                 };
859                 8E445F8D04728A700059A3A7 = {
860                         isa = PBXFileReference;
861                         name = cue.icns;
862                         path = Resources/cue.icns;
863                         refType = 2;
864                 };
865                 8E445F8E04728A700059A3A7 = {
866                         isa = PBXFileReference;
867                         name = dat.icns;
868                         path = Resources/dat.icns;
869                         refType = 2;
870                 };
871                 8E445F8F04728A700059A3A7 = {
872                         isa = PBXFileReference;
873                         name = dv.icns;
874                         path = Resources/dv.icns;
875                         refType = 2;
876                 };
877                 8E445F9004728A700059A3A7 = {
878                         isa = PBXFileReference;
879                         name = m3u.icns;
880                         path = Resources/m3u.icns;
881                         refType = 2;
882                 };
883                 8E445F9104728A700059A3A7 = {
884                         isa = PBXFileReference;
885                         name = mov.icns;
886                         path = Resources/mov.icns;
887                         refType = 2;
888                 };
889                 8E445F9204728A700059A3A7 = {
890                         isa = PBXFileReference;
891                         name = mp3.icns;
892                         path = Resources/mp3.icns;
893                         refType = 2;
894                 };
895                 8E445F9304728A700059A3A7 = {
896                         isa = PBXFileReference;
897                         name = mp4.icns;
898                         path = Resources/mp4.icns;
899                         refType = 2;
900                 };
901                 8E445F9404728A700059A3A7 = {
902                         isa = PBXFileReference;
903                         name = mpg.icns;
904                         path = Resources/mpg.icns;
905                         refType = 2;
906                 };
907                 8E445F9504728A700059A3A7 = {
908                         isa = PBXFileReference;
909                         name = ogg.icns;
910                         path = Resources/ogg.icns;
911                         refType = 2;
912                 };
913                 8E445F9604728A700059A3A7 = {
914                         isa = PBXFileReference;
915                         name = ogm.icns;
916                         path = Resources/ogm.icns;
917                         refType = 2;
918                 };
919                 8E445F9704728A700059A3A7 = {
920                         isa = PBXFileReference;
921                         name = pls.icns;
922                         path = Resources/pls.icns;
923                         refType = 2;
924                 };
925                 8E445F9804728A700059A3A7 = {
926                         isa = PBXFileReference;
927                         name = srt.icns;
928                         path = Resources/srt.icns;
929                         refType = 2;
930                 };
931                 8E445F9904728A700059A3A7 = {
932                         isa = PBXFileReference;
933                         name = sub.icns;
934                         path = Resources/sub.icns;
935                         refType = 2;
936                 };
937                 8E445F9A04728A700059A3A7 = {
938                         isa = PBXFileReference;
939                         name = vob.icns;
940                         path = Resources/vob.icns;
941                         refType = 2;
942                 };
943                 8E445F9B04728A700059A3A7 = {
944                         isa = PBXFileReference;
945                         name = wma.icns;
946                         path = Resources/wma.icns;
947                         refType = 2;
948                 };
949                 8E445F9C04728A700059A3A7 = {
950                         isa = PBXFileReference;
951                         name = wmv.icns;
952                         path = Resources/wmv.icns;
953                         refType = 2;
954                 };
955                 8E445F9D04728A700059A3A7 = {
956                         fileRef = 8E445F8704728A700059A3A7;
957                         isa = PBXBuildFile;
958                         settings = {
959                         };
960                 };
961                 8E445F9E04728A700059A3A7 = {
962                         fileRef = 8E445F8804728A700059A3A7;
963                         isa = PBXBuildFile;
964                         settings = {
965                         };
966                 };
967                 8E445F9F04728A700059A3A7 = {
968                         fileRef = 8E445F8904728A700059A3A7;
969                         isa = PBXBuildFile;
970                         settings = {
971                         };
972                 };
973                 8E445FA004728A700059A3A7 = {
974                         fileRef = 8E445F8A04728A700059A3A7;
975                         isa = PBXBuildFile;
976                         settings = {
977                         };
978                 };
979                 8E445FA104728A700059A3A7 = {
980                         fileRef = 8E445F8B04728A700059A3A7;
981                         isa = PBXBuildFile;
982                         settings = {
983                         };
984                 };
985                 8E445FA204728A700059A3A7 = {
986                         fileRef = 8E445F8C04728A700059A3A7;
987                         isa = PBXBuildFile;
988                         settings = {
989                         };
990                 };
991                 8E445FA304728A700059A3A7 = {
992                         fileRef = 8E445F8D04728A700059A3A7;
993                         isa = PBXBuildFile;
994                         settings = {
995                         };
996                 };
997                 8E445FA404728A700059A3A7 = {
998                         fileRef = 8E445F8E04728A700059A3A7;
999                         isa = PBXBuildFile;
1000                         settings = {
1001                         };
1002                 };
1003                 8E445FA504728A700059A3A7 = {
1004                         fileRef = 8E445F8F04728A700059A3A7;
1005                         isa = PBXBuildFile;
1006                         settings = {
1007                         };
1008                 };
1009                 8E445FA604728A700059A3A7 = {
1010                         fileRef = 8E445F9004728A700059A3A7;
1011                         isa = PBXBuildFile;
1012                         settings = {
1013                         };
1014                 };
1015                 8E445FA704728A700059A3A7 = {
1016                         fileRef = 8E445F9104728A700059A3A7;
1017                         isa = PBXBuildFile;
1018                         settings = {
1019                         };
1020                 };
1021                 8E445FA804728A700059A3A7 = {
1022                         fileRef = 8E445F9204728A700059A3A7;
1023                         isa = PBXBuildFile;
1024                         settings = {
1025                         };
1026                 };
1027                 8E445FA904728A700059A3A7 = {
1028                         fileRef = 8E445F9304728A700059A3A7;
1029                         isa = PBXBuildFile;
1030                         settings = {
1031                         };
1032                 };
1033                 8E445FAA04728A700059A3A7 = {
1034                         fileRef = 8E445F9404728A700059A3A7;
1035                         isa = PBXBuildFile;
1036                         settings = {
1037                         };
1038                 };
1039                 8E445FAB04728A700059A3A7 = {
1040                         fileRef = 8E445F9504728A700059A3A7;
1041                         isa = PBXBuildFile;
1042                         settings = {
1043                         };
1044                 };
1045                 8E445FAC04728A700059A3A7 = {
1046                         fileRef = 8E445F9604728A700059A3A7;
1047                         isa = PBXBuildFile;
1048                         settings = {
1049                         };
1050                 };
1051                 8E445FAD04728A700059A3A7 = {
1052                         fileRef = 8E445F9704728A700059A3A7;
1053                         isa = PBXBuildFile;
1054                         settings = {
1055                         };
1056                 };
1057                 8E445FAE04728A700059A3A7 = {
1058                         fileRef = 8E445F9804728A700059A3A7;
1059                         isa = PBXBuildFile;
1060                         settings = {
1061                         };
1062                 };
1063                 8E445FAF04728A700059A3A7 = {
1064                         fileRef = 8E445F9904728A700059A3A7;
1065                         isa = PBXBuildFile;
1066                         settings = {
1067                         };
1068                 };
1069                 8E445FB004728A700059A3A7 = {
1070                         fileRef = 8E445F9A04728A700059A3A7;
1071                         isa = PBXBuildFile;
1072                         settings = {
1073                         };
1074                 };
1075                 8E445FB104728A700059A3A7 = {
1076                         fileRef = 8E445F9B04728A700059A3A7;
1077                         isa = PBXBuildFile;
1078                         settings = {
1079                         };
1080                 };
1081                 8E445FB204728A700059A3A7 = {
1082                         fileRef = 8E445F9C04728A700059A3A7;
1083                         isa = PBXBuildFile;
1084                         settings = {
1085                         };
1086                 };
1087                 8E55FB7F0459B0FD00FB3317 = {
1088                         fileEncoding = 30;
1089                         isa = PBXFileReference;
1090                         name = output.h;
1091                         path = ../../modules/gui/macosx/output.h;
1092                         refType = 2;
1093                 };
1094                 8E55FB800459B0FD00FB3317 = {
1095                         fileEncoding = 30;
1096                         isa = PBXFileReference;
1097                         name = output.m;
1098                         path = ../../modules/gui/macosx/output.m;
1099                         refType = 2;
1100                 };
1101                 8E6BC6F6041643860059A3A7 = {
1102                         fileEncoding = 4;
1103                         isa = PBXFileReference;
1104                         name = applescript.h;
1105                         path = ../../modules/gui/macosx/applescript.h;
1106                         refType = 2;
1107                 };
1108                 8E6BC6F7041643860059A3A7 = {
1109                         fileEncoding = 4;
1110                         isa = PBXFileReference;
1111                         name = applescript.m;
1112                         path = ../../modules/gui/macosx/applescript.m;
1113                         refType = 2;
1114                 };
1115                 8E6BC6FA041684EC0059A3A7 = {
1116                         fileEncoding = 4;
1117                         isa = PBXFileReference;
1118                         name = controls.h;
1119                         path = ../../modules/gui/macosx/controls.h;
1120                         refType = 2;
1121                 };
1122                 8E88833C03DD6E870059A3A7 = {
1123                         isa = PBXFileReference;
1124                         name = slow.png;
1125                         path = Resources/slow.png;
1126                         refType = 4;
1127                 };
1128                 8E88833D03DD6E870059A3A7 = {
1129                         fileRef = 8E88833C03DD6E870059A3A7;
1130                         isa = PBXBuildFile;
1131                         settings = {
1132                         };
1133                 };
1134                 8E9CC7B1046EFD700059A3A7 = {
1135                         fileEncoding = 12;
1136                         isa = PBXFileReference;
1137                         name = THANKS;
1138                         path = ../../THANKS;
1139                         refType = 2;
1140                 };
1141                 8E9CC7B2046EFD700059A3A7 = {
1142                         fileRef = 8E9CC7B1046EFD700059A3A7;
1143                         isa = PBXBuildFile;
1144                         settings = {
1145                         };
1146                 };
1147                 8EBF3FA303F13FFB0059A3A7 = {
1148                         isa = PBXFileReference;
1149                         name = vlc.scriptSuite;
1150                         path = Resources/vlc.scriptSuite;
1151                         refType = 2;
1152                 };
1153                 8EBF3FA403F13FFB0059A3A7 = {
1154                         fileRef = 8EBF3FA303F13FFB0059A3A7;
1155                         isa = PBXBuildFile;
1156                         settings = {
1157                         };
1158                 };
1159                 8EBF3FA503F140960059A3A7 = {
1160                         isa = PBXFileReference;
1161                         name = vlc.scriptTerminology;
1162                         path = Resources/English.lproj/vlc.scriptTerminology;
1163                         refType = 2;
1164                 };
1165                 8EBF3FA703F140A80059A3A7 = {
1166                         children = (
1167                                 8EBF3FA503F140960059A3A7,
1168                         );
1169                         isa = PBXVariantGroup;
1170                         name = vlc.scriptTerminology;
1171                         refType = 4;
1172                 };
1173                 8EBF3FA803F140A80059A3A7 = {
1174                         fileRef = 8EBF3FA703F140A80059A3A7;
1175                         isa = PBXBuildFile;
1176                         settings = {
1177                         };
1178                 };
1179                 8ED6C27A03E2EB1C0059A3A7 = {
1180                         fileEncoding = 30;
1181                         isa = PBXFileReference;
1182                         name = coreaudio.c;
1183                         path = ../../modules/audio_output/coreaudio.c;
1184                         refType = 2;
1185                 };
1186                 8ED6C27B03E2EB1C0059A3A7 = {
1187                         fileEncoding = 30;
1188                         isa = PBXFileReference;
1189                         name = controls.m;
1190                         path = ../../modules/gui/macosx/controls.m;
1191                         refType = 2;
1192                 };
1193                 8ED6C27C03E2EB1C0059A3A7 = {
1194                         fileEncoding = 30;
1195                         isa = PBXFileReference;
1196                         name = intf.h;
1197                         path = ../../modules/gui/macosx/intf.h;
1198                         refType = 2;
1199                 };
1200                 8ED6C27D03E2EB1C0059A3A7 = {
1201                         fileEncoding = 30;
1202                         isa = PBXFileReference;
1203                         name = intf.m;
1204                         path = ../../modules/gui/macosx/intf.m;
1205                         refType = 2;
1206                 };
1207                 8ED6C27E03E2EB1C0059A3A7 = {
1208                         fileEncoding = 30;
1209                         isa = PBXFileReference;
1210                         name = macosx.m;
1211                         path = ../../modules/gui/macosx/macosx.m;
1212                         refType = 2;
1213                 };
1214                 8ED6C27F03E2EB1C0059A3A7 = {
1215                         fileEncoding = 30;
1216                         isa = PBXFileReference;
1217                         name = misc.h;
1218                         path = ../../modules/gui/macosx/misc.h;
1219                         refType = 2;
1220                 };
1221                 8ED6C28003E2EB1C0059A3A7 = {
1222                         fileEncoding = 30;
1223                         isa = PBXFileReference;
1224                         name = misc.m;
1225                         path = ../../modules/gui/macosx/misc.m;
1226                         refType = 2;
1227                 };
1228                 8ED6C28103E2EB1C0059A3A7 = {
1229                         fileEncoding = 30;
1230                         isa = PBXFileReference;
1231                         name = open.h;
1232                         path = ../../modules/gui/macosx/open.h;
1233                         refType = 2;
1234                 };
1235                 8ED6C28203E2EB1C0059A3A7 = {
1236                         fileEncoding = 30;
1237                         isa = PBXFileReference;
1238                         name = open.m;
1239                         path = ../../modules/gui/macosx/open.m;
1240                         refType = 2;
1241                 };
1242                 8ED6C28303E2EB1C0059A3A7 = {
1243                         fileEncoding = 30;
1244                         isa = PBXFileReference;
1245                         name = playlist.h;
1246                         path = ../../modules/gui/macosx/playlist.h;
1247                         refType = 2;
1248                 };
1249                 8ED6C28403E2EB1C0059A3A7 = {
1250                         fileEncoding = 30;
1251                         isa = PBXFileReference;
1252                         name = playlist.m;
1253                         path = ../../modules/gui/macosx/playlist.m;
1254                         refType = 2;
1255                 };
1256                 8ED6C28503E2EB1C0059A3A7 = {
1257                         fileEncoding = 30;
1258                         isa = PBXFileReference;
1259                         name = prefs.h;
1260                         path = ../../modules/gui/macosx/prefs.h;
1261                         refType = 2;
1262                 };
1263                 8ED6C28603E2EB1C0059A3A7 = {
1264                         fileEncoding = 30;
1265                         isa = PBXFileReference;
1266                         name = prefs.m;
1267                         path = ../../modules/gui/macosx/prefs.m;
1268                         refType = 2;
1269                 };
1270                 8ED6C28703E2EB1C0059A3A7 = {
1271                         fileEncoding = 30;
1272                         isa = PBXFileReference;
1273                         name = vout.h;
1274                         path = ../../modules/gui/macosx/vout.h;
1275                         refType = 2;
1276                 };
1277                 8ED6C28803E2EB1C0059A3A7 = {
1278                         fileEncoding = 30;
1279                         isa = PBXFileReference;
1280                         name = vout.m;
1281                         path = ../../modules/gui/macosx/vout.m;
1282                         refType = 2;
1283                 };
1284                 8ED6C29D03E2F32E0059A3A7 = {
1285                         fileEncoding = 12;
1286                         isa = PBXFileReference;
1287                         name = AUTHORS;
1288                         path = ../../AUTHORS;
1289                         refType = 2;
1290                 };
1291                 8ED6C29E03E2F32E0059A3A7 = {
1292                         fileEncoding = 12;
1293                         isa = PBXFileReference;
1294                         name = COPYING;
1295                         path = ../../COPYING;
1296                         refType = 2;
1297                 };
1298                 8ED6C29F03E2F32E0059A3A7 = {
1299                         fileRef = 8ED6C29D03E2F32E0059A3A7;
1300                         isa = PBXBuildFile;
1301                         settings = {
1302                         };
1303                 };
1304                 8ED6C2A003E2F32E0059A3A7 = {
1305                         fileRef = 8ED6C29E03E2F32E0059A3A7;
1306                         isa = PBXBuildFile;
1307                         settings = {
1308                         };
1309                 };
1310                 8EDAC3430440F72D0059A3A7 = {
1311                         isa = PBXFileReference;
1312                         name = README.MacOSX.rtf;
1313                         path = ../../README.MacOSX.rtf;
1314                         refType = 2;
1315                 };
1316                 8EDAC3440440F72D0059A3A7 = {
1317                         fileRef = 8EDAC3430440F72D0059A3A7;
1318                         isa = PBXBuildFile;
1319                         settings = {
1320                         };
1321                 };
1322                 8EE1AF9F044465080059A3A7 = {
1323                         fileEncoding = 30;
1324                         isa = PBXFileReference;
1325                         name = about.h;
1326                         path = ../../modules/gui/macosx/about.h;
1327                         refType = 2;
1328                 };
1329                 8EE1AFA0044465080059A3A7 = {
1330                         fileEncoding = 30;
1331                         isa = PBXFileReference;
1332                         name = about.m;
1333                         path = ../../modules/gui/macosx/about.m;
1334                         refType = 2;
1335                 };
1336                 8EE1AFA30444660F0059A3A7 = {
1337                         isa = PBXFileReference;
1338                         name = about_bg.png;
1339                         path = Resources/about_bg.png;
1340                         refType = 2;
1341                 };
1342                 8EE1AFA40444660F0059A3A7 = {
1343                         fileRef = 8EE1AFA30444660F0059A3A7;
1344                         isa = PBXBuildFile;
1345                         settings = {
1346                         };
1347                 };
1348                 8EF1600B03FC62560059A3A7 = {
1349                         fileEncoding = 4;
1350                         isa = PBXFileReference;
1351                         name = info.h;
1352                         path = ../../modules/gui/macosx/info.h;
1353                         refType = 2;
1354                 };
1355                 8EF1600C03FC62560059A3A7 = {
1356                         fileEncoding = 4;
1357                         isa = PBXFileReference;
1358                         name = info.m;
1359                         path = ../../modules/gui/macosx/info.m;
1360                         refType = 2;
1361                 };
1362 //8E0
1363 //8E1
1364 //8E2
1365 //8E3
1366 //8E4
1367 //A00
1368 //A01
1369 //A02
1370 //A03
1371 //A04
1372                 A064F9E003CB9EE000B21232 = {
1373                         isa = PBXFileReference;
1374                         name = prefs.png;
1375                         path = Resources/prefs.png;
1376                         refType = 4;
1377                 };
1378                 A064F9E103CB9EE000B21232 = {
1379                         isa = PBXFileReference;
1380                         name = end.png;
1381                         path = Resources/end.png;
1382                         refType = 4;
1383                 };
1384                 A064F9E203CB9EE000B21232 = {
1385                         isa = PBXFileReference;
1386                         name = pause.png;
1387                         path = Resources/pause.png;
1388                         refType = 4;
1389                 };
1390                 A064F9E303CB9EE000B21232 = {
1391                         isa = PBXFileReference;
1392                         name = list.png;
1393                         path = Resources/list.png;
1394                         refType = 4;
1395                 };
1396                 A064F9E403CB9EE000B21232 = {
1397                         isa = PBXFileReference;
1398                         name = forw.png;
1399                         path = Resources/forw.png;
1400                         refType = 4;
1401                 };
1402                 A064F9E503CB9EE000B21232 = {
1403                         isa = PBXFileReference;
1404                         name = vlc_hg.png;
1405                         path = Resources/vlc_hg.png;
1406                         refType = 4;
1407                 };
1408                 A064F9E603CB9EE000B21232 = {
1409                         isa = PBXFileReference;
1410                         name = stop.png;
1411                         path = Resources/stop.png;
1412                         refType = 4;
1413                 };
1414                 A064F9E703CB9EE000B21232 = {
1415                         isa = PBXFileReference;
1416                         name = begin.png;
1417                         path = Resources/begin.png;
1418                         refType = 4;
1419                 };
1420                 A064F9E803CB9EE000B21232 = {
1421                         isa = PBXFileReference;
1422                         name = back.png;
1423                         path = Resources/back.png;
1424                         refType = 4;
1425                 };
1426                 A064F9E903CB9EE000B21232 = {
1427                         isa = PBXFileReference;
1428                         name = play.png;
1429                         path = Resources/play.png;
1430                         refType = 4;
1431                 };
1432                 A064F9EA03CB9EE000B21232 = {
1433                         fileRef = A064F9E003CB9EE000B21232;
1434                         isa = PBXBuildFile;
1435                         settings = {
1436                         };
1437                 };
1438                 A064F9EB03CB9EE000B21232 = {
1439                         fileRef = A064F9E103CB9EE000B21232;
1440                         isa = PBXBuildFile;
1441                         settings = {
1442                         };
1443                 };
1444                 A064F9EC03CB9EE000B21232 = {
1445                         fileRef = A064F9E203CB9EE000B21232;
1446                         isa = PBXBuildFile;
1447                         settings = {
1448                         };
1449                 };
1450                 A064F9ED03CB9EE000B21232 = {
1451                         fileRef = A064F9E303CB9EE000B21232;
1452                         isa = PBXBuildFile;
1453                         settings = {
1454                         };
1455                 };
1456                 A064F9EE03CB9EE000B21232 = {
1457                         fileRef = A064F9E403CB9EE000B21232;
1458                         isa = PBXBuildFile;
1459                         settings = {
1460                         };
1461                 };
1462                 A064F9EF03CB9EE000B21232 = {
1463                         fileRef = A064F9E503CB9EE000B21232;
1464                         isa = PBXBuildFile;
1465                         settings = {
1466                         };
1467                 };
1468                 A064F9F003CB9EE000B21232 = {
1469                         fileRef = A064F9E603CB9EE000B21232;
1470                         isa = PBXBuildFile;
1471                         settings = {
1472                         };
1473                 };
1474                 A064F9F103CB9EE000B21232 = {
1475                         fileRef = A064F9E703CB9EE000B21232;
1476                         isa = PBXBuildFile;
1477                         settings = {
1478                         };
1479                 };
1480                 A064F9F203CB9EE000B21232 = {
1481                         fileRef = A064F9E803CB9EE000B21232;
1482                         isa = PBXBuildFile;
1483                         settings = {
1484                         };
1485                 };
1486                 A064F9F303CB9EE000B21232 = {
1487                         fileRef = A064F9E903CB9EE000B21232;
1488                         isa = PBXBuildFile;
1489                         settings = {
1490                         };
1491                 };
1492                 A0E6B59804407FBD0080DD97 = {
1493                         fileEncoding = 12;
1494                         isa = PBXFileReference;
1495                         name = README;
1496                         path = Resources/README;
1497                         refType = 4;
1498                 };
1499                 A0E6B59904407FBD0080DD97 = {
1500                         fileRef = A0E6B59804407FBD0080DD97;
1501                         isa = PBXBuildFile;
1502                         settings = {
1503                         };
1504                 };
1505 //A00
1506 //A01
1507 //A02
1508 //A03
1509 //A04
1510 //F60
1511 //F61
1512 //F62
1513 //F63
1514 //F64
1515                 F69B0CA602E24F6401A80112 = {
1516                         children = (
1517                                 F69B0CA702E24F6401A80112,
1518                         );
1519                         isa = PBXVariantGroup;
1520                         name = InfoPlist.strings;
1521                         path = "";
1522                         refType = 4;
1523                 };
1524                 F69B0CA702E24F6401A80112 = {
1525                         fileEncoding = 5;
1526                         isa = PBXFileReference;
1527                         name = English;
1528                         path = Resources/English.lproj/InfoPlist.strings;
1529                         refType = 4;
1530                 };
1531                 F69B0CA802E24F6401A80112 = {
1532                         fileRef = F69B0CA602E24F6401A80112;
1533                         isa = PBXBuildFile;
1534                         settings = {
1535                         };
1536                 };
1537                 F6E4F90A02D2648B01A80112 = {
1538                         isa = PBXFileReference;
1539                         name = divx.icns;
1540                         path = Resources/divx.icns;
1541                         refType = 4;
1542                 };
1543                 F6E4F90B02D2648B01A80112 = {
1544                         isa = PBXFileReference;
1545                         name = generic.icns;
1546                         path = Resources/generic.icns;
1547                         refType = 4;
1548                 };
1549                 F6E4F90C02D2648B01A80112 = {
1550                         isa = PBXFileReference;
1551                         name = mpeg.icns;
1552                         path = Resources/mpeg.icns;
1553                         refType = 4;
1554                 };
1555                 F6E4F90D02D2648B01A80112 = {
1556                         isa = PBXFileReference;
1557                         name = mpeg1.icns;
1558                         path = Resources/mpeg1.icns;
1559                         refType = 4;
1560                 };
1561                 F6E4F90E02D2648B01A80112 = {
1562                         isa = PBXFileReference;
1563                         name = mpeg2.icns;
1564                         path = Resources/mpeg2.icns;
1565                         refType = 4;
1566                 };
1567                 F6E4F90F02D2648B01A80112 = {
1568                         isa = PBXFileReference;
1569                         name = mpeg4.icns;
1570                         path = Resources/mpeg4.icns;
1571                         refType = 4;
1572                 };
1573                 F6E4F91002D2648B01A80112 = {
1574                         fileRef = F6E4F90A02D2648B01A80112;
1575                         isa = PBXBuildFile;
1576                         settings = {
1577                         };
1578                 };
1579                 F6E4F91102D2648B01A80112 = {
1580                         fileRef = F6E4F90B02D2648B01A80112;
1581                         isa = PBXBuildFile;
1582                         settings = {
1583                         };
1584                 };
1585                 F6E4F91202D2648B01A80112 = {
1586                         fileRef = F6E4F90C02D2648B01A80112;
1587                         isa = PBXBuildFile;
1588                         settings = {
1589                         };
1590                 };
1591                 F6E4F91302D2648B01A80112 = {
1592                         fileRef = F6E4F90D02D2648B01A80112;
1593                         isa = PBXBuildFile;
1594                         settings = {
1595                         };
1596                 };
1597                 F6E4F91402D2648B01A80112 = {
1598                         fileRef = F6E4F90E02D2648B01A80112;
1599                         isa = PBXBuildFile;
1600                         settings = {
1601                         };
1602                 };
1603                 F6E4F91502D2648B01A80112 = {
1604                         fileRef = F6E4F90F02D2648B01A80112;
1605                         isa = PBXBuildFile;
1606                         settings = {
1607                         };
1608                 };
1609 //F60
1610 //F61
1611 //F62
1612 //F63
1613 //F64
1614 //F70
1615 //F71
1616 //F72
1617 //F73
1618 //F74
1619                 F74F13DF02C2A53401EE194C = {
1620                         isa = PBXFileReference;
1621                         name = vlc.icns;
1622                         path = Resources/vlc.icns;
1623                         refType = 4;
1624                 };
1625                 F74F13E002C2A53401EE194C = {
1626                         fileRef = F74F13DF02C2A53401EE194C;
1627                         isa = PBXBuildFile;
1628                         settings = {
1629                         };
1630                 };
1631                 F74F13EA02C2A79C01EE194C = {
1632                         children = (
1633                                 F74F13EB02C2A79C01EE194C,
1634                         );
1635                         isa = PBXVariantGroup;
1636                         name = MainMenu.nib;
1637                         path = "";
1638                         refType = 4;
1639                 };
1640                 F74F13EB02C2A79C01EE194C = {
1641                         isa = PBXFileReference;
1642                         name = English;
1643                         path = Resources/English.lproj/MainMenu.nib;
1644                         refType = 4;
1645                 };
1646                 F74F13EC02C2A79C01EE194C = {
1647                         fileRef = F74F13EA02C2A79C01EE194C;
1648                         isa = PBXBuildFile;
1649                         settings = {
1650                         };
1651                 };
1652         };
1653         rootObject = 089C1669FE841209C02AAC07;
1654 }