From 3e577d6940bc32c6f490998f261bd4b9c96c285f Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 7 Feb 2018 16:20:06 -0800 Subject: [PATCH] Remove xibs (flutter/engine#4648) --- engine/src/flutter/shell/platform/darwin/desktop/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/darwin/desktop/BUILD.gn b/engine/src/flutter/shell/platform/darwin/desktop/BUILD.gn index be21372c51..a9c05f85ef 100644 --- a/engine/src/flutter/shell/platform/darwin/desktop/BUILD.gn +++ b/engine/src/flutter/shell/platform/darwin/desktop/BUILD.gn @@ -59,7 +59,6 @@ if (!is_fuchsia_host) { mac_app("shell_application_bundle") { app_name = "FlutterTester" info_plist = "Info.plist" - xibs = [ "flutter_mac.xib" ] deps = [ ":mac_desktop_platform",