Updating the app to work on macOS
You have modified your app's screens to work well on all iOS devices. Now you'll learn how to make your app run on a Mac.
Apple have updated Mac Catalyst during WWDC2021, which makes it possible to build a Mac app from an existing iPad app with Mac-specific optimizations. As you will see, both apps will share the same project and source code.
Important Information
Watch the video at the following link to see the latest updates to Mac Catalyst announced by Apple during WWDC2021: https://developer.apple.com/videos/play/wwdc2021/10052/.
More information about Mac Catalyst is available at https://developer.apple.com/mac-catalyst/.
Before you begin, note that this only works if have a free or paid Apple developer account. If you use the project files in the Chapter24
folder downloaded from GitHub at https://github.com/PacktPublishing/iOS-15-Programming-for-Beginners-Sixth-Edition, you have to set the development team for your app...