AspenProject-Info.plist 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>${PRODUCT_NAME}</string>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIcons</key>
  12. <dict>
  13. <key>CFBundlePrimaryIcon</key>
  14. <dict>
  15. <key>CFBundleIconFiles</key>
  16. <array>
  17. <string>Aspen72.png</string>
  18. <string>Aspen144.png</string>
  19. <string>Aspen114.png</string>
  20. <string>Aspen57.png</string>
  21. </array>
  22. <key>UIPrerenderedIcon</key>
  23. <true/>
  24. </dict>
  25. </dict>
  26. <key>CFBundleIdentifier</key>
  27. <string>org.videolan.${PRODUCT_NAME:rfc1034identifier}</string>
  28. <key>CFBundleInfoDictionaryVersion</key>
  29. <string>6.0</string>
  30. <key>CFBundleName</key>
  31. <string>${PRODUCT_NAME}</string>
  32. <key>CFBundlePackageType</key>
  33. <string>APPL</string>
  34. <key>CFBundleShortVersionString</key>
  35. <string>1.0</string>
  36. <key>CFBundleSignature</key>
  37. <string>????</string>
  38. <key>CFBundleVersion</key>
  39. <string>1.0</string>
  40. <key>LSRequiresIPhoneOS</key>
  41. <true/>
  42. <key>UIFileSharingEnabled</key>
  43. <true/>
  44. <key>UIPrerenderedIcon</key>
  45. <true/>
  46. <key>UIRequiredDeviceCapabilities</key>
  47. <array>
  48. <string>armv7</string>
  49. </array>
  50. <key>UIStatusBarStyle</key>
  51. <string>UIStatusBarStyleBlackOpaque</string>
  52. <key>UIStatusBarTintParameters</key>
  53. <dict>
  54. <key>UINavigationBar</key>
  55. <dict>
  56. <key>Style</key>
  57. <string>UIBarStyleDefault</string>
  58. <key>Translucent</key>
  59. <false/>
  60. </dict>
  61. </dict>
  62. <key>UISupportedInterfaceOrientations</key>
  63. <array>
  64. <string>UIInterfaceOrientationPortrait</string>
  65. <string>UIInterfaceOrientationLandscapeLeft</string>
  66. <string>UIInterfaceOrientationLandscapeRight</string>
  67. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  68. </array>
  69. <key>UISupportedInterfaceOrientations~ipad</key>
  70. <array>
  71. <string>UIInterfaceOrientationPortrait</string>
  72. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  73. <string>UIInterfaceOrientationLandscapeLeft</string>
  74. <string>UIInterfaceOrientationLandscapeRight</string>
  75. </array>
  76. </dict>
  77. </plist>