Info.plist 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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>CFBundleDisplayName</key>
  6. <string>$(display_name)</string>
  7. <key>AppGroupIdentifier</key>
  8. <string>group.com.$(unique_id).LoopFollow$(app_suffix)</string>
  9. <key>BGTaskSchedulerPermittedIdentifiers</key>
  10. <array>
  11. <string>com.$(unique_id).LoopFollow$(app_suffix)</string>
  12. </array>
  13. <key>CFBundleDevelopmentRegion</key>
  14. <string>$(DEVELOPMENT_LANGUAGE)</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>CFBundleVersion</key>
  28. <string>1</string>
  29. <key>LSApplicationCategoryType</key>
  30. <string>public.app-category.medical</string>
  31. <key>LSRequiresIPhoneOS</key>
  32. <true/>
  33. <key>NSCalendarsUsageDescription</key>
  34. <string>Loop Follow would like to access your calendar to save BG readings</string>
  35. <key>UIApplicationSceneManifest</key>
  36. <dict>
  37. <key>UIApplicationSupportsMultipleScenes</key>
  38. <false/>
  39. <key>UISceneConfigurations</key>
  40. <dict>
  41. <key>UIWindowSceneSessionRoleApplication</key>
  42. <array>
  43. <dict>
  44. <key>UISceneConfigurationName</key>
  45. <string>Default Configuration</string>
  46. <key>UISceneDelegateClassName</key>
  47. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  48. <key>UISceneStoryboardFile</key>
  49. <string>Main</string>
  50. </dict>
  51. </array>
  52. </dict>
  53. </dict>
  54. <key>UIBackgroundModes</key>
  55. <array>
  56. <string>audio</string>
  57. <string>processing</string>
  58. </array>
  59. <key>UILaunchStoryboardName</key>
  60. <string>LaunchScreen</string>
  61. <key>UIMainStoryboardFile</key>
  62. <string>Main</string>
  63. <key>UIRequiredDeviceCapabilities</key>
  64. <array>
  65. <string>armv7</string>
  66. </array>
  67. <key>UIStatusBarTintParameters</key>
  68. <dict>
  69. <key>UINavigationBar</key>
  70. <dict>
  71. <key>Style</key>
  72. <string>UIBarStyleDefault</string>
  73. <key>Translucent</key>
  74. <false/>
  75. </dict>
  76. </dict>
  77. <key>UISupportedInterfaceOrientations</key>
  78. <array>
  79. <string>UIInterfaceOrientationPortrait</string>
  80. </array>
  81. <key>UISupportedInterfaceOrientations~ipad</key>
  82. <array>
  83. <string>UIInterfaceOrientationPortrait</string>
  84. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  85. <string>UIInterfaceOrientationLandscapeLeft</string>
  86. <string>UIInterfaceOrientationLandscapeRight</string>
  87. </array>
  88. <key>NSCalendarsFullAccessUsageDescription</key>
  89. <string>Loop Follow would like to access your calendar to update BG readings</string>
  90. <key>CFBundleURLTypes</key>
  91. <array>
  92. <dict>
  93. <key>CFBundleURLSchemes</key>
  94. <array>
  95. <string>loopfollow</string>
  96. </array>
  97. </dict>
  98. </array>
  99. <key>ITSAppUsesNonExemptEncryption</key>
  100. <false/>
  101. </dict>
  102. </plist>