mattconnolly / ZipArchive

zip archive processing for Cocoa - iPhone and OS X
http://code.google.com/p/ziparchive/
MIT License
840 stars 260 forks source link

Fixing gregorian calendar for iOS 8 #58

Closed ghost closed 9 months ago

ghost commented 9 years ago

NSCalendarIdentifierGregorian is not available when compiling against iOS 8 as a base SDK so I added support for both iOS 7 and 8, please try it.