You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update CLAUDE.md and Apple submission guide for v1.5.6
- Updated version to v1.5.6, noted iOS + macOS pending review
- Added Safari/App Store build commands and bundle ID info to CLAUDE.md
- Updated screenshot section with correct dimensions and simulators
- Added archive build procedure (xcodebuild archive from CLI)
- Documented bundle ID alignment (com.nostrkey for both platforms)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
NostrKey is **the hand that holds the baseball card**. It manages your private keys, signs events, encrypts data, and connects you to your NostrKeep relay and npub.bio identity. Free, open source (MIT), forked from ursuscamp/nostore.
8
8
9
9
## Current Version
10
-
v1.5.5 — Live on Chrome Web Store, Android (Google Play), iOS (App Store submission in progress)
10
+
v1.5.6 — Live on Chrome Web Store, Android (Google Play). iOS + macOS Safari submitted to App Store (pending review, 2026-03-03).
# Upload via Xcode Organizer → Distribute App → App Store Connect
79
+
```
80
+
81
+
**Bundle IDs** (must match across platforms for unified listing):
82
+
- App: `com.nostrkey`
83
+
- Extension: `com.nostrkey.Extension`
84
+
- Team: `H48PW6TC25`
85
+
59
86
## Architecture
60
87
Extension uses background service worker + sidepanel UI. Mobile apps (iOS/Android) wrap this in dual-WebView architecture with native bridges (IOSBridge.swift / AndroidBridge.kt).
0 commit comments