Objective-Zip
Objective-Zip copied to clipboard
Make the library usable from Swift
This would probably be automatically working if there were frameworks.
Making frameworks won't help as long as enums are just C enums (e.g. OZZipFileMode). Converting them to NS_ENUM would help.
You are right, it's an oversight. I'll fix it in 1.0.1, just waiting for a few more feedbacks before updating.