ThreemaShareExtensionInfo.plist 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>Threema</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIcons</key>
  12. <dict/>
  13. <key>CFBundleIcons~ipad</key>
  14. <dict/>
  15. <key>CFBundleIdentifier</key>
  16. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>$(PRODUCT_NAME)</string>
  21. <key>CFBundlePackageType</key>
  22. <string>XPC!</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>$(VERSION_NUMBER)</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleVersion</key>
  28. <string>$(BUILD_NUMBER)</string>
  29. <key>NSExtension</key>
  30. <dict>
  31. <key>NSExtensionAttributes</key>
  32. <dict>
  33. <key>NSExtensionActivationRule</key>
  34. <string>SUBQUERY (
  35. extensionItems,
  36. $extensionItem,
  37. SUBQUERY (
  38. $extensionItem.attachments,
  39. $attachment,
  40. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.item" ||
  41. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.data" ||
  42. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.content" ||
  43. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.archive" ||
  44. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.contact" ||
  45. ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.message"
  46. ).@count &lt;= 10
  47. ).@count == 1
  48. </string>
  49. </dict>
  50. <key>NSExtensionMainStoryboard</key>
  51. <string>ThreemaShareStoryboard</string>
  52. <key>NSExtensionPointIdentifier</key>
  53. <string>com.apple.share-services</string>
  54. </dict>
  55. <key>ThreemaVersionSuffix</key>
  56. <string></string>
  57. </dict>
  58. </plist>