Info.plist 3.8 KB

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