Info.plist 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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>ComPDFKit_flutter</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>compdfkit_flutter_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>$(FLUTTER_BUILD_NUMBER)</string>
  27. <key>LSRequiresIPhoneOS</key>
  28. <true/>
  29. <key>NSAppTransportSecurity</key>
  30. <dict>
  31. <key>NSAllowsArbitraryLoads</key>
  32. <true/>
  33. <key>NSExceptionDomains</key>
  34. <dict>
  35. <key>test-store.kdan.cn</key>
  36. <dict>
  37. <key>NSIncludesSubdomains</key>
  38. <true/>
  39. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  40. <true/>
  41. </dict>
  42. </dict>
  43. </dict>
  44. <key>NSBluetoothPeripheralUsageDescription</key>
  45. <string>Your consent is required before you could access the function.</string>
  46. <key>NSCameraUsageDescription</key>
  47. <string>Your consent is required before you could access the function.</string>
  48. <key>NSContactsUsageDescription</key>
  49. <string>Your consent is required before you could access the function.</string>
  50. <key>NSLocationAlwaysUsageDescription</key>
  51. <string>Your consent is required before you could access the function.</string>
  52. <key>NSLocationWhenInUseUsageDescription</key>
  53. <string>Your consent is required before you could access the function.</string>
  54. <key>NSMicrophoneUsageDescription</key>
  55. <string>Your consent is required before you could access the function.</string>
  56. <key>NSPhotoLibraryAddUsageDescription</key>
  57. <string>Enable camera access so that you can create scans with your camera.</string>
  58. <key>NSPhotoLibraryUsageDescription</key>
  59. <string>Your consent is required before you could access the function.</string>
  60. <key>UIApplicationSupportsIndirectInputEvents</key>
  61. <true/>
  62. <key>UILaunchStoryboardName</key>
  63. <string>LaunchScreen</string>
  64. <key>UIMainStoryboardFile</key>
  65. <string>Main</string>
  66. <key>UISupportedInterfaceOrientations</key>
  67. <array>
  68. <string>UIInterfaceOrientationPortrait</string>
  69. <string>UIInterfaceOrientationLandscapeLeft</string>
  70. <string>UIInterfaceOrientationLandscapeRight</string>
  71. </array>
  72. <key>UISupportedInterfaceOrientations~ipad</key>
  73. <array>
  74. <string>UIInterfaceOrientationPortrait</string>
  75. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  76. <string>UIInterfaceOrientationLandscapeLeft</string>
  77. <string>UIInterfaceOrientationLandscapeRight</string>
  78. </array>
  79. <key>UIViewControllerBasedStatusBarAppearance</key>
  80. <false/>
  81. </dict>
  82. </plist>