From 8e84b7514fa3475546ada9ae0a22ada285552699 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 2 Mar 2025 02:58:44 -0800 Subject: feat: Development commit --- .gitignore | 1 + justfile | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 justfile diff --git a/.gitignore b/.gitignore index b99acf6..5623a01 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ build/ # Other .DS_Store +*.just diff --git a/justfile b/justfile new file mode 100644 index 0000000..6ed528d --- /dev/null +++ b/justfile @@ -0,0 +1,15 @@ +import? 'xcode.just' + +target := 'Sora' + +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}} -- cgit v1.2.3