about summary refs log tree commit diff
path: root/modules/BlueskyNSE/BlueskyNSE.entitlements
diff options
context:
space:
mode:
Diffstat (limited to 'modules/BlueskyNSE/BlueskyNSE.entitlements')
-rw-r--r--modules/BlueskyNSE/BlueskyNSE.entitlements10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/BlueskyNSE/BlueskyNSE.entitlements b/modules/BlueskyNSE/BlueskyNSE.entitlements
new file mode 100644
index 000000000..4954bdb33
--- /dev/null
+++ b/modules/BlueskyNSE/BlueskyNSE.entitlements
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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.bsky</string>
+    </array>
+  </dict>
+</plist>
\ No newline at end of file