Info.plist 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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>CFBundleIdentifier</key>
  18. <string>com.$(unique_id).LoopFollow$(app_suffix)</string>
  19. <key>CFBundleInfoDictionaryVersion</key>
  20. <string>6.0</string>
  21. <key>CFBundleName</key>
  22. <string>$(PRODUCT_NAME)</string>
  23. <key>CFBundlePackageType</key>
  24. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  25. <key>CFBundleShortVersionString</key>
  26. <string>$(LOOP_FOLLOW_MARKETING_VERSION)</string>
  27. <key>CFBundleURLTypes</key>
  28. <array>
  29. <dict>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>loopfollow</string>
  33. </array>
  34. </dict>
  35. </array>
  36. <key>CFBundleVersion</key>
  37. <string>1</string>
  38. <key>ITSAppUsesNonExemptEncryption</key>
  39. <false/>
  40. <key>LSApplicationCategoryType</key>
  41. <string>public.app-category.medical</string>
  42. <key>LSMinimumSystemVersion</key>
  43. <string>13.0</string>
  44. <key>LSRequiresIPhoneOS</key>
  45. <true/>
  46. <key>NSCalendarsFullAccessUsageDescription</key>
  47. <string>Loop Follow would like to access your calendar to update BG readings</string>
  48. <key>NSCalendarsUsageDescription</key>
  49. <string>Loop Follow would like to access your calendar to save BG readings</string>
  50. <key>NSFaceIDUsageDescription</key>
  51. <string>This app requires Face ID for secure authentication.</string>
  52. <key>UIApplicationSceneManifest</key>
  53. <dict>
  54. <key>UIApplicationSupportsMultipleScenes</key>
  55. <false/>
  56. <key>UISceneConfigurations</key>
  57. <dict>
  58. <key>UIWindowSceneSessionRoleApplication</key>
  59. <array>
  60. <dict>
  61. <key>UISceneConfigurationName</key>
  62. <string>Default Configuration</string>
  63. <key>UISceneDelegateClassName</key>
  64. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  65. <key>UISceneStoryboardFile</key>
  66. <string>Main</string>
  67. </dict>
  68. </array>
  69. </dict>
  70. </dict>
  71. <key>UIBackgroundModes</key>
  72. <array>
  73. <string>audio</string>
  74. <string>processing</string>
  75. </array>
  76. <key>UILaunchStoryboardName</key>
  77. <string>LaunchScreen</string>
  78. <key>UIMainStoryboardFile</key>
  79. <string>Main</string>
  80. <key>UIRequiredDeviceCapabilities</key>
  81. <array>
  82. <string>armv7</string>
  83. </array>
  84. <key>UIStatusBarTintParameters</key>
  85. <dict>
  86. <key>UINavigationBar</key>
  87. <dict>
  88. <key>Style</key>
  89. <string>UIBarStyleDefault</string>
  90. <key>Translucent</key>
  91. <false/>
  92. </dict>
  93. </dict>
  94. <key>UISupportedInterfaceOrientations</key>
  95. <array>
  96. <string>UIInterfaceOrientationPortrait</string>
  97. </array>
  98. <key>UISupportedInterfaceOrientations~ipad</key>
  99. <array>
  100. <string>UIInterfaceOrientationPortrait</string>
  101. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  102. <string>UIInterfaceOrientationLandscapeLeft</string>
  103. <string>UIInterfaceOrientationLandscapeRight</string>
  104. </array>
  105. </dict>
  106. </plist>