view Builds/MacOSX/Info.plist @ 28:cfbcd31a54e7

First attempt at "rescan devices". Reloads TouchKeys and MIDI in/out devices. Sets MIDI in/out to Disabled if previous device not found. Does not yet handle order of devices changing. Also fix some bugs: -- Can now disable Standalone mode -- Poly-AT now accounts for transposition -- If TK device stops on error, GUI reflects it -- Possible crash on quit should be fixed (needs more testing)
author Andrew McPherson <andrewm@eecs.qmul.ac.uk>
date Sun, 02 Mar 2014 22:31:54 +0000
parents 96fe45462ed9
children
line wrap: on
line source
<?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>
  <dict>
    <key>CFBundleExecutable</key>
    <string>${EXECUTABLE_NAME}</string>
    <key>CFBundleIconFile</key>
    <string>Icon.icns</string>
    <key>CFBundleIdentifier</key>
    <string>uk.ac.qmul.eecs.touchkeys</string>
    <key>CFBundleName</key>
    <string>TouchKeys</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleShortVersionString</key>
    <string>0.1.0</string>
    <key>CFBundleVersion</key>
    <string>0.1.0</string>
    <key>NSHumanReadableCopyright</key>
    <string>Queen Mary, University of London</string>
    <key>NSHighResolutionCapable</key>
    <true/>
  </dict>
</plist>