Currently only generates the release zip, doesn't automatically upload it yet. need to do more work to auto-increment the build number/version, can be a subsequent PR.
Added xcbeautify to cut down on the huge terminal output from xcodebuild, but i tee off the full output into a logfile in case it's needed. I reran make init to install it and update the lockfiles.
Currently only generates the release zip, doesn't automatically upload it yet. need to do more work to auto-increment the build number/version, can be a subsequent PR.
Added
xcbeautify
to cut down on the huge terminal output fromxcodebuild
, but itee
off the full output into a logfile in case it's needed. I reranmake init
to install it and update the lockfiles.Related to #35.