Skip to content
  • Ruslan Baratov's avatar
    Xcode: Add support for combined install on iOS · 565d080a
    Ruslan Baratov authored and Gregor Jasny's avatar Gregor Jasny committed
    This patch solves the problem of installing both: Device and Simulator
    libraries on iOS. Before only one of them was installed.
    
    If the IOS_INSTALL_COMBINED property is set on a target, a
    special install hook will be activated which builds the corresponding
    target and combines both at the install location.
    
    The original patch was contributed by Ruslan Baratov, and polished by
    Gregor Jasny.
    565d080a