Skip to content

Commit

Permalink
chore: add rn samples to apple domain file (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Jun 18, 2024
1 parent 346104c commit 2ad14fb
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions apps/laboratory/public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,33 @@
"details": [
{
"appID": "W5R8AG9K22.com.walletconnect.dapp",
"paths": ["/dapp*"]
"paths": [
"/dapp*"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.walletapp",
"paths": ["/wallet*"]
"paths": [
"/wallet*"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3modal.sample",
"paths": ["/web3modal_example*"]
"paths": [
"/web3modal_example*"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3modal.rnsample.internal",
"paths": [
"/appkit_rn*"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3wallet.rnsample.internal",
"paths": [
"/walletkit_rn*"
]
}
]
}
Expand Down

0 comments on commit 2ad14fb

Please sign in to comment.