Info.plist 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>appflowy_flutter</string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>$(FLUTTER_BUILD_NAME)</string>
  19. <key>CFBundleURLTypes</key>
  20. <array>
  21. <dict>
  22. <key>CFBundleURLName</key>
  23. <string></string>
  24. <key>CFBundleURLSchemes</key>
  25. <array>
  26. <string>appflowy-flutter</string>
  27. </array>
  28. </dict>
  29. </array>
  30. <key>CFBundleSignature</key>
  31. <string>????</string>
  32. <key>CFBundleVersion</key>
  33. <string>$(FLUTTER_BUILD_NUMBER)</string>
  34. <key>LSRequiresIPhoneOS</key>
  35. <true/>
  36. <key>UILaunchStoryboardName</key>
  37. <string>LaunchScreen</string>
  38. <key>UIMainStoryboardFile</key>
  39. <string>Main</string>
  40. <key>UISupportedInterfaceOrientations</key>
  41. <array>
  42. <string>UIInterfaceOrientationPortrait</string>
  43. <string>UIInterfaceOrientationLandscapeLeft</string>
  44. <string>UIInterfaceOrientationLandscapeRight</string>
  45. </array>
  46. <key>UISupportedInterfaceOrientations~ipad</key>
  47. <array>
  48. <string>UIInterfaceOrientationPortrait</string>
  49. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  50. <string>UIInterfaceOrientationLandscapeLeft</string>
  51. <string>UIInterfaceOrientationLandscapeRight</string>
  52. </array>
  53. <key>UIViewControllerBasedStatusBarAppearance</key>
  54. <false/>
  55. <key>CFBundleLocalizations</key>
  56. <array>
  57. <string>en</string>
  58. </array>
  59. <key>CADisableMinimumFrameDurationOnPhone</key>
  60. <true/>
  61. <key>UIApplicationSupportsIndirectInputEvents</key>
  62. <true/>
  63. </dict>
  64. </plist>