Skip to content

Commit 3c6569b

Browse files
committed
Add Tap on Mobile entitlement back to build
This entitlement is now added to our development provisioning profiles, so it’s safe to add it back to trunk without breaking dev environments for people.
1 parent 55ed0a9 commit 3c6569b

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)