Skip to content

Commit

Permalink
[hotfix] Share Sheet에 포킷이 한번만 뜨는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Oct 21, 2024
1 parent 72a80b6 commit e12c070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/App/ShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<key>NSExtensionActivationRule</key>
<dict>
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
<integer>1</integer>
<integer>1000</integer>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
<integer>1000</integer>
<key>NSExtensionActivationSupportsText</key>
<true/>
</dict>
Expand Down

0 comments on commit e12c070

Please sign in to comment.