ruffle/desktop/packages/macOS/Contents/Info.plist

31 lines
935 B
Plaintext
Raw Normal View History

<?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>CFBundleDisplayName</key>
<string>Ruffle</string>
<key>CFBundleExecutable</key>
<string>ruffle</string>
<key>CFBundleIconFile</key>
<string>RuffleMacIcon</string>
<key>CFBundleIconName</key>
<string>RuffleMacIcon</string>
<key>CFBundleIdentifier</key>
<string>rs.ruffle.ruffle</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Ruffle</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>NSAccentColorName</key>
<string>RuffleOrange</string>
</dict>
</plist>