feat: setting up a different share extension

idk what happened to the old one
This commit is contained in:
Rio Keefe
2025-05-10 22:18:49 +01:00
parent b97eae10a3
commit a9749f062e
12 changed files with 295 additions and 47 deletions

View File

@@ -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.com.haystack.app</string>
</array>
</dict>
</plist>