Skip to content

Commit

Permalink
added entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorov-panda committed Feb 3, 2020
1 parent be67cc7 commit ee7449c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MinterWalletTestnet.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>com.apple.developer.associated-domains</key>
<array>
<string>applinks:testnet.bip.to</string>
</array>
<key>com.apple.developer.pass-type-identifiers</key>
<array>
<string>$(TeamIdentifierPrefix)*</string>
</array>
</dict>
</plist>

0 comments on commit ee7449c

Please sign in to comment.