31 lines
912 B
Plaintext
31 lines
912 B
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>IntentsRestrictedWhileLocked</key>
|
|
<array/>
|
|
<key>IntentsRestrictedWhileProtectedDataUnavailable</key>
|
|
<array/>
|
|
<key>IntentsSupported</key>
|
|
<array>
|
|
<string>GemtextToHTMLIntent</string>
|
|
<string>GemtextToMarkdownIntent</string>
|
|
<string>GetBodyIntent</string>
|
|
<string>GetMetaIntent</string>
|
|
<string>GetStatusIntent</string>
|
|
<string>MakeRequestIntent</string>
|
|
<string>OpenURLIntent</string>
|
|
</array>
|
|
</dict>
|
|
<key>NSExtensionPointIdentifier</key>
|
|
<string>com.apple.intents-service</string>
|
|
<key>NSExtensionPrincipalClass</key>
|
|
<string>$(PRODUCT_MODULE_NAME).IntentHandler</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|