Skip to content

Commit

Permalink
Merge pull request #11249 from cmgustavo/ref/apple-pay-support-01
Browse files Browse the repository at this point in the history
Adds payment-pass-provisioning only for BitPay App
  • Loading branch information
Gamboster authored Nov 11, 2020
2 parents a42e740 + 7e8c080 commit e68e446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions app-template/bitpay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bundleName": "wallet",
"appUri": "bitpay",
"name": "bitpay",
"applePay": "<config-file mode=\"add\" parent=\"com.apple.developer.payment-pass-provisioning\" target=\"Entitlements-Release.plist\"><true /></config-file>",
"dynamicLink": "bitpayapp.page.link",
"nameNoSpace": "bitpay",
"nameCase": "BitPay",
Expand Down
4 changes: 1 addition & 3 deletions app-template/config-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@
</config-file>

<!-- Apple Pay Support -->
<config-file mode="add" parent="com.apple.developer.payment-pass-provisioning" target="Entitlements-Release.plist">
<true />
</config-file>
*APPLEPAY*

<icon src="resources/*PACKAGENAME*/ios/icon/[email protected]" width="180" height="180" />
<icon src="resources/*PACKAGENAME*/ios/icon/icon-60.png" width="60" height="60" />
Expand Down
1 change: 1 addition & 0 deletions app-template/copay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bundleName": "copay",
"appUri": "copay",
"name": "copay",
"applePay": "",
"dynamicLink": "copay.page.link",
"nameNoSpace": "copay",
"nameCase": "Copay",
Expand Down

0 comments on commit e68e446

Please sign in to comment.