Updated README and Travis-CI
This commit is contained in:
parent
41a6c37515
commit
9232624a76
|
@ -1,6 +1,6 @@
|
|||
language: objective-c
|
||||
os: osx
|
||||
osx_image: xcode9.4
|
||||
osx_image: xcode10
|
||||
env:
|
||||
global:
|
||||
- NSUnbufferedIO=YES
|
||||
|
@ -15,6 +15,6 @@ script:
|
|||
- xcpretty -v
|
||||
- swiftlint
|
||||
- swiftlint version
|
||||
- xcodebuild -scheme "NPOKit-Package" -sdk "appletvsimulator11.4" -configuration Release clean build ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO RUN_CLANG_STATIC_ANALYZER=YES|xcpretty -c
|
||||
- xcodebuild -scheme "NPOKit-Package" -sdk "appletvsimulator12.0" -configuration Release clean build ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO RUN_CLANG_STATIC_ANALYZER=YES|xcpretty -c
|
||||
- swift build
|
||||
- swift test
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://travis-ci.org/4np/NPOKit)
|
||||
[](https://github.com/4np/NPOKit/releases/latest)
|
||||
[](https://github.com/4np/NPOKit/commits/master)
|
||||
[](https://github.com/4np/NPOKit/commits/master)
|
||||
[](https://developer.apple.com/tvos/)
|
||||
[](https://swift.org)
|
||||
[](https://codebeat.co/projects/github-com-4np-npokit-master)
|
||||
|
@ -21,7 +21,7 @@ Using cocoapods is the most common way of installing frameworks. Add something s
|
|||
|
||||
```
|
||||
source 'https://github.com/CocoaPods/Specs.git'
|
||||
platform :tvos, '11.0'
|
||||
platform :tvos, '12.0'
|
||||
use_frameworks!
|
||||
|
||||
pod 'NPOKit', :git => 'https://github.com/4np/NPOKit.git'
|
||||
|
@ -32,7 +32,7 @@ pod 'NPOKit', :git => 'https://github.com/4np/NPOKit.git'
|
|||
Add the following entry to your package's dependencies:
|
||||
|
||||
```swift
|
||||
.package(url: "https://github.com/4np/NPOKit.git", from: "0.0.9")
|
||||
.package(url: "https://github.com/4np/NPOKit.git", from: "1.0.0")
|
||||
```
|
||||
|
||||
## Command Line & Server Side usage
|
||||
|
|
Loading…
Reference in New Issue