Skip to content

Commit

Permalink
feat: support shared web credentials on new.expensify domain
Browse files Browse the repository at this point in the history
  • Loading branch information
aswin-s committed Jun 2, 2022
1 parent f6bbf3f commit 175c0a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 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"]
}
}
1 change: 1 addition & 0 deletions ios/NewExpensify/Chat.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<array>
<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 175c0a5

Please sign in to comment.