conan-extensions
conan-extensions copied to clipboard
[feature request] Command to deploy macOS/iOS universal binaries
See the long discussion here: https://github.com/conan-io/conan-extensions/issues/59
The simplest approach is to deploy the Conan dependencies, run lipo on everything, then use an Xcode project created by hand. My example command is here:
https://github.com/gmeeker/conan-deploy-lipo
PR will follow shortly.