Skip to content

Commit 0309b1f

Browse files
committed
fix: track distros/safari/ for Xcode Cloud builds
Xcode Cloud clones the repo and expects distros/safari/ to exist for the extension targets. Previously gitignored, causing lstat errors on every cloud build. Now tracked in git. Chrome and Firefox distros remain gitignored.
1 parent cf5bab0 commit 0309b1f

49 files changed

Lines changed: 69854 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ docker/
1515
xcuserdata/
1616
.build/
1717

18-
# Distribution builds and zips
19-
distros/
18+
# Distribution builds and zips (safari/ tracked for Xcode Cloud)
19+
distros/chrome/
20+
distros/firefox/
21+
distros/*.zip
2022
*.zip
2123

2224
# Chrome Web Store credentials
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extension_name": {
3+
"message": "NostrKey",
4+
"description": "The extension display name."
5+
},
6+
"extension_description": {
7+
"message": "Nostr key manager and signer. Store your private keys securely and sign events without exposing them.",
8+
"description": "Extension summary shown in browser stores and extension management pages."
9+
}
10+
}

0 commit comments

Comments
 (0)