1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

Fix crash in PE when reading some EXIF tags

The crash was caused by ObjP, which crashed when converting `NSDictionary` containing unsupported types.

Updating ObjP to v1.3.1 does the trick.

fixes #263
fixes #265
This commit is contained in:
Virgil Dupras 2014-10-04 16:35:26 -04:00
parent 6725b2bf0f
commit db63b63cfd

View File

@ -1,4 +1,5 @@
-r requirements.txt
objp>=1.2.0
objp>=1.3.1
appscript>=1.0.0
xibless>=0.4.1