https://github.com/jrincayc/ucblogo-code
Revision 18dee03a61bca9d0dd5dd3efd9d3dc26a3085f35 authored by chou86_e on 09 August 2008, 19:10:20 UTC, committed by chou86_e on 09 August 2008, 19:10:20 UTC


git-svn-id: https://svn.code.sf.net/p/ucblogo/code@140 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent f34b536
Raw File
Tip revision: 18dee03a61bca9d0dd5dd3efd9d3dc26a3085f35 authored by chou86_e on 09 August 2008, 19:10:20 UTC
Added font selection menu. Only tested on linux.
Tip revision: 18dee03
Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleIconFile</key>
	<string>logo.icns</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>0.0.1d1</string>
</dict>
</plist>
back to top