Info.plist 1 KB
Newer Older
jzhang's avatar
jzhang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>CFBundleDevelopmentRegion</key>
  <string>en</string>
  <key>CFBundleExecutable</key>
  <string>Flutter</string>
  <key>CFBundleIdentifier</key>
  <string>io.flutter.flutter</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundleName</key>
  <string>Flutter</string>
  <key>CFBundlePackageType</key>
  <string>FMWK</string>
  <key>CFBundleShortVersionString</key>
  <string>1.0</string>
  <key>CFBundleSignature</key>
  <string>????</string>
  <key>CFBundleVersion</key>
  <string>1.0</string>
  <key>MinimumOSVersion</key>
朱国瑞's avatar
朱国瑞 committed
24
  <string>12.0</string>
jzhang's avatar
jzhang committed
25
  <key>FlutterEngine</key>
朱国瑞's avatar
朱国瑞 committed
26
  <string>edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4</string>
jzhang's avatar
jzhang committed
27
  <key>ClangVersion</key>
朱国瑞's avatar
朱国瑞 committed
28
  <string>b'Fuchsia clang version 18.0.0 (https://llvm.googlesource.com/llvm-project 725656bdd885483c39f482a01ea25d67acf39c46)'</string>
jzhang's avatar
jzhang committed
29 30
</dict>
</plist>