From 7f6ea3dd223e1de7474b7ff0f3409803e4d0a70b Mon Sep 17 00:00:00 2001 From: Gianluca Bertani Date: Sun, 20 Sep 2015 19:00:10 +0200 Subject: [PATCH] Bumped version to 1.0.1 --- Objective-Zip/OZFileInZipInfo+Internals.h | 2 +- Objective-Zip/OZFileInZipInfo.h | 2 +- Objective-Zip/OZFileInZipInfo.m | 2 +- Objective-Zip/OZZipCompressionLevel.h | 2 +- Objective-Zip/OZZipException+Internals.h | 2 +- Objective-Zip/OZZipException.h | 2 +- Objective-Zip/OZZipException.m | 2 +- Objective-Zip/OZZipFile+NSError.h | 2 +- Objective-Zip/OZZipFile+Standard.h | 2 +- Objective-Zip/OZZipFile.h | 2 +- Objective-Zip/OZZipFile.m | 2 +- Objective-Zip/OZZipFileMode.h | 2 +- Objective-Zip/OZZipReadStream+Internals.h | 2 +- Objective-Zip/OZZipReadStream+NSError.h | 2 +- Objective-Zip/OZZipReadStream+Standard.h | 2 +- Objective-Zip/OZZipReadStream.h | 2 +- Objective-Zip/OZZipReadStream.m | 2 +- Objective-Zip/OZZipWriteStream+Internals.h | 2 +- Objective-Zip/OZZipWriteStream+NSError.h | 2 +- Objective-Zip/OZZipWriteStream+Standard.h | 2 +- Objective-Zip/OZZipWriteStream.h | 2 +- Objective-Zip/OZZipWriteStream.m | 2 +- Objective-Zip/Objective-Zip+NSError.h | 2 +- Objective-Zip/Objective-Zip.h | 2 +- README.md | 8 +++++++- 25 files changed, 31 insertions(+), 25 deletions(-) diff --git a/Objective-Zip/OZFileInZipInfo+Internals.h b/Objective-Zip/OZFileInZipInfo+Internals.h index 7aa7271..8d16477 100644 --- a/Objective-Zip/OZFileInZipInfo+Internals.h +++ b/Objective-Zip/OZFileInZipInfo+Internals.h @@ -1,6 +1,6 @@ // // OZFileInZipInfo+Internals.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/08/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZFileInZipInfo.h b/Objective-Zip/OZFileInZipInfo.h index c6a223d..cd5b1ca 100644 --- a/Objective-Zip/OZFileInZipInfo.h +++ b/Objective-Zip/OZFileInZipInfo.h @@ -1,6 +1,6 @@ // // OZFileInZipInfo.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZFileInZipInfo.m b/Objective-Zip/OZFileInZipInfo.m index cb0c530..38fcd0e 100644 --- a/Objective-Zip/OZFileInZipInfo.m +++ b/Objective-Zip/OZFileInZipInfo.m @@ -1,6 +1,6 @@ // // OZFileInZipInfo.m -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipCompressionLevel.h b/Objective-Zip/OZZipCompressionLevel.h index 51781d0..397dbb2 100644 --- a/Objective-Zip/OZZipCompressionLevel.h +++ b/Objective-Zip/OZZipCompressionLevel.h @@ -1,6 +1,6 @@ // // OZZipCompressionLevel.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/08/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipException+Internals.h b/Objective-Zip/OZZipException+Internals.h index 4a32375..7d478be 100644 --- a/Objective-Zip/OZZipException+Internals.h +++ b/Objective-Zip/OZZipException+Internals.h @@ -1,6 +1,6 @@ // // OZZipException+Internals.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/08/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipException.h b/Objective-Zip/OZZipException.h index 86a9057..fbd6271 100644 --- a/Objective-Zip/OZZipException.h +++ b/Objective-Zip/OZZipException.h @@ -1,6 +1,6 @@ // // OZZipException.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 25/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipException.m b/Objective-Zip/OZZipException.m index 01c73a2..dc94f13 100644 --- a/Objective-Zip/OZZipException.m +++ b/Objective-Zip/OZZipException.m @@ -1,6 +1,6 @@ // // OZZipException.m -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 25/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipFile+NSError.h b/Objective-Zip/OZZipFile+NSError.h index bea5aef..945ce42 100644 --- a/Objective-Zip/OZZipFile+NSError.h +++ b/Objective-Zip/OZZipFile+NSError.h @@ -1,6 +1,6 @@ // // OZZipFile+NSError.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 09/09/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipFile+Standard.h b/Objective-Zip/OZZipFile+Standard.h index 025fc79..0619ca5 100644 --- a/Objective-Zip/OZZipFile+Standard.h +++ b/Objective-Zip/OZZipFile+Standard.h @@ -1,6 +1,6 @@ // // OZZipFile+Standard.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 09/09/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipFile.h b/Objective-Zip/OZZipFile.h index 485aaa0..5b3c691 100644 --- a/Objective-Zip/OZZipFile.h +++ b/Objective-Zip/OZZipFile.h @@ -1,6 +1,6 @@ // // OZZipFile.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 25/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipFile.m b/Objective-Zip/OZZipFile.m index 22ff855..4825652 100644 --- a/Objective-Zip/OZZipFile.m +++ b/Objective-Zip/OZZipFile.m @@ -1,6 +1,6 @@ // // OZZipFile.m -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 25/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipFileMode.h b/Objective-Zip/OZZipFileMode.h index 7374f74..d8f05c5 100644 --- a/Objective-Zip/OZZipFileMode.h +++ b/Objective-Zip/OZZipFileMode.h @@ -1,6 +1,6 @@ // // OZZipFileMode.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/08/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipReadStream+Internals.h b/Objective-Zip/OZZipReadStream+Internals.h index 0f6e8d1..5cd3432 100644 --- a/Objective-Zip/OZZipReadStream+Internals.h +++ b/Objective-Zip/OZZipReadStream+Internals.h @@ -1,6 +1,6 @@ // // OZZipReadStream+Internals.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/08/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipReadStream+NSError.h b/Objective-Zip/OZZipReadStream+NSError.h index 5d1de20..8cde39d 100644 --- a/Objective-Zip/OZZipReadStream+NSError.h +++ b/Objective-Zip/OZZipReadStream+NSError.h @@ -1,6 +1,6 @@ // // OZZipReadStream+NSError.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 09/09/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipReadStream+Standard.h b/Objective-Zip/OZZipReadStream+Standard.h index 71444ed..8dfa654 100644 --- a/Objective-Zip/OZZipReadStream+Standard.h +++ b/Objective-Zip/OZZipReadStream+Standard.h @@ -1,6 +1,6 @@ // // OZZipReadStream+Standard.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 09/09/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipReadStream.h b/Objective-Zip/OZZipReadStream.h index 3545680..5a6cf87 100644 --- a/Objective-Zip/OZZipReadStream.h +++ b/Objective-Zip/OZZipReadStream.h @@ -1,6 +1,6 @@ // // OZZipReadStream.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 28/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipReadStream.m b/Objective-Zip/OZZipReadStream.m index b2898d3..45f4baa 100644 --- a/Objective-Zip/OZZipReadStream.m +++ b/Objective-Zip/OZZipReadStream.m @@ -1,6 +1,6 @@ // // OZZipReadStream.m -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 28/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipWriteStream+Internals.h b/Objective-Zip/OZZipWriteStream+Internals.h index 8d8963c..67e1ac2 100644 --- a/Objective-Zip/OZZipWriteStream+Internals.h +++ b/Objective-Zip/OZZipWriteStream+Internals.h @@ -1,6 +1,6 @@ // // OZZipWriteStream+Internals.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/08/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipWriteStream+NSError.h b/Objective-Zip/OZZipWriteStream+NSError.h index 8a74167..6ef2f5c 100644 --- a/Objective-Zip/OZZipWriteStream+NSError.h +++ b/Objective-Zip/OZZipWriteStream+NSError.h @@ -1,6 +1,6 @@ // // OZZipWriteStream+NSError.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 09/09/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipWriteStream+Standard.h b/Objective-Zip/OZZipWriteStream+Standard.h index ea8c3f5..618cc37 100644 --- a/Objective-Zip/OZZipWriteStream+Standard.h +++ b/Objective-Zip/OZZipWriteStream+Standard.h @@ -1,6 +1,6 @@ // // OZZipWriteStream+Standard.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 09/09/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipWriteStream.h b/Objective-Zip/OZZipWriteStream.h index 92f55c2..af6797c 100644 --- a/Objective-Zip/OZZipWriteStream.h +++ b/Objective-Zip/OZZipWriteStream.h @@ -1,6 +1,6 @@ // // OZZipWriteStream.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 25/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/OZZipWriteStream.m b/Objective-Zip/OZZipWriteStream.m index d223194..b65c79e 100644 --- a/Objective-Zip/OZZipWriteStream.m +++ b/Objective-Zip/OZZipWriteStream.m @@ -1,6 +1,6 @@ // // OZZipWriteStream.m -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 25/12/09. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/Objective-Zip+NSError.h b/Objective-Zip/Objective-Zip+NSError.h index 1f9f68b..b11f1e0 100644 --- a/Objective-Zip/Objective-Zip+NSError.h +++ b/Objective-Zip/Objective-Zip+NSError.h @@ -1,6 +1,6 @@ // // Objective-Zip+NSError.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 09/09/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/Objective-Zip/Objective-Zip.h b/Objective-Zip/Objective-Zip.h index a56d4a2..f023d8b 100644 --- a/Objective-Zip/Objective-Zip.h +++ b/Objective-Zip/Objective-Zip.h @@ -1,6 +1,6 @@ // // Objective-Zip.h -// Objective-Zip v. 1.0.0 +// Objective-Zip v. 1.0.1 // // Created by Gianluca Bertani on 27/08/15. // Copyright 2009-2015 Gianluca Bertani. All rights reserved. diff --git a/README.md b/README.md index 8edff06..e3c52f5 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,12 @@ The library is distributed under the New BSD License. Version history =============== +Version 1.0.1: + +- Fixed compatibility bugs with Swift +- Added Swift unit tests +- Merged back GETTING STARTED in README + Version 1.0.0: - Added official podspec to distribute via CocoaPods. @@ -325,7 +331,7 @@ Version 0.7.0: Compatibility ============= -Version 1.0.0 has been tested with iOS up to 8.4.1 and OS X up to 10.10.5, but +Version 1.0.1 has been tested with iOS up to 9.0 and OS X up to 10.10.5, but should be compatible with earlier versions too, down to iOS 5.1 and OS X 10.7. Le me know of any issues that should arise.