chore: add just command launcher#604
Open
ovitrif wants to merge 2 commits into
Open
Conversation
|
Greptile encountered an error while reviewing this PR. Please reach out to support@greptile.com for assistance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR:
justcommand launcher for building, installing, launching, logging, and cleaning the iOS app.Linked Issues/Tasks
N/A
Screenshot / Video
N/A
QA Notes
Manual Tests
just run: Debug app builds, installs, and launches on a connected iPhone.just run logs: Debug app builds, installs, launches, and streams console logs.just run release: Release/mainnet app builds, installs, and launches on a connected iPhone.just clean all: repo build artifacts, Bitkit DerivedData, and SwiftPM caches are removed.Automated Checks
just runcompleted a full Debug build, install, and launch on a connected iPhone.BITKIT_LAUNCH=0 just run releasecompleted a Release/mainnet build and install on a connected iPhone.just clean allwas validated against redirected temporary build, DerivedData, and SwiftPM cache paths, including preserving an unrelated DerivedData folder.bash -n run.shshellcheck run.shjust --dry-run runjust --dry-run run logsjust --dry-run run releasejust --dry-run run release logsjust --dry-run cleanjust --dry-run clean build derived-data spmjust --dry-run clean allgit diff --check origin/master...HEAD