Mercurial > hg > touchkeys
view Builds/MacOSX/Info.plist @ 44:73576f49ad1c
Trying out a new method for parsing OSC emulation strings which may be more Windows-friendly. Also added basic support for keyboard divisions on the display.
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Sat, 23 Aug 2014 23:46:38 +0100 |
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>