https://github.com/jrincayc/ucblogo-code
Revision 09a7358a1d74dec5ae7a9999d869ea69a5ce2277 authored by Dan Malec on 21 October 2020, 00:12:14 UTC, committed by Dan Malec on 24 October 2020, 19:33:12 UTC
* Pass wxWidget argc/argv into Logo for evaluation
* Capture cwd in wxWidgets before it is changed to the Documents directory
* Use the captured cwd when loading files passed as command line arguments
1 parent 12004aa
Raw File
Tip revision: 09a7358a1d74dec5ae7a9999d869ea69a5ce2277 authored by Dan Malec on 21 October 2020, 00:12:14 UTC
ISSUE-36: Handle command line arguments across environments.
Tip revision: 09a7358
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