playback/player: Add iOS app
authorSebastian Dröge <sebastian@centricular.com>
Sat, 2 Aug 2014 18:19:09 +0000 (20:19 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 2 Aug 2014 19:11:56 +0000 (21:11 +0200)
commit7071c121b6953fd99ab8593bda23dfa55ca759ab
tree04540e62ddfe37bbba336b0ae744f20303629c7a
parentb34e62884c80ccdf4b0dcd6f71231dc23a6a6f9c
playback/player: Add iOS app
22 files changed:
playback/player/ios/GstPlay.xcodeproj/project.pbxproj [new file with mode: 0644]
playback/player/ios/GstPlay.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
playback/player/ios/GstPlay.xcodeproj/xcuserdata/slomo.xcuserdatad/xcschemes/GstPlay.xcscheme [new file with mode: 0644]
playback/player/ios/GstPlay.xcodeproj/xcuserdata/slomo.xcuserdatad/xcschemes/xcschememanagement.plist [new file with mode: 0644]
playback/player/ios/GstPlay/AppDelegate.h [new file with mode: 0644]
playback/player/ios/GstPlay/AppDelegate.m [new file with mode: 0644]
playback/player/ios/GstPlay/EaglUIVIew.h [new file with mode: 0644]
playback/player/ios/GstPlay/EaglUIVIew.m [new file with mode: 0644]
playback/player/ios/GstPlay/GstPlay-Info.plist [new file with mode: 0644]
playback/player/ios/GstPlay/GstPlay-Prefix.pch [new file with mode: 0644]
playback/player/ios/GstPlay/LibraryViewController.h [new file with mode: 0644]
playback/player/ios/GstPlay/LibraryViewController.m [new file with mode: 0644]
playback/player/ios/GstPlay/MainStoryboard_iPad.storyboard [new file with mode: 0644]
playback/player/ios/GstPlay/MainStoryboard_iPhone.storyboard [new file with mode: 0644]
playback/player/ios/GstPlay/Ubuntu-R.ttf [new file with mode: 0644]
playback/player/ios/GstPlay/VideoViewController.h [new file with mode: 0644]
playback/player/ios/GstPlay/VideoViewController.m [new file with mode: 0644]
playback/player/ios/GstPlay/en.lproj/InfoPlist.strings [new file with mode: 0644]
playback/player/ios/GstPlay/fonts.conf [new file with mode: 0644]
playback/player/ios/GstPlay/gst_ios_init.h [new file with mode: 0644]
playback/player/ios/GstPlay/gst_ios_init.m [new file with mode: 0644]
playback/player/ios/GstPlay/main.m [new file with mode: 0644]