-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1c1102
commit 2d0d3f3
Showing
7 changed files
with
57 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Change Log | ||
|
||
## [1.2.1](https://github.com/nicklockwood/GZIP/releases/tag/1.2.1) (2017-07-03) | ||
|
||
- Fixed incorrect case in header import | ||
|
||
## [1.2](https://github.com/nicklockwood/GZIP/releases/tag/1.2) (2017-05-18) | ||
|
||
- Removed dlopen, as Apple have begun rejecting apps that use it. | ||
- Minimum deployment target is now iOS 8.0. | ||
- Added watchOS / tvOS support. | ||
- Added Carthage support. | ||
|
||
## [1.1.1](https://github.com/nicklockwood/GZIP/releases/tag/1.1.1) (2015-07-24) | ||
|
||
- Fixed crash on iOS 9. | ||
- Added performance tests. | ||
|
||
## [1.1](https://github.com/nicklockwood/GZIP/releases/tag/1.1) (2015-07-17) | ||
|
||
- Added `isGzippedData` method. | ||
- GZIP will no longer re-encode already-gzipped data, nor try (and fail) to decode ungzipped data. | ||
- GZIP now uses dlopen to load the libz.dylib at runtime, so there's no need to include it manually in your project. | ||
- Fixed warnings and errors on Xcode 7 | ||
|
||
## [1.0.3](https://github.com/nicklockwood/GZIP/releases/tag/1.0.3) (2014-07-02) | ||
|
||
- Fixed new warnings in Xcode 6 | ||
- Added Travis CI support | ||
|
||
## [1.0.2](https://github.com/nicklockwood/GZIP/releases/tag/1.0.2) (2013-12-24) | ||
|
||
- Now complies with -Weverything warning level | ||
|
||
## [1.0.1](https://github.com/nicklockwood/GZIP/releases/tag/1.0.1) (2013-09-25) | ||
|
||
- Added podspec | ||
- Renamed source files | ||
- Verified compliance with iOS 7 / Mac OS 10.8 | ||
- Verified compliance with -Wextra warning level | ||
|
||
|
||
## [1.0](https://github.com/nicklockwood/GZIP/releases/tag/1.0) (2012-04-06) | ||
|
||
- First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
GZIP.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key> | ||
<false/> | ||
</dict> | ||
</plist> |
80 changes: 0 additions & 80 deletions
80
GZIP.xcodeproj/xcshareddata/xcschemes/GZIP-watchOS copy.xcscheme
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters