-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathMetaMask.entitlements
More file actions
28 lines (28 loc) · 953 Bytes
/
MetaMask.entitlements
File metadata and controls
28 lines (28 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:metamask.io</string>
<string>applinks:metamask.app.link</string>
<string>applinks:metamask-alternate.app.link</string>
<string>applinks:link.metamask.io</string>
<string>applinks:link-test.metamask.io</string>
<string>webcredentials:link.metamask.io</string>
</array>
<key>com.apple.developer.in-app-payments</key>
<array>
<string>merchant.io.metamask.banxa</string>
<string>merchant.io.metamask.wyre</string>
<string>merchant.io.metamask.wyre.test</string>
<string>merchant.io.metamask.banxa.test</string>
</array>
</dict>
</plist>