mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-07 17:29:50 +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:
parent
6725b2bf0f
commit
db63b63cfd
@ -1,4 +1,5 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
objp>=1.2.0
|
objp>=1.3.1
|
||||||
appscript>=1.0.0
|
appscript>=1.0.0
|
||||||
xibless>=0.4.1
|
xibless>=0.4.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user