diff options
author | David Robillard <d@drobilla.net> | 2011-01-11 19:57:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-11 19:57:52 +0000 |
commit | bff08fcbd085cf7af81cc5ac4e4edcb74bb3deb4 (patch) | |
tree | 785d255f1f8e810fd14703793b84092b6bb41600 /osx/Info.plist.in | |
parent | 8ad8594ef42af57e9e566b3ea9b9e13f01c5dc53 (diff) | |
download | patchage-bff08fcbd085cf7af81cc5ac4e4edcb74bb3deb4.tar.gz patchage-bff08fcbd085cf7af81cc5ac4e4edcb74bb3deb4.tar.bz2 patchage-bff08fcbd085cf7af81cc5ac4e4edcb74bb3deb4.zip |
Build a proper .app on OSX.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2827 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'osx/Info.plist.in')
-rw-r--r-- | osx/Info.plist.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in new file mode 100644 index 0000000..69f8fee --- /dev/null +++ b/osx/Info.plist.in @@ -0,0 +1,26 @@ +<?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>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleDisplayName</key> + <string>Patchage</string> + <key>CFBundleExecutable</key> + <string>patchage</string> + <key>CFBundleGetInfoString</key> + <string>@PATCHAGE_VERSION@, Copyright © 2010 David Robillard</string> + <key>CFBundleIconFile</key> + <string>Patchage</string> + <key>CFBundleIdentifier</key> + <string>net.drobilla.Patchage</string> + <key>CFBundleName</key> + <string>Patchage</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>@PATCHAGE_VERSION@</string> + <key>CFBundleSignature</key> + <string>patc</string> +</dict> +</plist> |