summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/XcodeIOSInstallCombinedSingleArch.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Tell Xcode to disallow signing altogether in relevant casesBrad King2020-09-011-0/+1
| | | | | | | | The Xcode 'new build system' rejects empty signing identities unless signing is explicitly marked as not allowed. Update test cases where we turn off signing to explicitly disallow it too. Also turn off signing in the XCTest test.
* Xcode: Make iOS tests compatible with Xcode 11Gregor Jasny2019-08-261-0/+1
|
* Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-041-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 SDKGregor Jasny2017-12-221-0/+3
| | | | Closes: #17431
* Fix iOS combined feature for single architecture targetsRuslan Baratov2016-03-151-0/+19
If list of valid target architectures is empty for given SDK then there will be no VALID_ARCHS build setting returned by Xcode. Return "" (empty string) explicitly in this case. This may happens if CMAKE_IOS_INSTALL_COMBINED is ON but only one architecture used in target.