Setting up Xcode for modularization

Written for Xcode 15.2 Create the multiplatform app Start Xcode and go to File➡️New Project (⇧⌘N) Select the Multiplatform App template and click Next: Set the options for the new project and click Next. We’ll be using DemoProductName to see how Xcode uses this name. For example, note how it’s automatically appended to the organization identifier, generating the bundle identifier: Save the project on the disk. At this point, Xcode has created a DemoProductName scheme which can build the app for iOS or MacOS....