diff options
author | TingPing <tingping@tingping.se> | 2014-01-30 02:13:42 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-30 02:13:42 -0500 |
commit | a1f01aca0faf5a731d149cd18e6923e0fee046e3 (patch) | |
tree | 46c70d1519b75cc04ce2f68dd702c2db660ceabf /osx/Info.plist.in | |
parent | 83bf77f4d0bfde6345ed31b6d5ce140088bba826 (diff) |
osx: generate plist file
Diffstat (limited to 'osx/Info.plist.in')
-rw-r--r-- | osx/Info.plist.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in new file mode 100644 index 00000000..2ee15897 --- /dev/null +++ b/osx/Info.plist.in @@ -0,0 +1,30 @@ +<?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>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>HexChat</string> + <key>CFBundleGetInfoString</key> + <string>@VERSION@</string> + <key>CFBundleIconFile</key> + <string>hexchat.icns</string> + <key>CFBundleIdentifier</key> + <string>org.hexchat</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>@VERSION@</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>@VERSION@</string> + <key>NSHumanReadableCopyright</key> + <string></string> + <key>LSMinimumSystemVersion</key> + <string>10.4</string> +</dict> +</plist> |