Info.plist 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>AppGroupID</key>
  6. <string>$(APP_GROUP_ID)</string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>$(DEVELOPMENT_LANGUAGE)</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(APP_DISPLAY_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleURLTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleTypeRole</key>
  25. <string>Editor</string>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>freeaps-x</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>$(BUILD_VERSION)</string>
  34. <key>ITSAppUsesNonExemptEncryption</key>
  35. <false/>
  36. <key>LSApplicationQueriesSchemes</key>
  37. <array>
  38. <string>xdripswift</string>
  39. <string>dexcomg6</string>
  40. <string>dexcomcgm</string>
  41. <string>diabox</string>
  42. <string>spikeapp</string>
  43. <string>libredirect</string>
  44. </array>
  45. <key>LSRequiresIPhoneOS</key>
  46. <true/>
  47. <key>LSSupportsOpeningDocumentsInPlace</key>
  48. <true/>
  49. <key>NFCReaderUsageDescription</key>
  50. <string>NFC is used to scan Libre sensors.</string>
  51. <key>NSAppTransportSecurity</key>
  52. <dict>
  53. <key>NSAllowsArbitraryLoads</key>
  54. <true/>
  55. </dict>
  56. <key>NSBluetoothAlwaysUsageDescription</key>
  57. <string>Bluetooth is used to communicate with insulin pump and continuous glucose monitor devices</string>
  58. <key>NSBluetoothPeripheralUsageDescription</key>
  59. <string>Bluetooth is used to communicate with insulin pump and continuous glucose monitor devices</string>
  60. <key>NSCalendarsUsageDescription</key>
  61. <string>Calendar is used to create a new glucose events.</string>
  62. <key>NSFaceIDUsageDescription</key>
  63. <string>For authorized acces to bolus</string>
  64. <key>NSHealthShareUsageDescription</key>
  65. <string>Health App is used to store blood glucose data</string>
  66. <key>NSHealthUpdateUsageDescription</key>
  67. <string>Health App is used to store blood glucose data</string>
  68. <key>UIApplicationSceneManifest</key>
  69. <dict>
  70. <key>UIApplicationSupportsMultipleScenes</key>
  71. <false/>
  72. </dict>
  73. <key>UIApplicationSupportsIndirectInputEvents</key>
  74. <true/>
  75. <key>UIBackgroundModes</key>
  76. <array>
  77. <string>bluetooth-central</string>
  78. <string>bluetooth-peripheral</string>
  79. </array>
  80. <key>UIFileSharingEnabled</key>
  81. <true/>
  82. <key>UILaunchScreen</key>
  83. <dict/>
  84. <key>UIRequiredDeviceCapabilities</key>
  85. <array>
  86. <string>armv7</string>
  87. </array>
  88. <key>UIRequiresFullScreen</key>
  89. <false/>
  90. <key>UISupportedInterfaceOrientations</key>
  91. <array>
  92. <string>UIInterfaceOrientationPortrait</string>
  93. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  94. </array>
  95. <key>UISupportedInterfaceOrientations~ipad</key>
  96. <array>
  97. <string>UIInterfaceOrientationPortrait</string>
  98. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  99. <string>UIInterfaceOrientationLandscapeLeft</string>
  100. <string>UIInterfaceOrientationLandscapeRight</string>
  101. </array>
  102. </dict>
  103. </plist>