Add note about local signing

This commit is contained in:
Peter Steinberger 2025-06-17 18:15:32 +02:00
parent 9e67150d71
commit 0e4cacc69d

View file

@ -157,6 +157,17 @@ cd web && npm install && npm run build && cd ..
open VibeTunnel.xcodeproj
```
## Local Development Setup
For local development, configure your development team ID in `Local.xcconfig`. Without this, you'll face repeated permission and keychain dialogs, especially with ad-hoc installations. With proper code signing, these dialogs only appear on first launch.
To get your team ID:
```bash
security find-identity -v -p codesigning
```
Then copy `Local.xcconfig.template` to `Local.xcconfig` and insert your team ID. This file is gitignored to keep your personal settings private.
## Credits
Created with ❤️ by: