未验证 提交 dd35b5b6 编写于 作者: T Tim Sneath 提交者: GitHub

Update FlutterViewController.mm (#21362)

Tweaked the label here a little for style ("apps", not "application" -- plural and shorter); and "launching" rather than "re-launching"?
上级 fdac6949
......@@ -343,9 +343,9 @@ static UIView* GetViewOrPlaceholder(UIView* existing_view) {
messageLabel.autoresizingMask =
UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
messageLabel.text =
@"In iOS 14+, Flutter application in debug mode can only be launched from Flutter tooling, "
@"In iOS 14+, debug mode Flutter apps can only be launched from Flutter tooling, "
@"IDEs with Flutter plugins or from Xcode.\n\nAlternatively, build in profile or release "
@"modes to enable re-launching from the home screen.";
@"modes to enable launching from the home screen.";
[placeholder addSubview:messageLabel];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册