meBarista-Info.plist 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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>English</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>CFBundleIcons~ipad</key>
  14. <dict/>
  15. <key>CFBundleIdentifier</key>
  16. <string>nl.digitalthings.mebarista.v2</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>${PRODUCT_NAME}</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>0.0.5</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleVersion</key>
  28. <string>0.0.5</string>
  29. <key>ITSAppUsesNonExemptEncryption</key>
  30. <false/>
  31. <key>LSRequiresIPhoneOS</key>
  32. <true/>
  33. <key>NSAppTransportSecurity</key>
  34. <dict>
  35. <key>NSAllowsArbitraryLoads</key>
  36. <true/>
  37. <key>NSExceptionDomains</key>
  38. <dict>
  39. <key>ionic.local</key>
  40. <dict>
  41. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  42. <true/>
  43. </dict>
  44. </dict>
  45. </dict>
  46. <key>NSBluetoothPeripheralUsageDescription</key>
  47. <string>meBarista uses your Bluetooth to connect your meCoffee espresso PID controller</string>
  48. <key>NSMainNibFile~ipad</key>
  49. <string></string>
  50. <key>UIInterfaceOrientation</key>
  51. <array>
  52. <string>UIInterfaceOrientationPortrait</string>
  53. </array>
  54. <key>UIRequiresFullScreen</key>
  55. <true/>
  56. <key>UISupportedInterfaceOrientations</key>
  57. <array>
  58. <string>UIInterfaceOrientationPortrait</string>
  59. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  60. <string>UIInterfaceOrientationLandscapeLeft</string>
  61. <string>UIInterfaceOrientationLandscapeRight</string>
  62. </array>
  63. <key>UISupportedInterfaceOrientations~ipad</key>
  64. <array>
  65. <string>UIInterfaceOrientationPortrait</string>
  66. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  67. <string>UIInterfaceOrientationLandscapeLeft</string>
  68. <string>UIInterfaceOrientationLandscapeRight</string>
  69. </array>
  70. </dict>
  71. </plist>