9 Commits

Author SHA1 Message Date
Jozef Koval
b49400ff0c
Fix $$ escaping that broke every Xcode just recipe (#1525) 2026-07-30 17:56:32 +01:00
jack
565d2b7773
Make developer cleanup artifact-only (#1433)
Rewrites just clean/nuke to remove only ignored build artifacts (.DerivedData/.build), never git-checkout or rm tracked project files (previously could destroy uncommitted work). Adds a CI guard (check-just-clean-safety.sh) against reintroducing source-mutating cleanup, plus README/Local.xcconfig modernization.
2026-07-26 10:50:25 +02:00
Will Han
394836f247 Correct the scheme name for macOS target. 2025-11-07 00:06:24 +08:00
RedThoroughbred
b81ae0b4c0
fix: improve Xcode detection in Justfile (#814)
- Add check for full Xcode vs command line tools only
- Provide clearer error messages with setup instructions
- Verify Xcode is installed and properly configured
- Add better validation for development environment

Fixes issue where 'just run' fails with cryptic error when only
command line tools are installed. Now gives clear guidance on
installing full Xcode and configuring xcode-select properly.

Resolves #760
2025-10-17 21:37:51 +02:00
Rubens
f684c452b2
fix: adjust Justfile after removing XcodeGen from the project (#620) 2025-09-15 20:59:56 +02:00
Mateusz Matoszko
47b0829685
Excludes Index.noindex in Justfile (#440) 2025-08-15 23:06:37 +02:00
Michael Neale
f76d5c340b progress 2025-07-10 11:17:08 +10:00
Michael Neale
6774306c27 checkpoint 2025-07-10 11:04:31 +10:00
Michael Neale
857affa46d running on macos 2025-07-10 10:00:28 +10:00