|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
|
<string>2.20.1</string>
|
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
|
<string>2.20.1.0</string>
|
|
|
|
|
<string>2.20.1.1</string>
|
|
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
|
<false/>
|
|
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
@ -61,10 +61,10 @@
|
|
|
|
|
$extensionItem.attachments,
|
|
|
|
|
$attachment,
|
|
|
|
|
(
|
|
|
|
|
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.data"
|
|
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url"
|
|
|
|
|
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.data"
|
|
|
|
|
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url"
|
|
|
|
|
)
|
|
|
|
|
AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.vcard")
|
|
|
|
|
AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.vcard")
|
|
|
|
|
).@count >= 1
|
|
|
|
|
).@count == 1
|
|
|
|
|
</string>
|
|
|
|
|