RileyLink-Info.plist 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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>CFBundleGetInfoString</key>
  12. <string></string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>${PRODUCT_NAME}</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>3.0</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleVersion</key>
  26. <string>$(CURRENT_PROJECT_VERSION)</string>
  27. <key>LSApplicationCategoryType</key>
  28. <string></string>
  29. <key>LSRequiresIPhoneOS</key>
  30. <true/>
  31. <key>NSAppTransportSecurity</key>
  32. <dict>
  33. <key>NSAllowsArbitraryLoads</key>
  34. <true/>
  35. </dict>
  36. <key>UIBackgroundModes</key>
  37. <array>
  38. <string>bluetooth-central</string>
  39. </array>
  40. <key>UIFileSharingEnabled</key>
  41. <true/>
  42. <key>UILaunchStoryboardName</key>
  43. <string>LaunchScreen</string>
  44. <key>UIMainStoryboardFile</key>
  45. <string>MainStoryboard</string>
  46. <key>UIRequiredDeviceCapabilities</key>
  47. <array>
  48. <string>bluetooth-le</string>
  49. <string>armv7</string>
  50. </array>
  51. <key>UIStatusBarHidden</key>
  52. <false/>
  53. <key>UIStatusBarStyle</key>
  54. <string>UIStatusBarStyleLightContent</string>
  55. <key>UISupportedInterfaceOrientations</key>
  56. <array>
  57. <string>UIInterfaceOrientationPortrait</string>
  58. </array>
  59. </dict>
  60. </plist>