Mercurial > public > lazybear
diff LazyBear/LazyBearApp.swift @ 429:e4ca9898b79b
Add WatchOS Target
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 19 Jun 2021 16:20:58 +0200 |
parents | bdfdf3a1b34e |
children | 3ca32ff79630 |
line wrap: on
line diff
--- a/LazyBear/LazyBearApp.swift Fri Jun 18 12:43:17 2021 +0200 +++ b/LazyBear/LazyBearApp.swift Sat Jun 19 16:20:58 2021 +0200 @@ -11,13 +11,13 @@ @main struct LazyBearApp: App { let persistenceController = PersistenceController.shared // Core Data init - init() { /// Revenue Cat configuration - Purchases.configure(withAPIKey: "ZnlVFgEqTmhLagtzgFawvlhAROXQjyFi") - } +// init() { /// Revenue Cat configuration +// Purchases.configure(withAPIKey: "ZnlVFgEqTmhLagtzgFawvlhAROXQjyFi") +// } var body: some Scene { WindowGroup { - ContentView() + MainViewTest() .environment(\.managedObjectContext, persistenceController.container.viewContext) } }