diff options
Diffstat (limited to 'packaging/macosx/Info.plist.in')
-rw-r--r-- | packaging/macosx/Info.plist.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in new file mode 100644 index 000000000..a623303a1 --- /dev/null +++ b/packaging/macosx/Info.plist.in @@ -0,0 +1,22 @@ +<?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>CFBundleIconFile</key> + <string>Subsurface.icns</string> + <key>CFBundleName</key> + <string>Subsurface</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleSignature</key> + <string>SBSF</string> + <key>CFBundleExecutable</key> + <string>subsurface</string> + <key>CFBundleIdentifier</key> + <string>org.hohndel.subsurface</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>1.0</string> + <key>CFBundleVersion</key> + <string>CFBUNDLEVERSION_TOKEN</string> +</dict> +</plist> |