Info.plist 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>Apex &amp; Drivers</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>1.03</string>
  21. <key>CFBundleVersion</key>
  22. <string>38421</string>
  23. <key>LSApplicationQueriesSchemes</key>
  24. <array>
  25. <string>comgooglemaps</string>
  26. </array>
  27. <key>LSRequiresIPhoneOS</key>
  28. <true/>
  29. <key>NSAppTransportSecurity</key>
  30. <dict>
  31. <key>NSAllowsArbitraryLoads</key>
  32. <true/>
  33. </dict>
  34. <key>NSCameraUsageDescription</key>
  35. <string>Take process evidence</string>
  36. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  37. <string>Display location on map and navigation, report cargo location</string>
  38. <key>NSLocationAlwaysUsageDescription</key>
  39. <string>Report cargo location</string>
  40. <key>NSLocationUsageDescription</key>
  41. <string>Display location on map and navigation</string>
  42. <key>NSLocationWhenInUseUsageDescription</key>
  43. <string>Display location on map and navigation</string>
  44. <key>UIBackgroundModes</key>
  45. <array>
  46. <string>location</string>
  47. <string>remote-notification</string>
  48. </array>
  49. <key>UILaunchStoryboardName</key>
  50. <string>LaunchScreen</string>
  51. <key>UIRequiredDeviceCapabilities</key>
  52. <array>
  53. <string>armv7</string>
  54. </array>
  55. <key>UISupportedInterfaceOrientations</key>
  56. <array>
  57. <string>UIInterfaceOrientationPortrait</string>
  58. </array>
  59. <key>UISupportedInterfaceOrientations~ipad</key>
  60. <array>
  61. <string>UIInterfaceOrientationPortrait</string>
  62. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  63. <string>UIInterfaceOrientationLandscapeLeft</string>
  64. <string>UIInterfaceOrientationLandscapeRight</string>
  65. </array>
  66. </dict>
  67. </plist>