crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 954a77b8f840e36c1e7ce34cc6e12f6949607eb9
parent 88de048dde700b624f78bd3215e5d39e229c8504
Author: Michael Camilleri <[email protected]>
Date:   Wed, 20 May 2026 19:21:04 +0900

Add directive to use xcodegen to AGENTS.md

Diffstat:
MAGENTS.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/AGENTS.md b/AGENTS.md @@ -26,6 +26,7 @@ ## Building +- The Xcode project is generated from `project.yml` using XcodeGen. Do not edit `Crossmate.xcodeproj/project.pbxproj` directly; run `xcodegen generate` after changing project structure. - Compile-check changes via `bash Scripts/build.sh`; the script picks a simulator automatically. Use this for a quick build instead of running the full unit suite. ## Running Tests