Skip to content
Snippets Groups Projects
Commit 565d080a authored by Ruslan Baratov's avatar Ruslan Baratov Committed by Gregor Jasny
Browse files

Xcode: Add support for combined install on iOS

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.
parent 34f5ef56
No related branches found
No related tags found
No related merge requests found
Showing
with 532 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment