Skip to content

Commit 36620e3

Browse files
authored
Merge pull request #82 from hyperoslo/fix/tvos
Fix/tvos
2 parents 7b48e6b + 095fb3f commit 36620e3

File tree

13 files changed

+511
-38
lines changed

13 files changed

+511
-38
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ script:
66
- xcodebuild test -project Sugar.xcodeproj -scheme Sugar-iOS -sdk iphonesimulator
77
- xcodebuild clean build -project Sugar.xcodeproj -scheme Sugar-Mac -sdk macosx
88
- xcodebuild test -project Sugar.xcodeproj -scheme Sugar-Mac -sdk macosx
9+
- xcodebuild clean build -project Sugar.xcodeproj -scheme Sugar-tvOS -sdk macosx
10+
- xcodebuild test -project Sugar.xcodeproj -scheme Sugar-tvOS -sdk macosx

Sugar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.tvos.deployment_target = '9.2'
1414

1515
s.requires_arc = true
16-
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
16+
s.ios.source_files = 'Source/{iOS,iOS-Exclusive,Shared}/**/*'
1717
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
1818
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
1919

Sugar.xcodeproj/project.pbxproj

Lines changed: 345 additions & 37 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)