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>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>Juice Plus</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleURLSchemes</key>
  27. <array>
  28. <string>juicep</string>
  29. </array>
  30. </dict>
  31. </array>
  32. <key>CFBundleVersion</key>
  33. <string>$(CURRENT_PROJECT_VERSION)</string>
  34. <key>LSApplicationQueriesSchemes</key>
  35. <array>
  36. <string>comgooglemaps</string>
  37. <string>juicep</string>
  38. <string>http</string>
  39. <string>https</string>
  40. <string>tel</string>
  41. </array>
  42. <key>LSRequiresIPhoneOS</key>
  43. <true/>
  44. <key>NSAppTransportSecurity</key>
  45. <dict>
  46. <key>NSExceptionDomains</key>
  47. <dict>
  48. <key>localhost</key>
  49. <dict>
  50. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  51. <true/>
  52. </dict>
  53. </dict>
  54. </dict>
  55. <key>NSCameraUsageDescription</key>
  56. <string>Upload avatar, photo feedback, etc</string>
  57. <key>NSLocationAlwaysUsageDescription</key>
  58. <string>To capture your location to determine distance from charging stations and determine nearest charging stations.</string>
  59. <key>NSLocationWhenInUseUsageDescription</key>
  60. <string>To capture your location to determine distance from charging stations and determine nearest charging stations.</string>
  61. <key>NSMicrophoneUsageDescription</key>
  62. <string>Upload avatar and feedback</string>
  63. <key>NSPhotoLibraryAddUsageDescription</key>
  64. <string>Save photo to gallery</string>
  65. <key>NSPhotoLibraryUsageDescription</key>
  66. <string>Upload avatar and feedback</string>
  67. <key>UIAppFonts</key>
  68. <array>
  69. <string>AntDesign.ttf</string>
  70. <string>Entypo.ttf</string>
  71. <string>EvilIcons.ttf</string>
  72. <string>Fontisto.ttf</string>
  73. <string>Octicons.ttf</string>
  74. <string>Feather.ttf</string>
  75. <string>FontAwesome.ttf</string>
  76. <string>FontAwesome5_Brands.ttf</string>
  77. <string>FontAwesome5_Regular.ttf</string>
  78. <string>FontAwesome5_Solid.ttf</string>
  79. <string>Foundation.ttf</string>
  80. <string>Ionicons.ttf</string>
  81. <string>MaterialCommunityIcons.ttf</string>
  82. <string>MaterialIcons.ttf</string>
  83. <string>SimpleLineIcons.ttf</string>
  84. <string>Zocial.ttf</string>
  85. </array>
  86. <key>UIBackgroundModes</key>
  87. <array>
  88. <string>fetch</string>
  89. <string>remote-notification</string>
  90. </array>
  91. <key>UILaunchStoryboardName</key>
  92. <string>LaunchScreen</string>
  93. <key>UIRequiredDeviceCapabilities</key>
  94. <array>
  95. <string>armv7</string>
  96. </array>
  97. <key>UISupportedInterfaceOrientations</key>
  98. <array>
  99. <string>UIInterfaceOrientationPortrait</string>
  100. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  101. <string>UIInterfaceOrientationLandscapeLeft</string>
  102. <string>UIInterfaceOrientationLandscapeRight</string>
  103. </array>
  104. <key>UIViewControllerBasedStatusBarAppearance</key>
  105. <false/>
  106. </dict>
  107. </plist>