summaryrefslogtreecommitdiffstats
path: root/Source/cmXcFramework.cxx
Commit message (Collapse)AuthorAgeFilesLines
* .xcframework: Search Info.plist for "maccatalyst" instead of "catalyst"Kyle Edwards2023-08-161-2/+2
|
* .xcframework: Check SupportedPlatformVariantKyle Edwards2023-08-151-2/+37
|
* Merge topic 'clang-tidy-xcode-generator'Brad King2023-08-011-7/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09b7ac7f67 strings: use single characters where possible 6aa9023700 string_view: use string_view literals in comparisons 1b60137b98 strings: combine string literals e1b70d7286 cmCPackDragNDropGenerator: use a string instead of a stream for commands f5d04b5bf0 cmStrCat: use where possible in Apple-specific sources 3af822cd8f cmXCode21Object: simplify streaming expression c4f751604b cmLocalXCodeGenerator: return a default string ce549909fb cmCPackPKGGenerator: remove unnecessary `.c_str()` calls ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8660
| * string_view: use string_view literals in comparisonsBen Boeckel2023-07-301-7/+8
| |
* | IWYU: Update for Debian 12 CI jobBrad King2023-07-281-1/+0
|/ | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12.
* macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-261-0/+174
Issue: #21752