summaryrefslogtreecommitdiffstats
path: root/Info.plist.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-11 19:57:52 +0000
committerDavid Robillard <d@drobilla.net>2011-01-11 19:57:52 +0000
commitbff08fcbd085cf7af81cc5ac4e4edcb74bb3deb4 (patch)
tree785d255f1f8e810fd14703793b84092b6bb41600 /Info.plist.in
parent8ad8594ef42af57e9e566b3ea9b9e13f01c5dc53 (diff)
downloadpatchage-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 'Info.plist.in')
-rw-r--r--Info.plist.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/Info.plist.in b/Info.plist.in
deleted file mode 100644
index 69f8fee..0000000
--- a/Info.plist.in
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>