add xcode config

This commit is contained in:
jyuesong
2022-04-25 10:12:50 +08:00
parent bce68681ac
commit 598c0cbde4
68 changed files with 1395 additions and 55 deletions

View File

@@ -0,0 +1,14 @@
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <url_launcher_windows/url_launcher_windows.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}