mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
22 lines
619 B
Plaintext
22 lines
619 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>NSSupportsAutomaticGraphicsSwitching</key>
|
|
<true/>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Servo</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleName</key>
|
|
<string>Servo</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2016 The Servo Authors</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.0.1</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.servo.servo</string>
|
|
</dict>
|
|
</plist>
|
|
|