Merge pull request #173 from teaxyz/partial-mac-deeplink

#143 tea:// protocol in gui
This commit is contained in:
Neil 2023-01-23 11:57:38 +08:00 committed by GitHub
commit 795fc51451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View file

@ -19,4 +19,5 @@ build
/src-tauri/Cargo.lock
/src-tauri/Cargo.toml
src-tauri
coverage/*
coverage/*
**/*.plist

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>tea</string>
<key>CFBundleURLSchemes</key>
<array>
<string>tea</string>
</array>
</dict>
</array>
</dict>
</plist>