remove CODESIGN_IDENTITY from xcconfig files - hopefully fixes builds
This commit is contained in:
parent
a40e3dc69b
commit
731c2f4ed4
|
@ -10,4 +10,3 @@
|
||||||
|
|
||||||
#include "Metal.xcconfig"
|
#include "Metal.xcconfig"
|
||||||
DEVELOPMENT_TEAM=UK699V5ZS8
|
DEVELOPMENT_TEAM=UK699V5ZS8
|
||||||
CODE_SIGN_IDENTITY="Developer ID Application"
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
Loading…
Reference in New Issue