15 lines
713 B
Text
15 lines
713 B
Text
<?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>CFBundleName</key><string>SilverBullet</string>
|
|
<key>CFBundleDisplayName</key><string>SilverBullet</string>
|
|
<key>CFBundleIdentifier</key><string>ch.hacktivism.silverbullet</string>
|
|
<key>CFBundleVersion</key><string>1</string>
|
|
<key>CFBundleShortVersionString</key><string>1.0</string>
|
|
<key>CFBundleExecutable</key><string>SilverBullet</string>
|
|
<key>CFBundlePackageType</key><string>APPL</string>
|
|
<key>LSMinimumSystemVersion</key><string>12.0</string>
|
|
<key>CFBundleIconFile</key><string>AppIcon</string>
|
|
</dict>
|
|
</plist>
|