"Bump build to 2.20.1.1."

pull/1/head
Matthew Chen 8 years ago
parent c8550055d3
commit 85eba0cacb

@ -38,7 +38,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.20.1.0</string> <string>2.20.1.1</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LOGS_EMAIL</key> <key>LOGS_EMAIL</key>

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

Loading…
Cancel
Save