Rebrand Nostore to Nostash and set minimum deployment to iOS 18.0

This commit is contained in:
2025-04-06 23:13:17 -04:00
committed by Terry Yiu
parent 4bc7bf4214
commit 261003b876
87 changed files with 505 additions and 383 deletions

View File

@@ -1,6 +1,6 @@
//
// GettingStartedMac.swift
// Nostore
// Nostash
//
// Created by Ryan Breen on 2/18/23.
//
@@ -17,7 +17,7 @@ struct GettingStartedMac: View {
.font(.title)
.foregroundColor(.accentColor)
Text("")
Text("Upon installation of the app, open Safari. Click on the **Safari menu -> Settings... -> Extensions tab** and activate the **Nostore** extension. You will now see the Nostore icon in your Safari toolbar. For example:")
Text("Upon installation of the app, open Safari. Click on the **Safari menu -> Settings... -> Extensions tab** and activate the **Nostash** extension. You will now see the Nostash icon in your Safari toolbar. For example:")
.padding([.horizontal, .top], 20)
Image("macos-toolbar-inactive")
@@ -28,9 +28,9 @@ struct GettingStartedMac: View {
.padding([.top])
Text("""
On the right, you can see the Nostore logo, and it is gray (or **inactive**). This means that it does not have permission to access the current website.
On the right, you can see the Nostash logo, and it is gray (or **inactive**). This means that it does not have permission to access the current website.
The first time you visit a Nostr client, you will need to click the icon to give Nostore permission to access the site.
The first time you visit a Nostr client, you will need to click the icon to give Nostash permission to access the site.
Once active, the icon will become colored and you can select it again, where you will be greeted with a similar popup:
""").multilineTextAlignment(.leading)