Info.plist 3.9 KB

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