Skip to content

Commit 08fba38

Browse files
Update CLAUDE.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 03530f7 commit 08fba38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ When updating image assets (like `target-64.png`), you **must** rebuild the app
2828

2929
**Steps to update an image:**
3030
1. Replace the image file in `Sources/ClickIt/Lite/Resources/`
31-
2. Clean the build: `rm -rf .build` (or `swift package clean`)
32-
3. Rebuild: `swift build` or build in Xcode
31+
2. Clean the build: `swift package clean` or in Xcode: `Product > Clean Build Folder` (⇧⌘K).
32+
3. Rebuild: `swift build` or in Xcode: `Product > Build` (⌘B).
3333
4. The new image will now be bundled and loaded
3434

3535
**Quick command:**

0 commit comments

Comments
 (0)