Skip to content

Commit

Permalink
feat: added link handler to info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
WizardOfCodez committed Aug 28, 2020
1 parent 8a2155b commit f952da7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@
<string>Document</string>
</dict>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Surge Link</string>
<key>CFBundleURLSchemes</key>
<array>
<string>surge</string>
</array>
</dict>
</array>
<key>NSUIElement</key>
<true/>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f952da7

Please sign in to comment.