<?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>