regulaforensics / DocumentReader-iOS

iOS Framework for reading and validation of identification documents
56 stars 15 forks source link

Build error on case sensitive apfs volume #40

Closed akospalfi closed 1 year ago

akospalfi commented 3 years ago

There's a typo in the RGLCustomization.h header file which breaks the build on macOS systems where the root volume is case sensitive.

#import <UIKit/UIkit.h>

The UIkit.h should be UIKit.h

Please fix this typo if possible.

vyakimchik commented 2 years ago

Hello,

Thanks! The issue has been fixed. The fix will be available in the next Release version. We'll inform you once it's published.

akospalfi commented 2 years ago

Thank you so much!