sentry-demos / ios

iOS Empower Plant
1 stars 4 forks source link

meta: add `make release` task #47

Closed armcknight closed 1 year ago

armcknight commented 1 year ago

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.

Related to #35.