annotate Builds/MacOSX/Info.plist @ 56:b4a2d2ae43cf tip

merge
author Andrew McPherson <andrewm@eecs.qmul.ac.uk>
date Fri, 23 Nov 2018 15:48:14 +0000
parents 96fe45462ed9
children
rev   line source
andrewm@3 1 <?xml version="1.0" encoding="UTF-8"?>
andrewm@3 2
andrewm@3 3 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
andrewm@3 4 <plist>
andrewm@3 5 <dict>
andrewm@3 6 <key>CFBundleExecutable</key>
andrewm@3 7 <string>${EXECUTABLE_NAME}</string>
andrewm@3 8 <key>CFBundleIconFile</key>
andrewm@3 9 <string>Icon.icns</string>
andrewm@3 10 <key>CFBundleIdentifier</key>
andrewm@3 11 <string>uk.ac.qmul.eecs.touchkeys</string>
andrewm@3 12 <key>CFBundleName</key>
andrewm@3 13 <string>TouchKeys</string>
andrewm@3 14 <key>CFBundlePackageType</key>
andrewm@3 15 <string>APPL</string>
andrewm@3 16 <key>CFBundleSignature</key>
andrewm@3 17 <string>????</string>
andrewm@3 18 <key>CFBundleShortVersionString</key>
andrewm@3 19 <string>0.1.0</string>
andrewm@3 20 <key>CFBundleVersion</key>
andrewm@3 21 <string>0.1.0</string>
andrewm@3 22 <key>NSHumanReadableCopyright</key>
andrewm@3 23 <string>Queen Mary, University of London</string>
andrewm@3 24 <key>NSHighResolutionCapable</key>
andrewm@3 25 <true/>
andrewm@3 26 </dict>
andrewm@3 27 </plist>