conan-extensions icon indicating copy to clipboard operation
conan-extensions copied to clipboard

[feature request] Command to deploy macOS/iOS universal binaries

Open gmeeker opened this issue 1 year ago • 0 comments

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.

gmeeker avatar Jun 06 '23 00:06 gmeeker