Skip to content

Commit 22e38f6

Browse files
henrik242claude
andcommitted
Add CLAUDE.md with project notes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6f02e8f commit 22e38f6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Build
2+
3+
$ xcodebuild -project Cocoa\ CapsBeeper.xcodeproj
4+
5+
## Notes
6+
7+
- Deployment target is macOS 13.0+ (required for SMAppService)
8+
- The Objective-C API is `SMAppService.mainAppService`, not `mainApp` — the latter is the Swift-only name (via `NS_SWIFT_NAME`)
9+
- The app name "Cocoa CapsBeeper" appears in many places: project.pbxproj, Info.plist, InfoPlist.strings, MainMenu.nib, AppController.m, build.yml, and the xcodeproj directory name itself
10+
- Homebrew formula lives in https://github.com/henrik242/homebrew-brew

0 commit comments

Comments
 (0)