From 731c2f4ed46cd08a5282f71be318ebb6cdc094b5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 12 Mar 2021 23:51:19 +0100 Subject: [PATCH] remove CODESIGN_IDENTITY from xcconfig files - hopefully fixes builds --- pkg/apple/GitLabCI.xcconfig | 1 - pkg/apple/OpenGL_GitLabCI.xcconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/pkg/apple/GitLabCI.xcconfig b/pkg/apple/GitLabCI.xcconfig index c915a939e3..a9b141edff 100644 --- a/pkg/apple/GitLabCI.xcconfig +++ b/pkg/apple/GitLabCI.xcconfig @@ -10,4 +10,3 @@ #include "Metal.xcconfig" DEVELOPMENT_TEAM=UK699V5ZS8 -CODE_SIGN_IDENTITY="Developer ID Application" diff --git a/pkg/apple/OpenGL_GitLabCI.xcconfig b/pkg/apple/OpenGL_GitLabCI.xcconfig index e21e6e7942..422e0b5b45 100644 --- a/pkg/apple/OpenGL_GitLabCI.xcconfig +++ b/pkg/apple/OpenGL_GitLabCI.xcconfig @@ -9,4 +9,3 @@ // https://help.apple.com/xcode/#/dev745c5c974 DEVELOPMENT_TEAM=UK699V5ZS8 -CODE_SIGN_IDENTITY="Developer ID Application"