remove CODESIGN_IDENTITY from xcconfig files - hopefully fixes builds

This commit is contained in:
twinaphex 2021-03-12 23:51:19 +01:00
parent a40e3dc69b
commit 731c2f4ed4
2 changed files with 0 additions and 2 deletions

View File

@ -10,4 +10,3 @@
#include "Metal.xcconfig" #include "Metal.xcconfig"
DEVELOPMENT_TEAM=UK699V5ZS8 DEVELOPMENT_TEAM=UK699V5ZS8
CODE_SIGN_IDENTITY="Developer ID Application"

View File

@ -9,4 +9,3 @@
// https://help.apple.com/xcode/#/dev745c5c974 // https://help.apple.com/xcode/#/dev745c5c974
DEVELOPMENT_TEAM=UK699V5ZS8 DEVELOPMENT_TEAM=UK699V5ZS8
CODE_SIGN_IDENTITY="Developer ID Application"