mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 06:42:04 +01:00
3ec9e603df
* feat(ActionExtension): Improve "Open in Mastodon" by using Search aPI * Add code comment
11 lines
303 B
XML
11 lines
303 B
XML
<?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.org.joinmastodon.app</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|