Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. <key>NSExtensionAttributes</key>
  2. <dict>
  3. <key>NSExtensionActivationRule</key>
  4. <string>
  5. SUBQUERY (
  6. extensionItems,
  7. $extensionItem,
  8. SUBQUERY (
  9. $extensionItem.attachments,
  10. $attachment,
  11. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" ||
  12. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.text" ||
  13. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.data"
  14. AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.jpeg")
  15. AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.png")
  16. AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.peg-2000")
  17. AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.camera-raw-imag")
  18. AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.public.xbitmap-image")
  19. AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.movie")
  20. ).@count == $extensionItem.attachments.@count
  21. ).@count > 0
  22. </string>
  23. </dict>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement