Skip to content

Commit c46b107

Browse files
authored
Merge pull request #5399 from woocommerce/ea/add-webcredentials-entitlement
Add associated domain entitlement for wordpress.com
2 parents 0c7caeb + 7b870b3 commit c46b107

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
8.1
44
-----
5+
- [*] Login: Password AutoFill will suggest wordpress.com accounts. [https://github.com/woocommerce/woocommerce-ios/pull/5399]
56
- [internal] Migrated Settings screen to MVVM [https://github.com/woocommerce/woocommerce-ios/pull/5393]
67

78

WooCommerce/Resources/Woo-Alpha.entitlements

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<dict>
55
<key>aps-environment</key>
66
<string>production</string>
7+
<key>com.apple.developer.associated-domains</key>
8+
<array>
9+
<string>webcredentials:wordpress.com</string>
10+
</array>
711
<key>com.apple.developer.icloud-container-identifiers</key>
812
<array>
913
<string>iCloud.$(CFBundleIdentifier)</string>

WooCommerce/Resources/Woo-Debug.entitlements

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<array>
1111
<string>Default</string>
1212
</array>
13+
<key>com.apple.developer.associated-domains</key>
14+
<array>
15+
<string>webcredentials:wordpress.com</string>
16+
</array>
1317
<key>com.apple.developer.icloud-container-identifiers</key>
1418
<array>
1519
<string>iCloud.$(CFBundleIdentifier)</string>

WooCommerce/Resources/Woo-Release.entitlements

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<array>
1111
<string>Default</string>
1212
</array>
13+
<key>com.apple.developer.associated-domains</key>
14+
<array>
15+
<string>webcredentials:wordpress.com</string>
16+
</array>
1317
<key>com.apple.developer.icloud-container-identifiers</key>
1418
<array>
1519
<string>iCloud.$(CFBundleIdentifier)</string>

0 commit comments

Comments
 (0)