I updated the project with Xcode 13.3, to allow me to build for Apple silicon / Universal. This patch also includes these changes:
LastUpgradeCheck bumped for the new Xcode version.
Set ONLY_ACTIVE_ARCH to NO for debug builds because one might have a heterogeneous hardware environment, want to use debug builds, and not want to have to track two binaries.
Accepted the recommended CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER and CODE_SIGN_IDENTITY settings changes suggested by the IDE.
Note that I have not tested the result on earlier versions of macOS. It works on Monterey so far as I've tested.
I updated the project with Xcode 13.3, to allow me to build for Apple silicon / Universal. This patch also includes these changes:
Note that I have not tested the result on earlier versions of macOS. It works on Monterey so far as I've tested.