42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>NSExtension</key>
|
||
|
<dict>
|
||
|
<key>NSExtensionAttributes</key>
|
||
|
<dict>
|
||
|
<key>NSExtensionActivationRule</key>
|
||
|
<dict>
|
||
|
<key>NSExtensionActivationSupportsFileWithMaxCount</key>
|
||
|
<integer>0</integer>
|
||
|
<key>NSExtensionActivationSupportsImageWithMaxCount</key>
|
||
|
<integer>0</integer>
|
||
|
<key>NSExtensionActivationSupportsMovieWithMaxCount</key>
|
||
|
<integer>0</integer>
|
||
|
<key>NSExtensionActivationSupportsText</key>
|
||
|
<false/>
|
||
|
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
|
||
|
<integer>1</integer>
|
||
|
</dict>
|
||
|
<key>NSExtensionJavaScriptPreprocessingFile</key>
|
||
|
<string>Action</string>
|
||
|
<key>NSExtensionServiceAllowsFinderPreviewItem</key>
|
||
|
<true/>
|
||
|
<key>NSExtensionServiceAllowsTouchBarItem</key>
|
||
|
<true/>
|
||
|
<key>NSExtensionServiceFinderPreviewIconName</key>
|
||
|
<string>NSActionTemplate</string>
|
||
|
<key>NSExtensionServiceTouchBarBezelColorName</key>
|
||
|
<string>TouchBarBezel</string>
|
||
|
<key>NSExtensionServiceTouchBarIconName</key>
|
||
|
<string>NSActionTemplate</string>
|
||
|
</dict>
|
||
|
<key>NSExtensionPointIdentifier</key>
|
||
|
<string>com.apple.services</string>
|
||
|
<key>NSExtensionPrincipalClass</key>
|
||
|
<string>$(PRODUCT_MODULE_NAME).ActionRequestHandler</string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</plist>
|