The QR Code Scanner package for Appeto SDK.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

55 строки
1.8 KiB

  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>NSCameraUsageDescription</key>
  6. <string>Can we access your camera in order to scan barcodes?</string>
  7. <key>UIBackgroundModes</key>
  8. <array>
  9. <string>fetch</string>
  10. <string>remote-notification</string>
  11. </array>
  12. <key>io.flutter.embedded_views_preview</key>
  13. <true/>
  14. <key>CFBundleDevelopmentRegion</key>
  15. <string>en</string>
  16. <key>CFBundleExecutable</key>
  17. <string>$(EXECUTABLE_NAME)</string>
  18. <key>CFBundleIdentifier</key>
  19. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  20. <key>CFBundleInfoDictionaryVersion</key>
  21. <string>6.0</string>
  22. <key>CFBundleName</key>
  23. <string>flutter_qr_example</string>
  24. <key>CFBundlePackageType</key>
  25. <string>APPL</string>
  26. <key>CFBundleShortVersionString</key>
  27. <string>$(FLUTTER_BUILD_NAME)</string>
  28. <key>CFBundleSignature</key>
  29. <string>????</string>
  30. <key>CFBundleVersion</key>
  31. <string>$(FLUTTER_BUILD_NUMBER)</string>
  32. <key>LSRequiresIPhoneOS</key>
  33. <true/>
  34. <key>UILaunchStoryboardName</key>
  35. <string>LaunchScreen</string>
  36. <key>UIMainStoryboardFile</key>
  37. <string>Main</string>
  38. <key>UISupportedInterfaceOrientations</key>
  39. <array>
  40. <string>UIInterfaceOrientationPortrait</string>
  41. <string>UIInterfaceOrientationLandscapeLeft</string>
  42. <string>UIInterfaceOrientationLandscapeRight</string>
  43. </array>
  44. <key>UISupportedInterfaceOrientations~ipad</key>
  45. <array>
  46. <string>UIInterfaceOrientationPortrait</string>
  47. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  48. <string>UIInterfaceOrientationLandscapeLeft</string>
  49. <string>UIInterfaceOrientationLandscapeRight</string>
  50. </array>
  51. <key>UIViewControllerBasedStatusBarAppearance</key>
  52. <false/>
  53. </dict>
  54. </plist>