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
1 changed files with 2 additions and 1 deletions

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