Fixed warning from Apple upload system — NSExtensionActivationSupportsText needed to be a boolean, not a string.

This commit is contained in:
Brent Simmons 2020-06-27 18:15:26 -07:00
parent 7ded303ff3
commit 4ed6ccd52b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1</integer>
<key>NSExtensionActivationSupportsText</key>
<string>1</string>
<true/>
</dict>
<key>NSExtensionJavaScriptPreprocessingFile</key>
<string>SafariExt</string>