Fixed warning from Apple upload system — NSExtensionActivationSupportsText needed to be a boolean, not a string.
This commit is contained in:
parent
7ded303ff3
commit
4ed6ccd52b
|
@ -33,7 +33,7 @@
|
|||
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
||||
<integer>1</integer>
|
||||
<key>NSExtensionActivationSupportsText</key>
|
||||
<string>1</string>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>NSExtensionJavaScriptPreprocessingFile</key>
|
||||
<string>SafariExt</string>
|
||||
|
|
Loading…
Reference in New Issue