From fd1c63b2fd6d138292b69c784bfce4742750195b Mon Sep 17 00:00:00 2001 From: Nicholas Maccharoli Date: Sun, 14 Mar 2021 15:30:52 +0900 Subject: [PATCH] Modernize Project for Xcode 12.4 --- Attributed.xcodeproj/project.pbxproj | 6 +++--- .../xcshareddata/xcschemes/Attributed-watchOS.xcscheme | 2 +- .../xcshareddata/xcschemes/Attributed.xcscheme | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Attributed.xcodeproj/project.pbxproj b/Attributed.xcodeproj/project.pbxproj index 3437734..67db947 100644 --- a/Attributed.xcodeproj/project.pbxproj +++ b/Attributed.xcodeproj/project.pbxproj @@ -245,7 +245,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0810; - LastUpgradeCheck = 1200; + LastUpgradeCheck = 1240; ORGANIZATIONNAME = Attributed; TargetAttributes = { A53787AE254B376B004CF589 = { @@ -357,7 +357,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; @@ -384,7 +384,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_MODULES = YES; - CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; diff --git a/Attributed.xcodeproj/xcshareddata/xcschemes/Attributed-watchOS.xcscheme b/Attributed.xcodeproj/xcshareddata/xcschemes/Attributed-watchOS.xcscheme index 5090389..b8bf932 100644 --- a/Attributed.xcodeproj/xcshareddata/xcschemes/Attributed-watchOS.xcscheme +++ b/Attributed.xcodeproj/xcshareddata/xcschemes/Attributed-watchOS.xcscheme @@ -1,6 +1,6 @@