103 Commits

Author SHA1 Message Date
Cœur 1fe1af8b34 updating minizip to latest (#729) 2024-11-19 06:08:23 +01:00
Cœur 4ce93ff4ff Updating to minizip-ng 4.0.7 (#724)
* Updating to minizip-ng 4.0.7

* Adding HAVE_ICONV
2024-10-28 18:08:25 +01:00
Cœur b7283bcb7b Add HAVE_ARC4RANDOM_BUF to silence unused rand() warning (#712) 2024-09-16 00:06:10 +02:00
Cœur b84735b740 Adding visionOS 2024-05-04 05:30:13 +08:00
Joshua Hudson 79d4dc9729 podspec version bump 2023-10-03 12:59:24 -07:00
Sree Lakshman 4369d41467 Add manifest in package.swift and .podspec file 2023-10-03 21:58:24 +05:30
Joshua Hudson b56f8c605a Version bump 2023-02-22 15:09:37 -08:00
Joshua Hudson 3016df0730 Upgrade minizip to 3.0.7 2022-12-17 09:03:10 -08:00
Joshua Hudson 33e0d0ef42 Version bump 2022-06-19 22:07:59 -07:00
Joshua Hudson b35fa71cd0 bump support for minizip to 3.0.6 2022-06-17 07:14:09 -07:00
Joshua Hudson 2d8944e317 2.5.0 Mitigate CVE-2018-25032
update OS minimum targets to apple OS versions that ship with zlib 1.2.12, move from md5 to SHA256 to remove depreciation warning.
2022-06-10 23:02:08 -07:00
Joshua Hudson 4cd0fbba9c Standardize on Major.Minor.Revision versions for package managers
Used by SPM and Cocoapods from 2.4.3 and on.
2022-02-15 12:13:33 -08:00
Joshua Hudson 40854bacca 2.4.3 - Upgrade minizip to 3.0.4 2022-02-15 11:57:34 -08:00
jianjian 2aa4cc2a7a Matches different import modes 2021-06-03 18:54:57 +08:00
Joshua Hudson 84aef80b48 Move public headers back 2021-05-31 10:42:29 -07:00
Joshua Hudson 1051a93ac9 Making includes be the same for cocoapods as 2.2.3 2021-05-31 10:25:14 -07:00
Joshua Hudson a1b222594e version bump to 2.4.0 2021-05-29 08:30:12 -07:00
Joshua Hudson 950bc00378 pod version bump 2021-05-28 19:08:37 -07:00
Joshua Hudson db3028e2ac Move back to zlib based
this will make sure we do not have to bump our os levels
2021-05-28 19:01:46 -07:00
Joshua Hudson 4abc9d1e9c 2.3.1 - Update minizip-ng to 3.0.2 2021-05-28 18:34:42 -07:00
Joshua Hudson 8a3aee2239 changing version to 2.3.0 2021-05-28 13:05:09 -07:00
Joshua Hudson ebd3cf0665 version bump, header updates, readme update 2021-05-28 12:24:04 -07:00
Joshua Hudson f8faba5c99 Merge commit 'pullrequests/victor-pavlychko/master' 2021-05-27 09:31:32 -07:00
ddaddy 81d8deeaf0 Xcode 12 warning fixes (#588)
* Bumped Minimum Deployment Target

* Updated for Xcode 12

* Podspec bump minimum deployment target

* Fixed Quoted Brackets xcode 12 warning

* Fixed Carthage Example

* Fixed Example Tests

* Updated Readme

* Update .travis.yml

Support xcode12.

* Update .travis.yml

Co-authored-by: wilson chen <willson.chenwx@gmail.com>
2020-09-08 11:55:09 +08:00
willson-chen f3379e6efa update version number to 2.2.3 2020-04-29 14:31:17 +08:00
Victor Pavlychko 57b6c4814f Adding support for Swift Package Manager
- moved public headers to `include/`
- added `Package.swift` matching configuration specified in `SSZipArchive.podspec`
- updated original project to reflect new folder structure
- updated `SSZipArchive.podspec` to reflect new folder structure
- added `.build/` to the ignore list
- removed eXecute permission flag from source files
2019-09-11 16:35:57 +03:00
Antoine Cœur a2e8ce000a Dropping iOS 8, as it's now unsecure https://support.apple.com/en-us/HT201222. Updating minizip to 10cd8b86b98fc3a87618fd0aa66118a86c79bff9 2019-08-21 11:26:32 +08:00
Antoine Cœur 582949eaf5 Fixed AES not working in correct mode when using CommonCrypto 2019-05-22 11:32:54 +08:00
Antoine Cœur 1addf13dc9 Release for the improved GCC_PREPROCESSOR_DEFINITIONS 2019-05-06 02:09:42 +08:00
Antoine Cœur 212f246eaf removing unneeded HAVE_ARC4RANDOM_BUF 2019-05-06 01:09:28 +08:00
Antoine Cœur ef483460a2 Replacing BRG with CommonCrypto 2019-05-02 15:04:52 +08:00
Antoine Cœur 135c140d4d passing tests with minizip 2 2019-05-02 01:03:16 +08:00
Joshua Hudson 905c33169b Updated for minizip 2 using their compatibility layer 2019-04-29 14:46:05 +08:00
Antoine Cœur 8256283517 Xcode 10.1 (requires for AppStore) only supports iOS 8.0+ 2019-04-26 17:13:00 +08:00
Antoine Cœur 6017baba3c Bump version to 2.1.5 2019-04-08 18:25:31 +08:00
Antoine Cœur e8b08ceb6a Bump version to 2.1.4 2018-08-26 18:34:25 +08:00
Antoine Cœur c1a6d9d7de Compatibility with CocoaPods module for Swift. 2018-08-26 06:38:25 +08:00
Joshua Hudson 455c5d8d6e Version bump 2018-05-30 16:23:30 -07:00
Antoine Cœur e6fcf48c38 'arc4random_buf' is only available on iOS 4.3 or newer. Fixing compatibility with iOS 4 and iOS 5. 2018-04-03 19:37:50 +08:00
Antoine Cœur 6b302a33b1 2.1.1 2017-10-12 01:21:47 +08:00
Antoine Cœur 181bdc693e optional AES and custom compressionLevel 2017-10-08 13:28:00 +08:00
Antoine Cœur 6ec780b26a macOS 10.8+ is needed 2017-09-30 13:22:44 +08:00
Antoine Cœur f827cff917 2.0.8 2017-09-30 10:32:35 +08:00
Antoine Cœur 30eff54054 2.0.7 2017-09-18 11:32:01 +08:00
Antoine Cœur dd86a28b22 SSZipArchive works on Xcode 7-9 and above, iOS 8-11 and above. 2017-09-13 15:54:43 +08:00
Antoine Cœur 7a2b2fe9d4 2.0.5 2017-09-09 17:04:42 +08:00
Antoine Cœur 123e801b82 podspec bump 2017-08-25 13:58:28 +08:00
Joshua Hudson 889e4293d1 podspec bump 2017-08-01 12:15:50 -07:00
Antoine Cœur c84f6e84e2 Fix compatibility with 7-zip/WinRAR (regression in SSZipArchive 2.0.0) 2017-07-24 19:40:49 +08:00
Joshua Hudson 66ab1372d8 Remove warnings from the 2.0 release 2017-07-19 12:33:46 -07:00