Mercurial > public > geoquiz
comparison GeoQuiz/GeoQuizApp.swift @ 20:e281791e0494
finish implementation
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Sun, 23 Oct 2022 11:48:39 +0100 |
parents | 1011e56b7832 |
children |
comparison
equal
deleted
inserted
replaced
19:f140bb277c96 | 20:e281791e0494 |
---|---|
8 import SwiftUI | 8 import SwiftUI |
9 import RevenueCat | 9 import RevenueCat |
10 | 10 |
11 @main | 11 @main |
12 struct GeoQuizApp: App { | 12 struct GeoQuizApp: App { |
13 @StateObject private var persistenceController = PersistenceController() | 13 let persistenceController = PersistenceController.shared |
14 | 14 |
15 init() { | 15 init() { |
16 Purchases.configure(withAPIKey: "appl_BymTxroeoaWiXAraaFjcPlHlqbf") | 16 Purchases.configure(withAPIKey: "appl_BymTxroeoaWiXAraaFjcPlHlqbf") |
17 } | 17 } |
18 | 18 |