CMake generated projects and Info.plist

We’re not using Projucer but CMake to generate our Xcode projects.
What’s the preferred way to modify the Info.plist generated?

For example I want to set/add ITSAppUsesNonExemptEncryption to NO

You can use the PLIST_TO_MERGE option to supply your own custom plist contents. This works in the same way as the similarly-named field in the Projucer.

1 Like