Changeset 57e1951e64dabdc57d67a3e3781e27cbc0523d4a
- Timestamp:
- 15/07/02 03:54:04 (6 years ago)
- git-parent:
- Files:
-
- ChangeLog (modified) (1 diff)
- configure (modified) (2 diffs)
- configure.in (modified) (1 diff)
- extras/MacOSX/Resources/English.lproj/InfoPlist.strings (modified) (1 diff)
- extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib (modified) (2 diffs)
- extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib (modified) (1 diff)
- extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib (modified) (previous)
- extras/MacOSX/vlc.pbproj/project.pbxproj (modified) (9 diffs)
- plugins/macosx/Makefile (modified) (1 diff)
- plugins/macosx/intf_controller.h (deleted)
- plugins/macosx/intf_controller.m (deleted)
- plugins/macosx/intf_controls.m (added)
- plugins/macosx/intf_macosx.h (added)
- plugins/macosx/intf_macosx.m (modified) (5 diffs)
- plugins/macosx/intf_open.h (modified) (4 diffs)
- plugins/macosx/intf_open.m (modified) (10 diffs)
- plugins/macosx/intf_playlist.h (added)
- plugins/macosx/intf_playlist.m (added)
- plugins/macosx/intf_vlc_wrapper.h (deleted)
- plugins/macosx/intf_vlc_wrapper.m (deleted)
- plugins/macosx/macosx.h (deleted)
- plugins/macosx/vout_macosx.h (added)
- plugins/macosx/vout_macosx.m (modified) (22 diffs)
- plugins/macosx/vout_qdview.h (deleted)
- plugins/macosx/vout_qdview.m (deleted)
- plugins/macosx/vout_vlc_wrapper.h (deleted)
- plugins/macosx/vout_vlc_wrapper.m (deleted)
- plugins/macosx/vout_window.h (deleted)
- plugins/macosx/vout_window.m (deleted)
- po/Makefile.in.in (modified) (1 diff)
- po/POTFILES.in (modified) (1 diff)
- po/de.po (modified) (26 diffs)
- po/en_GB.po (modified) (24 diffs)
- po/fr.po (modified) (26 diffs)
- po/ja.po (modified) (27 diffs)
- po/nl.po (modified) (26 diffs)
- po/no.po (modified) (26 diffs)
- po/pl.po (modified) (25 diffs)
- po/ru.po (modified) (26 diffs)
- po/vlc.pot (modified) (25 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ChangeLog
ree89627 r57e1951 6 6 Not released yet 7 7 8 * MacOS X: added messages and playlist panel, dock menu, context menu 9 in video view and localization support. 8 10 * ./README: removed much outdated data. 9 11 * ./debian/*: great package renaming - names should make more sense now. configure
rdd4f253 r57e1951 8164 8164 then 8165 8165 BUILTINS="${BUILTINS} macosx" 8166 macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework IOKit -framework Cocoa -framework AGL -framework QuickTime -lobjc -ObjC"8166 macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework IOKit -framework Cocoa -framework Carbon -framework AGL -framework QuickTime -lobjc -ObjC" 8167 8167 fi 8168 8168 else … … 8202 8202 EOF 8203 8203 BUILTINS="${BUILTINS} macosx" 8204 macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework IOKit -framework Cocoa -framework AGL -framework QuickTime -lobjc -ObjC"8204 macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework IOKit -framework Cocoa -framework Carbon -framework AGL -framework QuickTime -lobjc -ObjC" 8205 8205 8206 8206 else configure.in
rdd4f253 r57e1951 1458 1458 then 1459 1459 BUILTINS="${BUILTINS} macosx" 1460 macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework IOKit -framework Cocoa -framework AGL -framework QuickTime -lobjc -ObjC"1460 macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework IOKit -framework Cocoa -framework Carbon -framework AGL -framework QuickTime -lobjc -ObjC" 1461 1461 fi], 1462 1462 [AC_CHECK_HEADERS(Cocoa/Cocoa.h, 1463 1463 BUILTINS="${BUILTINS} macosx" 1464 macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework IOKit -framework Cocoa -framework AGL -framework QuickTime -lobjc -ObjC"1464 macosx_LDFLAGS="${macosx_LDFLAGS} -framework CoreAudio -framework AudioToolbox -framework IOKit -framework Cocoa -framework Carbon -framework AGL -framework QuickTime -lobjc -ObjC" 1465 1465 )]) 1466 1466 extras/MacOSX/Resources/English.lproj/InfoPlist.strings
r85762c9 r57e1951 2 2 3 3 CFBundleName = "vlc"; 4 CFBundleShortVersionString = "vlc version 0.2.83";5 CFBundleGetInfoString = "vlc - VideoLanClient";6 NSHumanReadableCopyright = "Copyright 2001.";4 CFBundleShortVersionString = "vlc cvs version"; 5 CFBundleGetInfoString = "vlc cvs version, Copyright (c) 2002 VideoLAN."; 6 NSHumanReadableCopyright = "Copyright (c) 2002 VideoLAN."; extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
r62e73f5 r57e1951 4 4 { 5 5 ACTIONS = { 6 deinterlace = id;7 eject = id;8 6 faster = id; 9 7 fullscreen = id; 10 8 loop = id; 11 maxvolume = id;12 9 mute = id; 13 10 next = id; 14 nextChannel = id;15 11 pause = id; 16 12 play = id; 17 13 prev = id; 18 prevChannel = id;19 quit = id;20 14 slower = id; 21 15 stop = id; 22 timesliderUpdate = id; 16 toggleChapter = id; 17 toggleLanguage = id; 18 toggleProgram = id; 19 toggleSubtitle = id; 20 toggleTitle = id; 21 volumeDown = id; 22 volumeUp = id; 23 23 }; 24 CLASS = Intf_Controller; 24 CLASS = VLCControls; 25 LANGUAGE = ObjC; 26 OUTLETS = {o_open = id; }; 27 SUPERCLASS = NSObject; 28 }, 29 { 30 ACTIONS = {clearRecentItems = id; }; 31 CLASS = VLCMain; 25 32 LANGUAGE = ObjC; 26 33 OUTLETS = { 27 o_pause = NSButton; 28 o_play = NSButton; 29 o_playlistds = Intf_PlaylistDS; 30 o_stepf = NSButton; 31 o_stepr = NSButton; 32 o_stop = NSButton; 33 o_time = NSTextField; 34 o_timeslider = NSSlider; 35 o_window = NSWindow; 34 o_controls = id; 35 o_dmi_pause = id; 36 o_dmi_play = id; 37 o_dmi_stop = id; 38 o_messages = id; 39 o_mi_about = id; 40 o_mi_bring_atf = id; 41 o_mi_chapter = id; 42 o_mi_clear = id; 43 o_mi_copy = id; 44 o_mi_cut = id; 45 o_mi_faster = id; 46 o_mi_fullscreen = id; 47 o_mi_hide = id; 48 o_mi_hide_others = id; 49 o_mi_language = id; 50 o_mi_loop = id; 51 o_mi_messages = id; 52 o_mi_minimize = id; 53 o_mi_mute = id; 54 o_mi_next = id; 55 o_mi_open_disc = id; 56 o_mi_open_file = id; 57 o_mi_open_net = id; 58 o_mi_open_quickly = id; 59 o_mi_open_recent = id; 60 o_mi_open_recent_cm = id; 61 o_mi_paste = id; 62 o_mi_pause = id; 63 o_mi_play = id; 64 o_mi_playlist = id; 65 o_mi_previous = id; 66 o_mi_program = id; 67 o_mi_quit = id; 68 o_mi_select_all = id; 69 o_mi_show_all = id; 70 o_mi_slower = id; 71 o_mi_stop = id; 72 o_mi_subtitle = id; 73 o_mi_title = id; 74 o_mi_vol_down = id; 75 o_mi_vol_up = id; 76 o_msgs_btn_ok = id; 77 o_msgs_panel = id; 78 o_mu_controls = id; 79 o_mu_edit = id; 80 o_mu_file = id; 81 o_mu_view = id; 82 o_mu_window = id; 83 o_playlist = id; 84 o_window = id; 36 85 }; 37 86 SUPERCLASS = NSObject; … … 43 92 openFile = id; 44 93 openNet = id; 45 openNetProtocol = id; 94 openNetModeChanged = id; 95 openQuickly = id; 46 96 panelCancel = id; 47 97 panelOk = id; 48 98 }; 49 CLASS = Intf_Open;99 CLASS = VLCOpen; 50 100 LANGUAGE = ObjC; 51 101 OUTLETS = { 102 o_disc_btn_cancel = id; 103 o_disc_btn_ok = id; 52 104 o_disc_chapter = id; 53 105 o_disc_device = id; 106 o_disc_lbl_sp = id; 107 o_disc_lbl_type = id; 54 108 o_disc_panel = id; 55 109 o_disc_title = id; 56 110 o_disc_type = id; 111 o_net_address = id; 112 o_net_box_addr = id; 113 o_net_box_mode = id; 114 o_net_btn_cancel = id; 115 o_net_btn_ok = id; 116 o_net_mode = id; 57 117 o_net_panel = id; 58 o_net_protocol = id; 59 o_net_server_addr = id; 60 o_net_server_addr_label = id; 61 o_net_server_port = id; 62 o_net_server_port_label = id; 63 o_net_server_pstepper = id; 118 o_net_port = id; 119 o_net_port_lbl = id; 120 o_net_port_stp = id; 121 o_playlist = id; 122 o_quickly_btn_cancel = id; 123 o_quickly_btn_ok = id; 124 o_quickly_panel = id; 125 o_quickly_source = id; 64 126 }; 65 127 SUPERCLASS = NSObject; 66 128 }, 67 129 { 68 CLASS = Intf_PlaylistDS;130 CLASS = VLCPlaylist; 69 131 LANGUAGE = ObjC; 70 OUTLETS = {o_ table = NSTableView; };132 OUTLETS = {o_btn_close = id; o_panel = id; o_table_view = id; }; 71 133 SUPERCLASS = NSObject; 72 } 134 }, 135 {CLASS = VLCPlaylistView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; } 73 136 ); 74 137 IBVersion = 1; extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
r62e73f5 r57e1951 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 28 196 500 426 0 0 1152 746</string>6 <string>98 729 428 434 0 0 1600 1178 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 <key>235</key>10 <string>401 417 350 182 0 0 1152 746 </string>11 9 <key>29</key> 12 <string>367 465 262 44 0 0 1152 746 </string> 13 <key>445</key> 14 <string>347 561 370 117 0 0 1152 746 </string> 15 <key>460</key> 16 <string>84 279 104 66 0 0 1152 746 </string> 10 <string>642 1081 308 44 0 0 1600 1178 </string> 11 <key>303</key> 12 <string>93 566 72 114 0 0 1600 1178 </string> 17 13 </dict> 18 14 <key>IBFramework Version</key> 19 <string>2 48.0</string>15 <string>263.2</string> 20 16 <key>IBOpenObjects</key> 21 17 <array> 22 <integer>528</integer>23 18 <integer>29</integer> 19 <integer>21</integer> 24 20 </array> 25 21 <key>IBSystem Version</key> 26 <string>5 Q125</string>22 <string>5S66</string> 27 23 </dict> 28 24 </plist> extras/MacOSX/vlc.pbproj/project.pbxproj
rd680938 r57e1951 4 4 classes = { 5 5 }; 6 objectVersion = 3 4;6 objectVersion = 38; 7 7 objects = { 8 F510A6CC01738ED001A80A1F = { 9 isa = PBXFileReference; 10 name = intf_vlc_wrapper.h; 11 path = plugins/macosx/intf_vlc_wrapper.h; 12 refType = 4; 13 }; 14 F510A6CD01738ED001A80A1F = { 15 isa = PBXFileReference; 16 name = intf_vlc_wrapper.m; 17 path = plugins/macosx/intf_vlc_wrapper.m; 18 refType = 4; 19 }; 20 F511306E0170620B01A80A1F = { 21 buildStyles = ( 22 F51130710170620B01A80A1F, 23 ); 24 isa = PBXProject; 25 mainGroup = F511306F0170620B01A80A1F; 26 productRefGroup = F511306F0170620B01A80A1F; 27 projectDirPath = ""; 28 targets = ( 29 F52EEB23017E3F0701A80A1F, 30 ); 31 }; 32 F511306F0170620B01A80A1F = { 33 children = ( 34 F5121224017062C501A80A1F, 35 F5121225017062C501A80A1F, 36 F52EEB22017E3F0701A80A1F, 37 ); 38 isa = PBXGroup; 39 refType = 4; 40 }; 41 F51130710170620B01A80A1F = { 42 buildRules = ( 43 ); 44 buildSettings = { 45 COPY_PHASE_STRIP = YES; 46 }; 47 isa = PBXBuildStyle; 48 name = Deployment; 49 }; 50 F51212220170627901A80A1F = { 51 children = ( 52 F51212230170627901A80A1F, 53 ); 54 isa = PBXVariantGroup; 55 name = MainMenu.nib; 56 path = ""; 57 refType = 4; 58 }; 59 F51212230170627901A80A1F = { 60 isa = PBXFileReference; 61 name = English; 62 path = English.lproj/MainMenu.nib; 63 refType = 4; 64 }; 65 F5121224017062C501A80A1F = { 66 children = ( 67 F512122B0170635601A80A1F, 68 F512122C0170635601A80A1F, 69 F512122D0170635601A80A1F, 70 F51212300170635601A80A1F, 71 F51212310170635601A80A1F, 72 F51212320170635601A80A1F, 73 F510A6CC01738ED001A80A1F, 74 F510A6CD01738ED001A80A1F, 75 F6799746020DCC2A01A80112, 76 F6799747020DCC2A01A80112, 77 F6799748020DCC2A01A80112, 78 F6799749020DCC2A01A80112, 79 F679974A020DCC2A01A80112, 80 F6EA76F5024171E201A80112, 81 F6EA76F6024171E201A80112, 82 F66B34EC0271A5AF01A80112, 83 F66B34ED0271A5AF01A80112, 84 ); 85 isa = PBXGroup; 86 name = Files; 87 path = ../..; 88 refType = 2; 89 }; 90 F5121225017062C501A80A1F = { 91 children = ( 92 F51212220170627901A80A1F, 93 F51352740170655D01A80A1F, 94 F513527F0170659801A80A1F, 95 F51352800170659801A80A1F, 96 F51352810170659801A80A1F, 97 F51352820170659801A80A1F, 98 F52EEB2F017E3F8C01A80A1F, 99 F5C6804202B407B701B7B2C9, 100 F5C6804302B407B701B7B2C9, 101 F5C6804402B407B701B7B2C9, 102 F5C6804502B407B701B7B2C9, 103 F5C6804602B407B701B7B2C9, 104 F5C6804702B407B701B7B2C9, 105 ); 106 isa = PBXGroup; 107 path = Resources; 108 refType = 2; 109 }; 110 F512122B0170635601A80A1F = { 111 isa = PBXFileReference; 112 name = aout_macosx.m; 113 path = plugins/macosx/aout_macosx.m; 114 refType = 4; 115 }; 116 F512122C0170635601A80A1F = { 117 isa = PBXFileReference; 118 name = intf_controller.m; 119 path = plugins/macosx/intf_controller.m; 120 refType = 4; 121 }; 122 F512122D0170635601A80A1F = { 123 isa = PBXFileReference; 124 name = intf_controller.h; 125 path = plugins/macosx/intf_controller.h; 126 refType = 4; 127 }; 128 F51212300170635601A80A1F = { 129 isa = PBXFileReference; 130 name = macosx.m; 131 path = plugins/macosx/macosx.m; 132 refType = 4; 133 }; 134 F51212310170635601A80A1F = { 135 isa = PBXFileReference; 136 name = macosx.h; 137 path = plugins/macosx/macosx.h; 138 refType = 4; 139 }; 140 F51212320170635601A80A1F = { 141 isa = PBXFileReference; 142 name = vout_macosx.m; 143 path = plugins/macosx/vout_macosx.m; 144 refType = 4; 145 }; 146 F51352740170655D01A80A1F = { 147 isa = PBXFileReference; 148 path = pause.png; 149 refType = 4; 150 }; 151 F513527F0170659801A80A1F = { 152 isa = PBXFileReference; 153 path = play.png; 154 refType = 4; 155 }; 156 F51352800170659801A80A1F = { 157 isa = PBXFileReference; 158 path = stepf.png; 159 refType = 4; 160 }; 161 F51352810170659801A80A1F = { 162 isa = PBXFileReference; 163 path = stepr.png; 164 refType = 4; 165 }; 166 F51352820170659801A80A1F = { 167 isa = PBXFileReference; 168 path = stop.png; 169 refType = 4; 170 }; 171 F52EEB22017E3F0701A80A1F = { 8 014CEA410018CDE011CA2923 = { 172 9 isa = PBXBundleReference; 173 10 path = vlc.bundle; 174 11 refType = 3; 175 12 }; 176 F52EEB23017E3F0701A80A1F = { 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 isa = PBXProject; 48 mainGroup = 089C166AFE841209C02AAC07; 49 projectDirPath = ""; 50 targets = ( 51 089C1673FE841209C02AAC07, 52 ); 53 }; 54 089C166AFE841209C02AAC07 = { 55 children = ( 56 08FB77AFFE84173DC02AAC07, 57 089C167CFE841241C02AAC07, 58 089C1671FE841209C02AAC07, 59 19C28FB8FE9D52D311CA2CBB, 60 ); 61 isa = PBXGroup; 62 name = vlc; 63 refType = 4; 64 }; 65 089C1671FE841209C02AAC07 = { 66 children = ( 67 1058C7ACFEA557BF11CA2CBB, 68 1058C7AEFEA557BF11CA2CBB, 69 ); 70 isa = PBXGroup; 71 name = "Frameworks and Libraries"; 72 refType = 4; 73 }; 74 089C1672FE841209C02AAC07 = { 75 isa = PBXFrameworkReference; 76 name = Foundation.framework; 77 path = /System/Library/Frameworks/Foundation.framework; 78 refType = 0; 79 }; 80 089C1673FE841209C02AAC07 = { 177 81 buildPhases = ( 178 F52EEB24017E3F0701A80A1F,179 F52EEB25017E3F0701A80A1F,180 F52EEB2C017E3F0701A80A1F,181 F52EEB2D017E3F0701A80A1F,182 F52EEB2E017E3F0701A80A1F,82 089C1674FE841209C02AAC07, 83 089C1675FE841209C02AAC07, 84 089C1676FE841209C02AAC07, 85 089C1677FE841209C02AAC07, 86 089C1679FE841209C02AAC07, 183 87 ); 184 88 buildSettings = { 185 DEBUGGING_SYMBOLS = NO; 186 OPTIMIZATION_CFLAGS = "-O3"; 89 FRAMEWORK_SEARCH_PATHS = ""; 90 HEADER_SEARCH_PATHS = ""; 91 INSTALL_PATH = "$(HOME)/Library/Bundles"; 92 LIBRARY_SEARCH_PATHS = ""; 187 93 OTHER_CFLAGS = ""; 188 OTHER_LDFLAGS = " -bundle -undefined suppress";94 OTHER_LDFLAGS = ""; 189 95 OTHER_REZFLAGS = ""; 190 96 PRODUCT_NAME = vlc; … … 197 103 isa = PBXBundleTarget; 198 104 name = vlc; 199 productInstallPath = "$( USER_LIBRARY_DIR)/Bundles";200 productName = vlc .app;201 productReference = F52EEB22017E3F0701A80A1F;105 productInstallPath = "$(HOME)/Library/Bundles"; 106 productName = vlc; 107 productReference = 014CEA410018CDE011CA2923; 202 108 productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> 203 109 <!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\"> … … 214 120 </array> 215 121 <key>CFBundleTypeIconFile</key> 216 <string> vlc.icns</string>122 <string>generic.icns</string> 217 123 <key>CFBundleTypeName</key> 218 124 <string>VOB File (DVD Video)</string> … … 227 133 </array> 228 134 <key>CFBundleTypeIconFile</key> 229 <string> vlc.icns</string>135 <string>mpeg.icns</string> 230 136 <key>CFBundleTypeName</key> 231 137 <string>MPEG File</string> … … 241 147 <string>divx.icns</string> 242 148 <key>CFBundleTypeName</key> 243 <string>DivX File</string>149 <string>DivX file</string> 244 150 <key>CFBundleTypeRole</key> 245 151 <string>Viewer</string> … … 266 172 <key>CFBundleTypeName</key> 267 173 <string>MPEG-2 Video File</string> 174 <key>CFBundleTypeRole</key> 175 <string>Viewer</string> 176 </dict> 177 <dict> 178 <key>CFBundleTypeExtensions</key> 179 <array> 180 <string>mp4</string> 181 </array> 182 <key>CFBundleTypeIconFile</key> 183 <string>mpeg4.icns</string> 184 <key>CFBundleTypeName</key> 185 <string>MPEG-4 File</string> 268 186 <key>CFBundleTypeRole</key> 269 187 <string>Viewer</string> … … 272 190 <key>CFBundleExecutable</key> 273 191 <string>vlc</string> 274 <key>CFBundleGetInfoString</key>275 <string>VideoLAN Client, © 1996-2002 VideoLAN project</string>276 192 <key>CFBundleIconFile</key> 277 193 <string>vlc.icns</string> … … 280 196 <key>CFBundleInfoDictionaryVersion</key> 281 197 <string>6.0</string> 282 <key>CFBundleName</key>283 <string>vlc</string>284 198 <key>CFBundlePackageType</key> 285 <string>APPL</string> 286 <key>CFBundleShortVersionString</key> 287 <string>0.4.2</string> 199 <string>BNDL</string> 288 200 <key>CFBundleSignature</key> 289 201 <string>VLC#</string> 290 202 <key>CFBundleVersion</key> 291 <string>0. 4.2</string>203 <string>0.5.0</string> 292 204 <key>NSMainNibFile</key> 293 205 <string>MainMenu</string> 294 206 <key>NSPrincipalClass</key> 295 <string> NSApplication</string>207 <string>VLCApplication</string> 296 208 </dict> 297 209 </plist> 298 210 "; 299 shouldUseHeadermap = 0;300 }; 301 F52EEB24017E3F0701A80A1F= {211 shouldUseHeadermap = 1; 212 }; 213 089C1674FE841209C02AAC07 = { 302 214 buildActionMask = 2147483647; 303 215 files = ( 304 216 ); 305 217 isa = PBXHeadersBuildPhase; 306 name = Headers; 307 }; 308 F52EEB25017E3F0701A80A1F = { 218 }; 219 089C1675FE841209C02AAC07 = { 309 220 buildActionMask = 2147483647; 310 221 files = ( 311 F52EEB26017E3F0701A80A1F, 312 F52EEB27017E3F0701A80A1F, 313 F52EEB28017E3F0701A80A1F, 314 F52EEB29017E3F0701A80A1F, 315 F52EEB2A017E3F0701A80A1F, 316 F52EEB2B017E3F0701A80A1F, 317 F52EEB30017E3F8C01A80A1F, 318 F5C6804802B407B701B7B2C9, 319 F5C6804902B407B701B7B2C9, 320 F5C6804A02B407B701B7B2C9, 321 F5C6804B02B407B701B7B2C9, 322 F5C6804C02B407B701B7B2C9, 323 F5C6804D02B407B701B7B2C9, 222 F74F13E002C2A53401EE194C, 223 F74F13EC02C2A79C01EE194C, 224 F6E4F91002D2648B01A80112, 225 F6E4F91102D2648B01A80112, 226 F6E4F91202D2648B01A80112, 227 F6E4F91302D2648B01A80112, 228 F6E4F91402D2648B01A80112, 229 F6E4F91502D2648B01A80112, 230 F69B0CA802E24F6401A80112, 324 231 ); 325 232 isa = PBXResourcesBuildPhase; 326 name = "Bundle Resources"; 327 }; 328 F52EEB26017E3F0701A80A1F = { 329 fileRef = F51212220170627901A80A1F; 330 isa = PBXBuildFile; 331 settings = { 332 }; 333 }; 334 F52EEB27017E3F0701A80A1F = { 335 fileRef = F51352740170655D01A80A1F; 336 isa = PBXBuildFile; 337 settings = { 338 }; 339 }; 340 F52EEB28017E3F0701A80A1F = { 341 fileRef = F513527F0170659801A80A1F; 342 isa = PBXBuildFile; 343 settings = { 344 }; 345 }; 346 F52EEB29017E3F0701A80A1F = { 347 fileRef = F51352800170659801A80A1F; 348 isa = PBXBuildFile; 349 settings = { 350 }; 351 }; 352 F52EEB2A017E3F0701A80A1F = { 353 fileRef = F51352810170659801A80A1F; 354 isa = PBXBuildFile; 355 settings = { 356 }; 357 }; 358 F52EEB2B017E3F0701A80A1F = { 359 fileRef = F51352820170659801A80A1F; 360 isa = PBXBuildFile; 361 settings = { 362 }; 363 }; 364 F52EEB2C017E3F0701A80A1F = { 233 }; 234 089C1676FE841209C02AAC07 = { 365 235 buildActionMask = 2147483647; 366 236 files = ( 367 237 ); 368 238 isa = PBXSourcesBuildPhase; 369 name = Sources; 370 }; 371 F52EEB2D017E3F0701A80A1F = { 239 }; 240 089C1677FE841209C02AAC07 = { 372 241 buildActionMask = 2147483647; 373 242 files = ( 243 1058C7AFFEA557BF11CA2CBB, 374 244 ); 375 245 isa = PBXFrameworksBuildPhase; 376 name = "Frameworks & Libraries"; 377 }; 378 F52EEB2E017E3F0701A80A1F = { 246 }; 247 089C1679FE841209C02AAC07 = { 379 248 buildActionMask = 2147483647; 380 249 files = ( 381 250 ); 382 251 isa = PBXRezBuildPhase; 383 name = "ResourceManager Resources"; 384 }; 385 F52EEB2F017E3F8C01A80A1F = { 386 isa = PBXFileReference; 387 path = vlc.icns; 388 refType = 4; 389 }; 390 F52EEB30017E3F8C01A80A1F = { 391 fileRef = F52EEB2F017E3F8C01A80A1F; 392 isa = PBXBuildFile; 393 settings = { 394 }; 395 }; 396 F5C6804202B407B701B7B2C9 = { 397 isa = PBXFileReference; 398 path = divx.icns; 399 refType = 4; 400 }; 401 F5C6804302B407B701B7B2C9 = { 402 isa = PBXFileReference; 403 path = mpeg2.icns; 404 refType = 4; 405 }; 406 F5C6804402B407B701B7B2C9 = { 407 isa = PBXFileReference; 408 path = mpeg.icns; 409 refType = 4; 410 }; 411 F5C6804502B407B701B7B2C9 = { 412 isa = PBXFileReference; 413 path = generic.icns; 414 refType = 4; 415 }; 416 F5C6804602B407B701B7B2C9 = { 417 isa = PBXFileReference; 418 path = mpeg1.icns; 419 refType = 4; 420 }; 421 F5C6804702B407B701B7B2C9 = { 422 isa = PBXFileReference; 423 path = mpeg4.icns; 424 refType = 4; 425 }; 426 F5C6804802B407B701B7B2C9 = { 427 fileRef = F5C6804202B407B701B7B2C9; 428 isa = PBXBuildFile; 429 settings = { 430 }; 431 }; 432 F5C6804902B407B701B7B2C9 = { 433 fileRef = F5C6804302B407B701B7B2C9; 434 isa = PBXBuildFile; 435 settings = { 436 }; 437 }; 438 F5C6804A02B407B701B7B2C9 = { 439 fileRef = F5C6804402B407B701B7B2C9; 440 isa = PBXBuildFile; 441 settings = { 442 }; 443 }; 444 F5C6804B02B407B701B7B2C9 = { 445 fileRef = F5C6804502B407B701B7B2C9; 446 isa = PBXBuildFile; 447 settings = { 448 }; 449 }; 450 F5C6804C02B407B701B7B2C9 = { 451 fileRef = F5C6804602B407B701B7B2C9; 452 isa = PBXBuildFile; 453 settings = { 454 }; 455 }; 456 F5C6804D02B407B701B7B2C9 = { 457 fileRef = F5C6804702B407B701B7B2C9; 458 isa = PBXBuildFile; 459 settings = { 460 }; 461 }; 462 //F50 463 //F51 464 //F52 465 //F53 466 //F54 252 }; 253 089C167CFE841241C02AAC07 = { 254 children = ( 255 F74F13EA02C2A79C01EE194C, 256 F74F13DF02C2A53401EE194C, 257 F6E4F90A02D2648B01A80112, 258 F6E4F90B02D2648B01A80112, 259 F6E4F90C02D2648B01A80112, 260 F6E4F90D02D2648B01A80112, 261 F6E4F90E02D2648B01A80112, 262 F6E4F90F02D2648B01A80112, 263 F69B0CA602E24F6401A80112, 264 ); 265 isa = PBXGroup; 266 name = Resources; 267 refType = 4; 268 }; 269 089C167FFE841241C02AAC07 = { 270 isa = PBXFrameworkReference; 271 name = AppKit.framework; 272 path = /System/Library/Frameworks/AppKit.framework; 273 refType = 0; 274 }; 275 08FB77AFFE84173DC02AAC07 = { 276 children = ( 277 ); 278 isa = PBXGroup; 279 name = Classes; 280 refType = 4; 281 };
