Updated README and Travis-CI

This commit is contained in:
Jeroen Wesbeek 2018-10-21 19:58:24 +02:00
parent 41a6c37515
commit 9232624a76
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/4np/NPOKit.svg?branch=master)](https://travis-ci.org/4np/NPOKit)
[![Release](https://img.shields.io/github/release/4np/NPOKit.svg)](https://github.com/4np/NPOKit/releases/latest)
[![Commits Since](https://img.shields.io/github/commits-since/4np/NPOKit/0.0.9.svg?maxAge=3600)](https://github.com/4np/NPOKit/commits/master)
[![Commits Since](https://img.shields.io/github/commits-since/4np/NPOKit/1.0.0.svg?maxAge=3600)](https://github.com/4np/NPOKit/commits/master)
[![Platform](https://img.shields.io/badge/platform-tvOS%2011-green.svg?maxAge=3600)](https://developer.apple.com/tvos/)
[![Swift](https://img.shields.io/badge/language-Swift-ed523f.svg?maxAge=3600)](https://swift.org)
[![codebeat badge](https://codebeat.co/badges/6fb36ab9-1143-4a7d-92e3-59fced359a99)](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