mirror of
https://github.com/flutter/packages.git
synced 2025-06-05 19:17:51 +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',
|
'Runner',
|
||||||
'-destination',
|
'-destination',
|
||||||
destination,
|
destination,
|
||||||
'CODE_SIGN_IDENTITY=""',
|
|
||||||
'CODE_SIGNING_REQUIRED=NO',
|
|
||||||
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
|
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
|
||||||
];
|
];
|
||||||
final String completeTestCommand =
|
final String completeTestCommand =
|
||||||
|
@ -175,8 +175,6 @@ void main() {
|
|||||||
'Runner',
|
'Runner',
|
||||||
'-destination',
|
'-destination',
|
||||||
'foo_destination',
|
'foo_destination',
|
||||||
'CODE_SIGN_IDENTITY=""',
|
|
||||||
'CODE_SIGNING_REQUIRED=NO',
|
|
||||||
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
|
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
|
||||||
],
|
],
|
||||||
pluginExampleDirectory2.path),
|
pluginExampleDirectory2.path),
|
||||||
@ -233,8 +231,6 @@ void main() {
|
|||||||
'Runner',
|
'Runner',
|
||||||
'-destination',
|
'-destination',
|
||||||
'id=1E76A0FD-38AC-4537-A989-EA639D7D012A',
|
'id=1E76A0FD-38AC-4537-A989-EA639D7D012A',
|
||||||
'CODE_SIGN_IDENTITY=""',
|
|
||||||
'CODE_SIGNING_REQUIRED=NO',
|
|
||||||
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
|
'GCC_TREAT_WARNINGS_AS_ERRORS=YES',
|
||||||
],
|
],
|
||||||
pluginExampleDirectory.path),
|
pluginExampleDirectory.path),
|
||||||
|
Reference in New Issue
Block a user