Update for Swift 4.2

This commit is contained in:
1024jp 2018-08-12 14:24:08 +09:00
parent 55388ea3f3
commit 1fbf95c96d
6 changed files with 21 additions and 12 deletions

View File

@ -1 +1 @@
4.0.0
4.2.0

View File

@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9.1
osx_image: xcode10
matrix:
include:

View File

@ -2,6 +2,14 @@
Change Log
==========================
4.0.5
--------------------------
### Changes
- Update for Swift 4.2.
4.0.4
--------------------------

View File

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objectVersion = 51;
objects = {
/* Begin PBXAggregateTarget section */
@ -383,7 +383,7 @@
};
};
buildConfigurationList = 2A58A7501B00F3A2005FBBC2 /* Build configuration list for PBXProject "Gzip" */;
compatibilityVersion = "Xcode 8.0";
compatibilityVersion = "Xcode 10.0";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
@ -652,7 +652,7 @@
ONLY_ACTIVE_ARCH = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
@ -700,8 +700,9 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;

View File

@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.4</string>
<string>4.0.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>© 2014-2017 1024jp</string>
<string>© 2014-2018 1024jp</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>

View File

@ -2,7 +2,7 @@
GzipSwift
========================
[![Swift](https://img.shields.io/badge/Swift-4.0.2-blue.svg)]()
[![Swift](https://img.shields.io/badge/Swift-4.2.0-blue.svg)]()
[![platform](https://img.shields.io/badge/platform-macOS%20|%20iOS%20|%20watchOS%20|%20tvOS%20|%20Linux-blue.svg)]()
[![Carthage compatible](https://img.shields.io/badge/Carthage-✔-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![SPM compatible](https://img.shields.io/badge/SPM-✔-4BC51D.svg?style=flat)](https://swift.org/package-manager/)
@ -13,7 +13,7 @@ GzipSwift
__GzipSwift__ is a framework with an extension of Data written in Swift. It enables compress/decompress gzip using zlib.
- __Requirements__: OS X 10.9 / iOS 8 / watchOS 2 / tvOS 9 or later
- __Swift version__: Swift 4.0.2
- __Swift version__: Swift 4.2.0
## Usage
@ -76,6 +76,6 @@ pod 'GzipSwift'
## License
© 2014-2017 1024jp
© 2014-2018 1024jp
GzipSwift is distributed under the terms of the __MIT License__. See [LICENSE](LICENSE) for details.