Setting up CloudKit with Core Data
This is something I keep forgetting how to do so I’m posting this as a reference for future me and anyone else that finds it helpful. These instructions assume you have created a new Xcode project with these options. This will create some boiler plate Core Data code in the AppDelegate and SceneDelegate. In the…