summaryrefslogtreecommitdiffstats
path: root/osx/Info.plist.in
diff options
context:
space:
mode:
Diffstat (limited to 'osx/Info.plist.in')
-rw-r--r--osx/Info.plist.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/osx/Info.plist.in b/osx/Info.plist.in
new file mode 100644
index 0000000..0d8714b
--- /dev/null
+++ b/osx/Info.plist.in
@@ -0,0 +1,45 @@
+<?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 © 2014 David Robillard</string>
+ <key>CFBundleIconFile</key>
+ <string>Patchage</string>
+ <key>CFBundleIconFile</key>
+ <string>Patchage.icns</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>
+ <key>LSEnvironment</key>
+ <dict>
+ <key>DYLD_LIBRARY_PATH</key>
+ <string>lib</string>
+ <key>GTK_PATH</key>
+ <string>lib</string>
+ <key>GTK_DATA_PREFIX</key>
+ <string>Resources</string>
+ <key>XDG_DATA_DIRS</key>
+ <string>Resources</string>
+ <key>GDK_PIXBUF_MODULE_FILE</key>
+ <string>Resources/loaders.cache</string>
+ <key>FONTCONFIG_FILE</key>
+ <string>Resources/fonts.conf</string>
+ <key>PANGO_RC_FILE</key>
+ <string>Resources/pangorc</string>
+ </dict>
+</dict>
+</plist>