Tyro/resources/platform/osx/Info.plist

15 lines
427 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>Tyro</string>
<key>CFBundleName</key>
<string>Tyro</string>
<key>CFBundleIconFile</key>
<string>tyro.icns</string>
<key>CFBundleIdentifier</key>
<string>net.timshomepage.Tyro</string>
</dict>
</plist>