Info.plist 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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</string>
  7. <key>BGTaskSchedulerPermittedIdentifiers</key>
  8. <array>
  9. <string>com.$(unique_id).LoopFollow</string>
  10. </array>
  11. <key>CFBundleDevelopmentRegion</key>
  12. <string>$(DEVELOPMENT_LANGUAGE)</string>
  13. <key>CFBundleExecutable</key>
  14. <string>$(EXECUTABLE_NAME)</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>com.$(unique_id).LoopFollow</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>$(PRODUCT_NAME)</string>
  21. <key>CFBundlePackageType</key>
  22. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>1.0</string>
  25. <key>CFBundleVersion</key>
  26. <string>1</string>
  27. <key>LSApplicationCategoryType</key>
  28. <string>public.app-category.medical</string>
  29. <key>LSRequiresIPhoneOS</key>
  30. <true/>
  31. <key>NSCalendarsUsageDescription</key>
  32. <string>Loop Follow would like to access your calendar to save BG readings</string>
  33. <key>NSPhotoLibraryAddUsageDescription</key>
  34. <string>Loop Follow would like to access to your photo library to save graph images</string>
  35. <key>NSPhotoLibraryUsageDescription</key>
  36. <string>Loop Follow would like to access to your photo library to save graph images</string>
  37. <key>UIApplicationSceneManifest</key>
  38. <dict>
  39. <key>UIApplicationSupportsMultipleScenes</key>
  40. <false/>
  41. <key>UISceneConfigurations</key>
  42. <dict>
  43. <key>UIWindowSceneSessionRoleApplication</key>
  44. <array>
  45. <dict>
  46. <key>UISceneConfigurationName</key>
  47. <string>Default Configuration</string>
  48. <key>UISceneDelegateClassName</key>
  49. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  50. <key>UISceneStoryboardFile</key>
  51. <string>Main</string>
  52. </dict>
  53. </array>
  54. </dict>
  55. </dict>
  56. <key>UIBackgroundModes</key>
  57. <array>
  58. <string>audio</string>
  59. <string>processing</string>
  60. </array>
  61. <key>UILaunchStoryboardName</key>
  62. <string>LaunchScreen</string>
  63. <key>UIMainStoryboardFile</key>
  64. <string>Main</string>
  65. <key>UIRequiredDeviceCapabilities</key>
  66. <array>
  67. <string>armv7</string>
  68. </array>
  69. <key>UIStatusBarTintParameters</key>
  70. <dict>
  71. <key>UINavigationBar</key>
  72. <dict>
  73. <key>Style</key>
  74. <string>UIBarStyleDefault</string>
  75. <key>Translucent</key>
  76. <false/>
  77. </dict>
  78. </dict>
  79. <key>UISupportedInterfaceOrientations</key>
  80. <array>
  81. <string>UIInterfaceOrientationPortrait</string>
  82. </array>
  83. <key>UISupportedInterfaceOrientations~ipad</key>
  84. <array>
  85. <string>UIInterfaceOrientationPortrait</string>
  86. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  87. <string>UIInterfaceOrientationLandscapeLeft</string>
  88. <string>UIInterfaceOrientationLandscapeRight</string>
  89. </array>
  90. <key>ITSAppUsesNonExemptEncryption</key>
  91. <false/>
  92. </dict>
  93. </plist>