diff options
author | Hailey <me@haileyok.com> | 2024-09-24 01:02:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 01:02:58 -0700 |
commit | a1e212ab59c9bd98b0923a7911c5140c3f10ac25 (patch) | |
tree | fd7f018f10974e71e9dd2af83af4063bd3608cf2 /modules/Share-with-Bluesky/Info.plist | |
parent | b57ddd0968ebc08e9d5fc80b2e93fdb8786aef7e (diff) | |
download | voidsky-a1e212ab59c9bd98b0923a7911c5140c3f10ac25.tar.zst |
[Share Extension] Update to support video (#5385)
Diffstat (limited to 'modules/Share-with-Bluesky/Info.plist')
-rw-r--r-- | modules/Share-with-Bluesky/Info.plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/Share-with-Bluesky/Info.plist b/modules/Share-with-Bluesky/Info.plist index 421abb3c4..43f46a5e5 100644 --- a/modules/Share-with-Bluesky/Info.plist +++ b/modules/Share-with-Bluesky/Info.plist @@ -16,6 +16,8 @@ <integer>1</integer> <key>NSExtensionActivationSupportsImageWithMaxCount</key> <integer>10</integer> + <key>NSExtensionActivationSupportsMovieWithMaxCount</key> + <integer>1</integer> </dict> </dict> <key>NSExtensionPointIdentifier</key> @@ -38,4 +40,4 @@ <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> </dict> -</plist> \ No newline at end of file +</plist> |