https://github.com/jrincayc/ucblogo-code
Revision 88e3cb29ca023aa1a2a0511c01975b0faf5e0396 authored by Joshua Cogliati on 07 December 2020, 02:17:54 UTC, committed by GitHub on 07 December 2020, 02:17:54 UTC
ISSUE-51: Improve UX / fix bugs related to char buffer output.
2 parent s 16c4e72 + f7939e3
Raw File
Tip revision: 88e3cb29ca023aa1a2a0511c01975b0faf5e0396 authored by Joshua Cogliati on 07 December 2020, 02:17:54 UTC
Merge pull request #71 from dmalec/ISSUE-51
Tip revision: 88e3cb2
logo-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>CFBundleExecutable</key>
	<string>logo</string>
	<key>CFBundleGetInfoString</key>
	<string></string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>com.MySoftwareCompany.logo</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string></string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0.0d1</string>
</dict>
</plist>
back to top