import? 'xcode.just' target := 'Sora' alias fmt := format alias b := build alias gen := generate 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}} install location="/Users/${USER}/Applications" derived_data='/Users/${USER}/Library/Developer/Xcode/DerivedData': cp -r {{derived_data}}/{{target}}-*/Build/Products/Release/{{target}}.app {{location}} generate: mint run xcodegen@synced_folder generate