Remove codesign overrides from xctest command (#3952)

Workaround for https://github.com/flutter/flutter/issues/83048
This commit is contained in:
stuartmorgan
2021-05-20 14:13:47 -07:00
committed by GitHub
parent 7cf08e5683
commit c6a5122ace
2 changed files with 0 additions and 6 deletions

View File

@ -121,8 +121,6 @@ class XCTestCommand extends PluginCommand {
'Runner',
'-destination',
destination,
'CODE_SIGN_IDENTITY=""',
'CODE_SIGNING_REQUIRED=NO',
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
];
final String completeTestCommand =

View File

@ -175,8 +175,6 @@ void main() {
'Runner',
'-destination',
'foo_destination',
'CODE_SIGN_IDENTITY=""',
'CODE_SIGNING_REQUIRED=NO',
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
],
pluginExampleDirectory2.path),
@ -233,8 +231,6 @@ void main() {
'Runner',
'-destination',
'id=1E76A0FD-38AC-4537-A989-EA639D7D012A',
'CODE_SIGN_IDENTITY=""',
'CODE_SIGNING_REQUIRED=NO',
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
],
pluginExampleDirectory.path),