Skip to content

Commit af3831e

Browse files
authored
Merge pull request #79 from Ethenyl/feature/add-tvos-compatibility
Add tvOS compatibility
2 parents 4039b8d + c8be506 commit af3831e

File tree

5 files changed

+565
-5
lines changed

5 files changed

+565
-5
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
matrix:
99
- PLATFORM="macOS" SCHEME="JamfKit macOS" DESTINATION="arch=x86_64"
1010
- PLATFORM="iOS" SCHEME="JamfKit iOS" DESTINATION='platform=iOS Simulator,name=iPhone 8'
11+
- PLATFORM="tvOS" SCHEME="JamfKit tvOS" DESTINATION='platform=tvOS Simulator,name=Apple TV 4K'
1112

1213
before_install:
1314
- gem install xcpretty

JAMFKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.version = "0.3.0"
44
s.summary = "A JSS communication framework written in Swift"
55
s.description = <<-DESC
6-
JamfKit is an iOS / macOS framework to communicate with the JSS API offered by any Jamf host.
6+
JamfKit is an iOS / macOS / tvOS framework to communicate with the JSS API offered by any Jamf host.
77
DESC
88

99
s.homepage = "https://github.com/Ethenyl/JamfKit"

0 commit comments

Comments
 (0)