mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
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).
This commit is contained 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@
|
||||
|
||||
Reference in New Issue
Block a user