From 7f965aae08e7e4505881ef8e9885a1e419a32be6 Mon Sep 17 00:00:00 2001 From: Eddy Varela Date: Sun, 5 Feb 2023 21:12:42 -0500 Subject: [PATCH] fix: updating to iOS DataStore initialization docs this actually does not exist anymore on the latest SwiftUI version and is not required to get DataStore initialized. It's pretty confusing and this code snippet does not work as is. --- .../lib/datastore/ios/getting-started/50_initDataStore.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fragments/lib/datastore/ios/getting-started/50_initDataStore.mdx b/src/fragments/lib/datastore/ios/getting-started/50_initDataStore.mdx index f465f93e6cc..998d0e06242 100644 --- a/src/fragments/lib/datastore/ios/getting-started/50_initDataStore.mdx +++ b/src/fragments/lib/datastore/ios/getting-started/50_initDataStore.mdx @@ -19,7 +19,6 @@ In your `App` scene, configure Amplify in the initializer: @main struct MyAmplifyApp: App { - @UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate var body: some Scene { WindowGroup {