Skip to content

Instantly share code, notes, and snippets.

@incoherentsoftware
Created December 22, 2021 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save incoherentsoftware/c9083803d9bdd21cf24297a61771df4b to your computer and use it in GitHub Desktop.
Save incoherentsoftware/c9083803d9bdd21cf24297a61771df4b to your computer and use it in GitHub Desktop.
<?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>defect-process</string>
<key>CFBundleDisplayName</key>
<string>Defect Process</string>
<key>CFBundleIdentifier</key>
<string>com.incoherentsoftware.DefectProcess</string>
<key>CFBundleVersion</key>
<string>0.8.8</string>
<key>CFBundlePackageType</key>
<string>AAPL</string>
<key>CFBundleSignature</key>
<string>dfps</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment