view openFrameworks-Info.plist @ 8:584ef20184f6

FIX: segv when too many users present - added test on user id; increased MAX_USERS to 16; changed window title to 'Melody Triangle Tracker'; ADDED: full screen option (key 'F'); ADDED: /randinit message between /birth and /start
author samer
date Wed, 15 Feb 2012 10:55:40 +0000
parents 2aa8ba4db20e
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 version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>${EXECUTABLE_NAME}</string>
	<key>CFBundleIdentifier</key>
	<string>ac.qmul.idyomTracker</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
</dict>
</plist>