未验证 提交 e0bc31b1 编写于 作者: C Chinmay Garde 提交者: GitHub

Fix engine Xcode projection for newer versions of Xcode. (#21701)

上级 3cb0b1a4
......@@ -398,6 +398,8 @@ def main(argv):
elif sys.platform == 'darwin':
# On the Mac, generate an Xcode project by default.
command.append('--ide=xcode')
command.append('--xcode-project=flutter_engine')
command.append('--xcode-build-system=new')
elif sys.platform.startswith('win'):
# On Windows, generate a Visual Studio project.
command.append('--ide=vs')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册