From 4c97d099ea7275f34bf236e7700a459cb85eb2a6 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 11 Nov 2019 17:57:49 -0600 Subject: [PATCH] Add ProjectSettings.xcconfig to be included in the Account build. --- Frameworks/Account/xcconfig/Account_project.xcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/Frameworks/Account/xcconfig/Account_project.xcconfig b/Frameworks/Account/xcconfig/Account_project.xcconfig index b7f10e36e..8e096dabd 100644 --- a/Frameworks/Account/xcconfig/Account_project.xcconfig +++ b/Frameworks/Account/xcconfig/Account_project.xcconfig @@ -7,6 +7,7 @@ PROVISIONING_PROFILE_SPECIFIER = // DeveloperSettings.xcconfig is #included here #include? "../../../SharedXcodeSettings/DeveloperSettings.xcconfig" +#include? "../../../SharedXcodeSettings/ProjectSettings.xcconfig" SDKROOT = macosx MACOSX_DEPLOYMENT_TARGET = 10.15