parallaxinc / BlocklyPropClient

Client to provide access to the propeller for loading binaries and serial terminal
9 stars 7 forks source link

Add in updates for Mac build and package #42

Closed PropGit closed 7 years ago

PropGit commented 7 years ago

[EDITED] Summary of changes:

Additional details:

PropGit commented 7 years ago

@zfi - Before merging this, let's talk. I've found an issue that I can't explain fully right now.

paragitadmin commented 7 years ago

The code to place the log file under MacOS looks for the ~/Library/Logs/Parallax/ folder. If it does not find that, it tries to create it. If it is unable to do so, it reports a failure to the init() function which, in turn, tells the main that the logger is unable to proceed with file logging.

PR #43 has been submitted to correct this issue.

PropGit commented 7 years ago

Thanks @zfi - That's a fantastic solution. I'll test it out this morning and try to determine why my build doesn't seem to use a Contents subfolder also; don't know why that's happening nor if it's a real problem or not at the moment.