From 7c79fde5fbcaaab90ade361f1fc4f6bc3928ed02 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Mon, 20 Jun 2022 21:24:36 +0200 Subject: 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). --- Modules/CompilerId/Xcode-3.pbxproj.in | 1 + 1 file changed, 1 insertion(+) 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@ -- cgit v0.12