diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2022-06-20 19:24:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-21 14:49:45 (GMT) |
commit | 7c79fde5fbcaaab90ade361f1fc4f6bc3928ed02 (patch) | |
tree | d170c8d4c0c61972251ad3a9bccd34c6bae13043 /Modules/CompilerId | |
parent | 116cc5a57b7c9e99f074768231fb124121bbc66c (diff) | |
download | CMake-7c79fde5fbcaaab90ade361f1fc4f6bc3928ed02.zip CMake-7c79fde5fbcaaab90ade361f1fc4f6bc3928ed02.tar.gz CMake-7c79fde5fbcaaab90ade361f1fc4f6bc3928ed02.tar.bz2 |
Xcode: automatically create Info.plist for signing during compiler id
Extend the Xcode 14 update from commit 89e1113e0c (Xcode: Use ad-hoc
signing during compiler id on macOS, 2022-06-10, v3.24.0-rc1~13^2~2).
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r-- | Modules/CompilerId/Xcode-3.pbxproj.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CompilerId/Xcode-3.pbxproj.in b/Modules/CompilerId/Xcode-3.pbxproj.in index 43e8cc8..543c6a9 100644 --- a/Modules/CompilerId/Xcode-3.pbxproj.in +++ b/Modules/CompilerId/Xcode-3.pbxproj.in @@ -83,6 +83,7 @@ buildSettings = { CODE_SIGNING_REQUIRED = NO; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)"; + GENERATE_INFOPLIST_FILE = YES; SYMROOT = .; @id_archs@ @id_arch_active@ |