Skip to content

Commit

Permalink
chore: changed RN links to wildcards (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise authored Sep 10, 2024
1 parent b9003eb commit 153e3bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/laboratory/public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
{
"appID": "W5R8AG9K22.com.walletconnect.web3modal.rnsample.internal",
"paths": [
"/rn_appkit_internal"
"/rn_appkit_internal/*"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3modal.rnsample",
"paths": [
"/rn_appkit"
"/rn_appkit/*"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3wallet.rnsample.internal",
"paths": [
"/rn_walletkit_internal"
"/rn_walletkit_internal/*"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3wallet.rnsample",
"paths": [
"/rn_walletkit"
"/rn_walletkit/*"
]
},
{
Expand Down

0 comments on commit 153e3bb

Please sign in to comment.