feat(ci): test mobile targets (#378)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-19 09:46:06 -07:00
committed by GitHub
parent 8bd80eb651
commit d677f73495
13 changed files with 84 additions and 16 deletions
@@ -202,6 +202,6 @@ class DialogPlugin: Plugin {
}
@_cdecl("init_plugin_dialog")
func initPlugin(name: SRString, webview: WKWebView?) {
Tauri.registerPlugin(webview: webview, name: name.toString(), plugin: DialogPlugin())
}
func initPlugin() -> Plugin {
return DialogPlugin()
}