Current State
After running sake edit and making some changes, subsequent calls to custom commands require a long (about 5 seconds on my M2) build step before they can be run - even if you pre-build the project in Xcode.
Using SAKE_EXPERIMENTAL_FEATURES=1 had no noticeable difference on build times
Proposal
If the user built their SakeApp in Xcode, that build should be respected.
Additionally, as a convenience for quick edits, it might be worthwhile to pass the -w flag to xed in order to pre-build automatically once it closes.
Current State
After running
sake editand making some changes, subsequent calls to custom commands require a long (about 5 seconds on my M2) build step before they can be run - even if you pre-build the project in Xcode.Using SAKE_EXPERIMENTAL_FEATURES=1 had no noticeable difference on build times
Proposal
If the user built their SakeApp in Xcode, that build should be respected.
Additionally, as a convenience for quick edits, it might be worthwhile to pass the -w flag to xed in order to pre-build automatically once it closes.