Skip to content

Commit

Permalink
Merge pull request #12 from chillpop/master
Browse files Browse the repository at this point in the history
Add tvOS support to podspec
  • Loading branch information
chillpop committed Apr 13, 2016
2 parents 0ecb2b2 + 2b2e76d commit 96e9b34
Show file tree
Hide file tree
Showing 73 changed files with 3,069 additions and 1,082 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
language: objective-c
osx_image: xcode7.3
before_install:
- brew update > /dev/null; if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
matrix:
include:
- xcode_workspace: Example-iOS/VOKBenkode.xcworkspace
xcode_scheme: VOKBenkode-Example
xcode_sdk: iphonesimulator
- xcode_workspace: Example-iOS/VOKBenkode.xcworkspace
xcode_scheme: VOKBenkode-tvOS
xcode_sdk: appletvsimulator
- xcode_workspace: Example-OSX/VOKBenkode.xcworkspace
xcode_scheme: VOKBenkode-Example
xcode_sdk: macosx
5 changes: 5 additions & 0 deletions Example-iOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ end
target 'Tests', :exclusive => true do
pod "VOKBenkode", :path => "../"
end

target 'Tests-tvOS' do
platform :tvos, '9.0'
pod "VOKBenkode", :path => "../"
end
6 changes: 3 additions & 3 deletions Example-iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- VOKBenkode (0.2.1)
- VOKBenkode (0.3.0)

DEPENDENCIES:
- VOKBenkode (from `../`)
Expand All @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
VOKBenkode: 7a7d37cc3099f64289498fd9c384b416f4f338b7
VOKBenkode: 272b78425bbeca87d0e2fc0809ffc041f88f8cd1

COCOAPODS: 0.35.0
COCOAPODS: 0.39.0
1 change: 1 addition & 0 deletions Example-iOS/Pods/Headers/Private/VOKBenkode/VOKBenkode.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions Example-iOS/Pods/Local Podspecs/VOKBenkode.podspec

This file was deleted.

24 changes: 24 additions & 0 deletions Example-iOS/Pods/Local Podspecs/VOKBenkode.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example-iOS/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 96e9b34

Please sign in to comment.