mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 21:28:33 +08:00
Adopt Xcode 12 for podspec lints (#3653)
This commit is contained in:
@ -122,6 +122,7 @@ class LintPodspecsCommand extends PluginCommand {
|
||||
'lib',
|
||||
'lint',
|
||||
podspecPath,
|
||||
'--configuration=Debug', // Release targets unsupported arm64 simulators. Use Debug to only build against targeted x86_64 simulator devices.
|
||||
if (allowWarnings) '--allow-warnings',
|
||||
if (libraryLint) '--use-libraries'
|
||||
];
|
||||
|
Reference in New Issue
Block a user