Info.plist 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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>Bark</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>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>GitHub Run Id</key>
  24. <string>0</string>
  25. <key>LSRequiresIPhoneOS</key>
  26. <true/>
  27. <key>NSAppTransportSecurity</key>
  28. <dict>
  29. <key>NSAllowsArbitraryLoads</key>
  30. <true/>
  31. </dict>
  32. <key>NSCameraUsageDescription</key>
  33. <string>We are using the camera to scan a QR code</string>
  34. <key>NSUserActivityTypes</key>
  35. <array>
  36. <string>INSendMessageIntent</string>
  37. <string>INStartCallIntent</string>
  38. </array>
  39. <key>UIBackgroundModes</key>
  40. <array>
  41. <string>remote-notification</string>
  42. </array>
  43. <key>UILaunchStoryboardName</key>
  44. <string>LaunchScreen</string>
  45. <key>UIRequiredDeviceCapabilities</key>
  46. <array>
  47. <string>armv7</string>
  48. </array>
  49. <key>UISupportedInterfaceOrientations</key>
  50. <array>
  51. <string>UIInterfaceOrientationPortrait</string>
  52. </array>
  53. <key>UISupportedInterfaceOrientations~ipad</key>
  54. <array>
  55. <string>UIInterfaceOrientationPortrait</string>
  56. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  57. <string>UIInterfaceOrientationLandscapeLeft</string>
  58. <string>UIInterfaceOrientationLandscapeRight</string>
  59. </array>
  60. <key>UIViewControllerBasedStatusBarAppearance</key>
  61. <true/>
  62. </dict>
  63. </plist>