summaryrefslogtreecommitdiffstats
path: root/Info.plist.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-11 08:38:15 +0000
committerDavid Robillard <d@drobilla.net>2011-01-11 08:38:15 +0000
commit8ad8594ef42af57e9e566b3ea9b9e13f01c5dc53 (patch)
tree45be5c8b5be8ae47e7ff7c950996a3545a3f3498 /Info.plist.in
parenta1a115077fec38383d86e59229b1059de0493c75 (diff)
downloadpatchage-8ad8594ef42af57e9e566b3ea9b9e13f01c5dc53.tar.gz
patchage-8ad8594ef42af57e9e566b3ea9b9e13f01c5dc53.tar.bz2
patchage-8ad8594ef42af57e9e566b3ea9b9e13f01c5dc53.zip
Build OSX application bundle.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2826 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Info.plist.in')
-rw-r--r--Info.plist.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/Info.plist.in b/Info.plist.in
new file mode 100644
index 0000000..69f8fee
--- /dev/null
+++ b/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>