mirror of
https://github.com/flutter/packages.git
synced 2025-05-31 21:48:04 +08:00
Remove codesign overrides from xctest command (#3952)
Workaround for https://github.com/flutter/flutter/issues/83048
This commit is contained in:
@ -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 =
|
||||
|
@ -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),
|
||||
|
Reference in New Issue
Block a user