Skip to content

Commit

Permalink
Merge pull request #245 from ishkawa/ci-xcode-8.3
Browse files Browse the repository at this point in the history
[CI] Use Xcode 8.3 image
  • Loading branch information
ishkawa authored Jul 9, 2017
2 parents 4899f0a + d4298d1 commit 36856b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.1
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ matrix:
include:
- os: osx
language: objective-c
osx_image: xcode8.1
osx_image: xcode8.3
script:
- set -o pipefail
- xcodebuild build-for-testing test-without-building -workspace APIKit.xcworkspace -scheme APIKit -configuration Release ENABLE_TESTABILITY=YES | xcpretty -c
Expand All @@ -16,7 +16,7 @@ matrix:
- bash <(curl -s https://codecov.io/bash)
- os: osx
language: generic
osx_image: xcode8.1
osx_image: xcode8.3
script:
- swift build
- swift test
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Session.send(request) { result in

## Requirements

- Swift 3.0
- Swift 3.0 or later
- iOS 8.0 or later
- Mac OS 10.10 or later
- watchOS 2.0 or later
Expand All @@ -42,13 +42,13 @@ If you use Swift 2.2 or 2.3, try [APIKit 2.0.5](https://github.com/ishkawa/APIKi

#### [Carthage](https://github.com/Carthage/Carthage)

- Insert `github "ishkawa/APIKit" ~> 3.0` to your Cartfile.
- Insert `github "ishkawa/APIKit" ~> 3.1` to your Cartfile.
- Run `carthage update`.
- Link your app with `APIKit.framework` and `Result.framework` in `Carthage/Build`.

#### [CocoaPods](https://github.com/cocoapods/cocoapods)

- Insert `pod 'APIKit', '~> 3.0'` to your Podfile.
- Insert `pod 'APIKit', '~> 3.1'` to your Podfile.
- Run `pod install`.

Note: CocoaPods 1.1.0 is required to install APIKit 3.
Expand Down

0 comments on commit 36856b0

Please sign in to comment.