Skip to content

Commit 2f2e327

Browse files
committed
[hotfix] Share Extension의 NSExtensionActivationRule 수정
1 parent d059788 commit 2f2e327

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Projects/App/ShareExtension/Info.plist

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,14 @@
3434
<key>NSExtensionAttributes</key>
3535
<dict>
3636
<key>NSExtensionActivationRule</key>
37-
<string>TRUEPREDICATE</string>
37+
<dict>
38+
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
39+
<integer>1</integer>
40+
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
41+
<integer>1</integer>
42+
<key>NSExtensionActivationSupportsText</key>
43+
<true/>
44+
</dict>
3845
</dict>
3946
<key>NSExtensionPrincipalClass</key>
4047
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>

0 commit comments

Comments
 (0)