Info-Debug.plist 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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>CADisableMinimumFrameDurationOnPhone</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>$(DEVELOPMENT_LANGUAGE)</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>原生视觉-debug</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>native_vision_example</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>$(FLUTTER_BUILD_NAME)</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleVersion</key>
  26. <string>$(CURRENT_PROJECT_VERSION)</string>
  27. <key>LSRequiresIPhoneOS</key>
  28. <true/>
  29. <key>NSBonjourServices</key>
  30. <array>
  31. <string>_dartobservatory._tcp</string>
  32. </array>
  33. <key>NSCameraUsageDescription</key>
  34. <string>Can i use the camera</string>
  35. <key>NSMicrophoneUsageDescription</key>
  36. <string>Can i use the microphone</string>
  37. <key>NSPhotoLibraryUsageDescription</key>
  38. <string>需要访问相册获取文档</string>
  39. <key>UILaunchStoryboardName</key>
  40. <string>LaunchScreen</string>
  41. <key>UIMainStoryboardFile</key>
  42. <string>Main</string>
  43. <key>UISupportedInterfaceOrientations</key>
  44. <array>
  45. <string>UIInterfaceOrientationPortrait</string>
  46. <string>UIInterfaceOrientationLandscapeLeft</string>
  47. <string>UIInterfaceOrientationLandscapeRight</string>
  48. </array>
  49. <key>UISupportedInterfaceOrientations~ipad</key>
  50. <array>
  51. <string>UIInterfaceOrientationPortrait</string>
  52. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  53. <string>UIInterfaceOrientationLandscapeLeft</string>
  54. <string>UIInterfaceOrientationLandscapeRight</string>
  55. </array>
  56. <key>UIViewControllerBasedStatusBarAppearance</key>
  57. <false/>
  58. </dict>
  59. </plist>