VLC.rb 285 B

12345678910111213
  1. #!/usr/bin/ruby
  2. class VLC
  3. def self.info_plist_path
  4. {
  5. iOS: '../Sources/VLC for iOS-Info.plist',
  6. tvOS: '../Apple-TV/Info.plist',
  7. watchKitExtension: '../VLC WatchKit Native Extension/Info.plist',
  8. watchOS: '../VLC WatchKit Native/Info.plist'
  9. }
  10. end
  11. end