| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Xcode: Make iOS tests compatible with Xcode 11 | Gregor Jasny | 2019-08-26 | 1 | -0/+1 |
| | | |||||
| * | Apple: Introduce separate system name for iOS, tvOS, and watchOS | Gregor Jasny | 2019-02-04 | 1 | -3/+3 |
| | | | | | | | | | | | | - Remove code signing requirements for non-macOS - Do not set deployment target for non-macOS - Build static library for compiler feature detection for non-macOS - Use framework to run CompilerId tests for watchOS - Port tests to new SDK handling - Add new Apple cross-compiling section to toolchain documentation Closes: #17870 | ||||
| * | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 1 | -0/+3 |
| | | | | | Closes: #17431 | ||||
| * | Xcode: Add support for combined install on iOS | Ruslan Baratov | 2015-12-10 | 1 | -0/+36 |
| 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. | |||||
