mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
33 lines
994 B
Plaintext
33 lines
994 B
Plaintext
<?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>FlutterEmbedder</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>io.flutter.flutter-embedder</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>FlutterEmbedder</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>FMWK</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2013 The Flutter Authors. All rights reserved.</string>
|
|
<key>FlutterEngine</key>
|
|
<string>{0}</string>
|
|
<key>ClangVersion</key>
|
|
<string>{1}</string>
|
|
</dict>
|
|
</plist>
|