From 2cbc9144b9286d83bad1c3d22a66fd164f305fe0 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 18 Sep 2020 14:21:09 -0700 Subject: [PATCH] Rename App --- Secretive/App.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Secretive/App.swift b/Secretive/App.swift index be31442..6bbf83e 100644 --- a/Secretive/App.swift +++ b/Secretive/App.swift @@ -4,7 +4,7 @@ import SecretKit import Brief @main -struct AppDelegate: App { +struct Secretive: App { private let storeList: SecretStoreList = { let list = SecretStoreList()