Info.plist 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>UIBackgroundModes</key>
  70. <array>
  71. <string>audio</string>
  72. <string>fetch</string>
  73. <string>processing</string>
  74. <string>bluetooth-central</string>
  75. <string>remote-notification</string>
  76. </array>
  77. <key>UIFileSharingEnabled</key>
  78. <true/>
  79. <key>UILaunchStoryboardName</key>
  80. <string>LaunchScreen</string>
  81. <key>UISupportedInterfaceOrientations</key>
  82. <array>
  83. <string>UIInterfaceOrientationLandscapeLeft</string>
  84. <string>UIInterfaceOrientationLandscapeRight</string>
  85. <string>UIInterfaceOrientationPortrait</string>
  86. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  87. </array>
  88. </dict>
  89. </plist>