Skip to content

Commit e12c070

Browse files
committed
[hotfix] Share Sheet에 포킷이 한번만 뜨는 문제 수정
1 parent 72a80b6 commit e12c070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Projects/App/ShareExtension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<key>NSExtensionActivationRule</key>
3737
<dict>
3838
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
39-
<integer>1</integer>
39+
<integer>1000</integer>
4040
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
41-
<integer>1</integer>
41+
<integer>1000</integer>
4242
<key>NSExtensionActivationSupportsText</key>
4343
<true/>
4444
</dict>

0 commit comments

Comments
 (0)