gitextract_p3kpkmdh/ ├── .gitignore ├── README.md ├── VLCKitPlayer/ │ ├── MobileVLCKitPlayer.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ ├── VLCKitPlayer/ │ │ ├── Base.lproj/ │ │ │ └── Main.storyboard │ │ ├── DVIAppDelegate.h │ │ ├── DVIAppDelegate.m │ │ ├── DVIPlayerViewController.h │ │ ├── DVIPlayerViewController.m │ │ ├── DVIViewController.h │ │ ├── DVIViewController.mm │ │ ├── Images.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── LaunchImage.launchimage/ │ │ │ └── Contents.json │ │ ├── MobileVLCKitPlayer-Info.plist │ │ ├── MobileVLCKitPlayer-Prefix.pch │ │ ├── en.lproj/ │ │ │ └── InfoPlist.strings │ │ └── main.m │ └── VLCKitPlayerTests/ │ ├── MobileVLCKitPlayerTests-Info.plist │ ├── VLCKitPlayerTests.m │ └── en.lproj/ │ └── InfoPlist.strings └── bootstrap