]> git.sesse.net Git - vlc/commit
extra/MacOSX/Framework: Initial import of the Mac OS X Framework.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 29 Aug 2007 19:42:29 +0000 (19:42 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 29 Aug 2007 19:42:29 +0000 (19:42 +0000)
commitb576354894b6f2f989bd2d2eed8585d75984efe4
treed56f20d6dc8599e2f1d0f02cb1019efdd592a446
parent41f6c27999f70011d1ea8e5e42ace902f8d44390
extra/MacOSX/Framework: Initial import of the Mac OS X Framework.
35 files changed:
extras/MacOSX/Framework/Examples/test/Controller.h [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/Controller.m [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/English.lproj/InfoPlist.strings [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/classes.nib [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/info.nib [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/English.lproj/MainMenu.nib/keyedobjects.nib [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/Info.plist [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/main.m [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/test.xcodeproj/project.pbxproj [new file with mode: 0644]
extras/MacOSX/Framework/Examples/test/test_Prefix.pch [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLC.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLCMedia.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLCMediaDiscoverer.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLCMediaLibrary.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLCPlaylist.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLCPlaylistDataSource.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLCServicesDiscoverer.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLCTime.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLC/VLCVideoView.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLCEventManager.h [new file with mode: 0644]
extras/MacOSX/Framework/Headers/VLCLibrary.h [new file with mode: 0644]
extras/MacOSX/Framework/Makefile [new file with mode: 0644]
extras/MacOSX/Framework/Resources/Info.plist [new file with mode: 0644]
extras/MacOSX/Framework/Resources/version.plist [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCEventManager.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCLibrary.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCMedia.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCMediaDiscoverer.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCMediaLibrary.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCPlaylist.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCPlaylistDataSource.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCServicesDiscoverer.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCTime.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/VLCVideoView.m [new file with mode: 0644]
extras/MacOSX/Framework/Sources/test.m [new file with mode: 0644]