Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit 495ca97

Browse files
committed
Merge pull request #115 from Nosrac/master
Don't appear in share menu unless a URL is being shared
2 parents bc3c429 + ed5fec8 commit 495ca97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Helium/HeliumShareExtension/Info.plist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
<key>NSExtensionAttributes</key>
3232
<dict>
3333
<key>NSExtensionActivationRule</key>
34-
<string>TRUEPREDICATE</string>
34+
<dict>
35+
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
36+
<integer>1</integer>
37+
</dict>
3538
</dict>
3639
<key>NSExtensionPointIdentifier</key>
3740
<string>com.apple.share-services</string>

0 commit comments

Comments
 (0)