Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Split some RunCMake.XcodeProject cases into a separate test | Brad King | 2023-05-15 | 1 | -3/+0 |
| | | | | | | The `RunCMake.XcodeProject` has many cases and occasionally fails due to timeout. Move iOS and other device-specific cases to a new `RunCMake.XcodeProject-Device` test. | ||||
* | Tests: Avoid warnings about unused arguments | Gregor Jasny | 2020-08-08 | 1 | -1/+1 |
| | |||||
* | Fix iOS Bundle layouts (#15669) | Gregor Jasny | 2015-08-24 | 1 | -0/+3 |
In contrast to Mac OS X App bundle layout the iOS one lacks the Contents/MacOSX structure. See also the Bundle Structures documentation in Mac Developer Library: https://developer.apple.com/library/mac/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html For now detect iOS targets by checking the SDK name/path. |