From 70c9737ef709d0b4fe3e19764ff89b5787a8c168 Mon Sep 17 00:00:00 2001 From: Brandon Evans Date: Tue, 19 Jan 2021 22:20:07 -0700 Subject: [PATCH] Xcode wants to change the Info.plist --- com.robotsandpencils.XcodesApp.Helper/Info.plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.robotsandpencils.XcodesApp.Helper/Info.plist b/com.robotsandpencils.XcodesApp.Helper/Info.plist index dd15ba95..54d2d99b 100644 --- a/com.robotsandpencils.XcodesApp.Helper/Info.plist +++ b/com.robotsandpencils.XcodesApp.Helper/Info.plist @@ -8,11 +8,11 @@ 6.0 CFBundleShortVersionString $(MARKETING_VERSION) + CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT + $(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT) SMAuthorizedClients - identifier "com.robotsandpencils.XcodesApp" and info [CFBundleShortVersionString] >= "1.0.0" and anchor apple generic and certificate leaf[subject.OU] = "$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)" + identifier "com.robotsandpencils.XcodesApp" and info [CFBundleShortVersionString] >= "1.0.0" and anchor apple generic and certificate leaf[subject.OU] = "$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)" - CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT - $(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)