We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cd69e commit 90d4c06Copy full SHA for 90d4c06
EditorExtension/EditorExtension.entitlements
@@ -2,11 +2,13 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>com.apple.developer.authentication-services.account-creation-requires-phone-number</key>
6
+ <true/>
7
<key>com.apple.security.app-sandbox</key>
8
<true/>
9
<key>com.apple.security.application-groups</key>
10
<array>
- <string>$(TeamIdentifierPrefix)group.$(BUNDLE_IDENTIFIER_BASE)</string>
11
+ <string>group.</string>
12
</array>
13
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
14
0 commit comments