Info.plist 3.3 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>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>NSPhotoLibraryAddUsageDescription</key>
  36. <string>Loop Follow would like to access to your photo library to save graph images</string>
  37. <key>NSPhotoLibraryUsageDescription</key>
  38. <string>Loop Follow would like to access to your photo library to save graph images</string>
  39. <key>UIApplicationSceneManifest</key>
  40. <dict>
  41. <key>UIApplicationSupportsMultipleScenes</key>
  42. <false/>
  43. <key>UISceneConfigurations</key>
  44. <dict>
  45. <key>UIWindowSceneSessionRoleApplication</key>
  46. <array>
  47. <dict>
  48. <key>UISceneConfigurationName</key>
  49. <string>Default Configuration</string>
  50. <key>UISceneDelegateClassName</key>
  51. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  52. <key>UISceneStoryboardFile</key>
  53. <string>Main</string>
  54. </dict>
  55. </array>
  56. </dict>
  57. </dict>
  58. <key>UIBackgroundModes</key>
  59. <array>
  60. <string>audio</string>
  61. <string>processing</string>
  62. </array>
  63. <key>UILaunchStoryboardName</key>
  64. <string>LaunchScreen</string>
  65. <key>UIMainStoryboardFile</key>
  66. <string>Main</string>
  67. <key>UIRequiredDeviceCapabilities</key>
  68. <array>
  69. <string>armv7</string>
  70. </array>
  71. <key>UIStatusBarTintParameters</key>
  72. <dict>
  73. <key>UINavigationBar</key>
  74. <dict>
  75. <key>Style</key>
  76. <string>UIBarStyleDefault</string>
  77. <key>Translucent</key>
  78. <false/>
  79. </dict>
  80. </dict>
  81. <key>UISupportedInterfaceOrientations</key>
  82. <array>
  83. <string>UIInterfaceOrientationPortrait</string>
  84. </array>
  85. <key>UISupportedInterfaceOrientations~ipad</key>
  86. <array>
  87. <string>UIInterfaceOrientationPortrait</string>
  88. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  89. <string>UIInterfaceOrientationLandscapeLeft</string>
  90. <string>UIInterfaceOrientationLandscapeRight</string>
  91. </array>
  92. <key>NSCalendarsFullAccessUsageDescription</key>
  93. <string>Loop Follow would like to access your calendar to update BG readings</string>
  94. <key>CFBundleURLTypes</key>
  95. <array>
  96. <dict>
  97. <key>CFBundleURLSchemes</key>
  98. <array>
  99. <string>loopfollow</string>
  100. </array>
  101. </dict>
  102. </array>
  103. <key>ITSAppUsesNonExemptEncryption</key>
  104. <false/>
  105. </dict>
  106. </plist>