Skip to content

Commit 5ab7104

Browse files
authored
Merge pull request #8273 from woocommerce/task/restore-tap-on-mobile-entitlement
[Mobile Payments] Add Tap on Mobile entitlement back to build
2 parents 21bc222 + 3c6569b commit 5ab7104

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

WooCommerce/Resources/Woo-Debug.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@
4949
<array>
5050
<string>$(AppIdentifierPrefix)com.automattic.woocommerce</string>
5151
</array>
52+
<key>com.apple.developer.proximity-reader.payment.acceptance</key>
53+
<true/>
5254
</dict>
5355
</plist>

WooCommerce/Resources/Woo-Release.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@
4949
<array>
5050
<string>$(AppIdentifierPrefix)com.automattic.woocommerce</string>
5151
</array>
52+
<key>com.apple.developer.proximity-reader.payment.acceptance</key>
53+
<true/>
5254
</dict>
5355
</plist>

0 commit comments

Comments
 (0)