From 2f902d844ebbca32db93d6c84d23effa06c3907c Mon Sep 17 00:00:00 2001 From: rzen Date: Sat, 4 Jul 2026 13:23:30 -0400 Subject: [PATCH] CLAUDE.md: add never-hand-edit warning for generated xcodeproj Claude-Session: https://claude.ai/code/session_01CqrgFRh9oCeBvbpSxyw3qA --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index eae3af8..317544f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,7 +10,8 @@ IceGlass is a macOS menu bar application that provides NHL game situational awar ### Build Commands ```bash -# Generate Xcode project (after modifying project.yml) +# Generate Xcode project (after modifying project.yml). +# Never hand-edit IceGlass.xcodeproj — it is generated and will be overwritten. xcodegen generate # Build the project