Skip to content

Instantly share code, notes, and snippets.

@juusechec
Created November 30, 2024 16:37
Show Gist options
  • Save juusechec/3cf0d8d6829676c4c85cd1a48039d16e to your computer and use it in GitHub Desktop.
Save juusechec/3cf0d8d6829676c4c85cd1a48039d16e to your computer and use it in GitHub Desktop.
Doom.app/Contents/Info.plist
<?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>CFBundleExecutable</key>
<string>Doom</string>
<key>CFBundleGetInfoString</key>
<string>Doom</string>
<key>CFBundleIconFile</key>
<string>doom3.icns</string>
<key>CFBundleName</key>
<string>Doom</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment