Skip to content

Commit

Permalink
Merge pull request #9288 from aswin-s/fix/issue-8286
Browse files Browse the repository at this point in the history
fix: remove expensify.cash domain from associated domains
  • Loading branch information
luacmartins authored Jun 8, 2022
2 parents b629b9d + 175c0a5 commit 784d538
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
]
}
]
},
"webcredentials": {
"apps": ["368M544MTT.com.chat.expensify.chat"]
}
}
6 changes: 2 additions & 4 deletions ios/NewExpensify/Chat.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:www.expensify.cash</string>
<string>applinks:staging.expensify.cash</string>
<string>applinks:staging.new.expensify.com</string>
<string>applinks:expensify.cash</string>
<string>applinks:new.expensify.com</string>
<string>applinks:staging.new.expensify.com</string>
<string>webcredentials:new.expensify.com</string>
</array>
</dict>
</plist>

0 comments on commit 784d538

Please sign in to comment.