Skip to content

Commit

Permalink
๐Ÿ› #297: Share Extension info.plist NSExtensionActivationSupportsWebURLโ€ฆ
Browse files Browse the repository at this point in the history
โ€ฆWithMaxCount ํ‚ค๊ฐ’ 1๋กœ ์„ค์ •ํ•ด์„œ ํ•œ ๋ฒˆ์— ํ•˜๋‚˜์˜ ์›น URL๋งŒ ์ˆ˜๋ฝํ•˜๋„๋ก ํ•จ

- NSExtensionActivationSupportsWebURLWithMaxCount: ์ด ํ‚ค๋Š” ํ™•์žฅ์ด ์›น URL์„ ์ˆ˜๋ฝํ•˜๊ณ  ์ฒ˜๋ฆฌํ•  ์ˆ˜ ์žˆ๋‹ค๋Š” ๊ฒƒ์„ ๋‚˜ํƒ€๋ƒ„. ๊ฐ’์€ ์ตœ๋Œ€ ๋ช‡ ๊ฐœ์˜ ์›น URL์„ ํ•œ ๋ฒˆ์— ์ง€์›ํ•  ์ˆ˜ ์žˆ๋Š”์ง€๋ฅผ ๋‚˜ํƒ€๋‚ด๋Š” ์ •์ˆ˜๋กœ ์„ค์ •
  • Loading branch information
joseph704 committed Aug 14, 2024
1 parent 494c973 commit d992f6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions StreetDrop/ShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
<key>NSExtensionAttributes</key>
<dict>
<key>NSExtensionActivationRule</key>
<string>TRUEPREDICATE</string>
<key>NSExtensionActivationRule</key>
<dict>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
</dict>
</dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.share-services</string>
Expand Down

0 comments on commit d992f6b

Please sign in to comment.