Skip to content

Commit

Permalink
Added Flutter universal links
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Aug 13, 2024
1 parent c1932b4 commit 582e836
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions apps/laboratory/public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,42 @@
"paths": [
"/rn_walletkit*"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.flutterwallet",
"paths": [
"/walletkit_flutter"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.flutterwallet.internal",
"paths": [
"/walletkit_flutter_internal"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.flutterdapp",
"paths": [
"/appkit_flutter"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.flutterdapp.internal",
"paths": [
"/appkit_flutter_internal"
]
},
{
"appID": "W5R8AG9K22.com.web3modal.flutterExample",
"paths": [
"/appkit_flutter_modal"
]
},
{
"appID": "W5R8AG9K22.com.web3modal.flutterExample.internal",
"paths": [
"/appkit_flutter_modal_internal"
]
}
]
}
Expand Down

0 comments on commit 582e836

Please sign in to comment.