Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3332813
D3992.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3992.id.diff
View Options
diff --git a/native/ios/Comm/Comm.entitlements b/native/ios/Comm/Comm.entitlements
--- a/native/ios/Comm/Comm.entitlements
+++ b/native/ios/Comm/Comm.entitlements
@@ -6,6 +6,10 @@
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array/>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>group.app.comm</string>
+ </array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)app.comm</string>
diff --git a/native/ios/NotificationService/NotificationService.entitlements b/native/ios/NotificationService/NotificationService.entitlements
--- a/native/ios/NotificationService/NotificationService.entitlements
+++ b/native/ios/NotificationService/NotificationService.entitlements
@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>group.app.comm</string>
+ </array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)app.comm</string>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 1:55 AM (1 m, 27 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2559343
Default Alt Text
D3992.id.diff (1 KB)
Attached To
Mode
D3992: Enable App Groups in Comm and Notification Service
Attached
Detach File
Event Timeline
Log In to Comment