Commit 5e3b45f
committed
fix: add explicit macOS sandbox entitlements — client only, no server
Apple rejected v1.5.9 for com.apple.security.network.server entitlement
(Guideline 2.4.5(i)). NostrKey only makes outgoing WebSocket connections,
not incoming. Explicitly set app-sandbox + network.client on both macOS
targets to prevent Xcode from auto-adding network.server.1 parent 0309b1f commit 5e3b45f
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
0 commit comments