From f952da78e91b16563ac20f244c598f6134bfe880 Mon Sep 17 00:00:00 2001 From: Christian Busch Date: Fri, 28 Aug 2020 20:06:06 +0200 Subject: [PATCH] feat: added link handler to info.plist --- Info.plist | 13 +++++++++++++ go.mod | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Info.plist b/Info.plist index c4ecc72..6bdcd8e 100644 --- a/Info.plist +++ b/Info.plist @@ -23,6 +23,19 @@ Document + CFBundleURLTypes + + + CFBundleURLName + Surge Link + CFBundleURLSchemes + + surge + + + + NSUIElement + CFBundlePackageType APPL CFBundleName diff --git a/go.mod b/go.mod index 324d6b3..ee7755c 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/sirupsen/logrus v1.4.1 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/sqweek/dialog v0.0.0-20200601143742-43ea34326190 - github.com/wailsapp/wails v1.7.1 + github.com/wailsapp/wails v1.7.2-pre3 github.com/xujiajun/nutsdb v0.5.0 golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect