Fork nostore and bump version to 2.0.0

This commit is contained in:
2025-04-06 20:49:25 -04:00
parent c8458140e6
commit 0d45c4dfbf
10 changed files with 131 additions and 94 deletions

View File

@@ -19,7 +19,7 @@ struct PrivacyPolicyView: View {
You, the user, own your data. The developers of this app collect no data, anonymous or otherwise.
This code of this application is fully auditable and available on our [GitHub page](https://github.com/ursuscamp/nostore).
This code of this application is fully auditable and available on our [GitHub page](https://github.com/tyiu/nostore).
""").multilineTextAlignment(.leading)
}.padding(.all)
}

View File

@@ -16,7 +16,7 @@ import SafariServices
typealias PlatformViewController = NSViewController
#endif
let extensionBundleIdentifier = "camp.ursus.nostore.Extension"
let extensionBundleIdentifier = "xyz.tyiu.nostore.Extension"
class ViewController: PlatformViewController, WKNavigationDelegate, WKScriptMessageHandler {