Skip to content

Commit 90d4c06

Browse files
committed
Update EditorExtension.entitlements
1 parent 87cd69e commit 90d4c06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

EditorExtension/EditorExtension.entitlements

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>com.apple.developer.authentication-services.account-creation-requires-phone-number</key>
6+
<true/>
57
<key>com.apple.security.app-sandbox</key>
68
<true/>
79
<key>com.apple.security.application-groups</key>
810
<array>
9-
<string>$(TeamIdentifierPrefix)group.$(BUNDLE_IDENTIFIER_BASE)</string>
11+
<string>group.</string>
1012
</array>
1113
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
1214
<array>

0 commit comments

Comments
 (0)