Mercurial > hg > touchkeys
changeset 3:96fe45462ed9
Add missing Mac build files
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Tue, 12 Nov 2013 12:46:47 +0000 |
parents | a7738cdb4e8f |
children | 9c21dd60a0f6 |
files | Builds/MacOSX/Icon.icns Builds/MacOSX/Info.plist Builds/MacOSX/TouchKeys.xcodeproj/project.xcworkspace/xcuserdata/apm.xcuserdatad/UserInterfaceState.xcuserstate |
diffstat | 3 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Builds/MacOSX/Info.plist Tue Nov 12 12:46:47 2013 +0000 @@ -0,0 +1,27 @@ +<?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>