Hello, On 02/12/15 13:44, Bartosz Kosiorek wrote: > I would like to propose to rename property name to INSTALL_IOS_UNIVERSAL_LIBS.
My thoughts about the property name: I added the necessary functionality to also combine Frameworks and App Bundles. So the _LIBS suffix now got misleading. And I think that providing a different property for libraries, frameworks and app bundles is not really helpful. To combine all targets one could set the CMAKE_ prefixed variable, to combine only some, one could set the property on the target itself. Deploying applications which support both armv7 (32bit) and armv8 (64bit) is already working by setting both architectures in the OSX_ARCHITECTURES property because both are covered by the device SDK. So technically we already support UNIVERSAL libraries. What we don't support is combining device and simulator builds. So how about replacing UNIVERSAL with COMBINED? IOS_INSTALL_COMBINED_BINARY I'm not sure if dropping the IOS bundle currently makes sense. At the moment just iOS (and watchOS, tvOS) is the odd platfrom which requires work-arounds. Thanks, Gregor -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers