From 38a4c506521e2b6b8cfe423c6a2cd4e725bf3583 Mon Sep 17 00:00:00 2001 From: Tyler Thompson Date: Sat, 13 Aug 2022 14:34:26 -0600 Subject: [PATCH] [fix-209] - Stop trying to sign a unit test target...come on - TT --- .../SwiftCurrentLint.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/SwiftCurrentLint/SwiftCurrentLint.xcodeproj/project.pbxproj b/.github/SwiftCurrentLint/SwiftCurrentLint.xcodeproj/project.pbxproj index b109fb1da..b5bb45b14 100644 --- a/.github/SwiftCurrentLint/SwiftCurrentLint.xcodeproj/project.pbxproj +++ b/.github/SwiftCurrentLint/SwiftCurrentLint.xcodeproj/project.pbxproj @@ -347,7 +347,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = KRX3M99K22; @@ -367,7 +367,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = KRX3M99K22;