diff --git a/Projects/Toolinder/App/Sources/RootApp.swift b/Projects/Toolinder/App/Sources/RootApp.swift index 5760166..ef2b685 100644 --- a/Projects/Toolinder/App/Sources/RootApp.swift +++ b/Projects/Toolinder/App/Sources/RootApp.swift @@ -25,6 +25,11 @@ struct RootApp: App { ._printChanges() } ) + .modelContainer(for: [ + Ticker.self, + Trade.self, + Tag.self + ]) .onAppear(perform: UIApplication.shared.hideKeyboard) } } diff --git a/Projects/Toolinder/App/ToolinderIOS.entitlements b/Projects/Toolinder/App/ToolinderIOS.entitlements index 90bda52..9c1f471 100644 --- a/Projects/Toolinder/App/ToolinderIOS.entitlements +++ b/Projects/Toolinder/App/ToolinderIOS.entitlements @@ -2,17 +2,17 @@ - com.apple.security.app-sandbox - aps-environment development com.apple.developer.icloud-container-identifiers - iCloud.toolinder + iCloud.com.tamsadan.toolinder com.apple.developer.icloud-services CloudKit + com.apple.security.app-sandbox +