1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import? 'xcode.just' target := 'HoloBar' fetch: curl https://raw.githubusercontent.com/Fuwn/justfiles/refs/heads/main/xcode.just > xcode.just format: just _format {{target}} build: just _build {{target}} open: just _open {{target}}