Info.plist 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>AppGroupIdentifier</key>
  6. <string>group.com.$(unique_id).LoopFollow$(app_suffix)</string>
  7. <key>BGTaskSchedulerPermittedIdentifiers</key>
  8. <array>
  9. <string>com.$(unique_id).LoopFollow$(app_suffix)</string>
  10. </array>
  11. <key>CFBundleDevelopmentRegion</key>
  12. <string>$(DEVELOPMENT_LANGUAGE)</string>
  13. <key>CFBundleDisplayName</key>
  14. <string>$(display_name)</string>
  15. <key>CFBundleExecutable</key>
  16. <string>$(EXECUTABLE_NAME)</string>
  17. <key>CFBundleGetInfoString</key>
  18. <string></string>
  19. <key>CFBundleIdentifier</key>
  20. <string>com.$(unique_id).LoopFollow$(app_suffix)</string>
  21. <key>CFBundleInfoDictionaryVersion</key>
  22. <string>6.0</string>
  23. <key>CFBundleName</key>
  24. <string>$(PRODUCT_NAME)</string>
  25. <key>CFBundlePackageType</key>
  26. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  27. <key>CFBundleShortVersionString</key>
  28. <string>$(LOOP_FOLLOW_MARKETING_VERSION)</string>
  29. <key>CFBundleURLTypes</key>
  30. <array>
  31. <dict>
  32. <key>CFBundleURLSchemes</key>
  33. <array>
  34. <string>loopfollow</string>
  35. </array>
  36. </dict>
  37. </array>
  38. <key>CFBundleVersion</key>
  39. <string>1</string>
  40. <key>ITSAppUsesNonExemptEncryption</key>
  41. <false/>
  42. <key>LSApplicationCategoryType</key>
  43. <string>public.app-category.medical</string>
  44. <key>LSMinimumSystemVersion</key>
  45. <string>13.0</string>
  46. <key>LSRequiresIPhoneOS</key>
  47. <true/>
  48. <key>LSSupportsOpeningDocumentsInPlace</key>
  49. <true/>
  50. <key>NSBluetoothAlwaysUsageDescription</key>
  51. <string>This app uses Bluetooth to connect to devices for managing background operations.</string>
  52. <key>NSCalendarsFullAccessUsageDescription</key>
  53. <string>Loop Follow would like to access your calendar to update BG readings</string>
  54. <key>NSCalendarsUsageDescription</key>
  55. <string>Loop Follow would like to access your calendar to save BG readings</string>
  56. <key>NSCameraUsageDescription</key>
  57. <string>Used for scanning QR codes for remote authentication</string>
  58. <key>NSContactsUsageDescription</key>
  59. <string>This app requires access to contacts to update a contact image with real-time blood glucose information.</string>
  60. <key>NSFaceIDUsageDescription</key>
  61. <string>This app requires Face ID for secure authentication.</string>
  62. <key>NSHumanReadableCopyright</key>
  63. <string></string>
  64. <key>UIApplicationSceneManifest</key>
  65. <dict>
  66. <key>UIApplicationSupportsMultipleScenes</key>
  67. <false/>
  68. <key>UISceneConfigurations</key>
  69. <dict>
  70. <key>UIWindowSceneSessionRoleApplication</key>
  71. <array>
  72. <dict>
  73. <key>UISceneConfigurationName</key>
  74. <string>Default Configuration</string>
  75. <key>UISceneDelegateClassName</key>
  76. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  77. <key>UISceneStoryboardFile</key>
  78. <string>Main</string>
  79. </dict>
  80. </array>
  81. </dict>
  82. </dict>
  83. <key>UIBackgroundModes</key>
  84. <array>
  85. <string>audio</string>
  86. <string>processing</string>
  87. <string>bluetooth-central</string>
  88. <string>remote-notification</string>
  89. </array>
  90. <key>UIFileSharingEnabled</key>
  91. <true/>
  92. <key>UILaunchStoryboardName</key>
  93. <string>LaunchScreen</string>
  94. <key>UIMainStoryboardFile</key>
  95. <string>Main</string>
  96. <key>UIRequiredDeviceCapabilities</key>
  97. <array>
  98. <string>armv7</string>
  99. </array>
  100. <key>UIStatusBarTintParameters</key>
  101. <dict>
  102. <key>UINavigationBar</key>
  103. <dict>
  104. <key>Style</key>
  105. <string>UIBarStyleDefault</string>
  106. <key>Translucent</key>
  107. <false/>
  108. </dict>
  109. </dict>
  110. <key>UISupportedInterfaceOrientations</key>
  111. <array>
  112. <string>UIInterfaceOrientationLandscapeLeft</string>
  113. <string>UIInterfaceOrientationLandscapeRight</string>
  114. <string>UIInterfaceOrientationPortrait</string>
  115. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  116. </array>
  117. </dict>
  118. </plist>