-
Notifications
You must be signed in to change notification settings - Fork 2
System Configuration: Macintosh
Parallax Git Administrator edited this page Nov 4, 2022
·
3 revisions
These configuration steps need only be done once per development system. Once done, follow the Build and Package steps.
- Open Terminal (Mac command-line)
- Install Git if necessary
- Install Git LFS if necessary
- Clone the BlocklyPropLauncher repository
- $ git clone https://github.com/parallaxinc/BlocklyPropLauncher.git
- $ cd BlocklyPropLauncher
- $ git checkout {branch}
- Install Apple Developer code signing certificates into the KeyChain
- {This process is complicated and has not been documented by Parallax}
After configuration (above), follow the Build and Package steps.