Skip to content

Commit

Permalink
add 9 as verified API version
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Jan 14, 2016
1 parent 95c1844 commit 0c51fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XcodeServerSDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "XcodeServerSDK"
s.version = "0.5.3"
s.version = "0.5.4"
s.summary = "Access Xcode Server API with native Swift objects."

s.homepage = "https://github.com/czechboy0/XcodeServerSDK"
Expand Down
2 changes: 1 addition & 1 deletion XcodeServerSDK/XcodeServer.swift
Expand Up @@ -73,7 +73,7 @@ extension XcodeServer : NSURLSessionDelegate {

// MARK: Header constants
let Headers_APIVersion = "X-XCSAPIVersion"
let VerifiedAPIVersions: Set<Int> = [6, 7] //will change with time, this codebase supports these versions
let VerifiedAPIVersions: Set<Int> = [6, 7, 9] //will change with time, this codebase supports these versions

// MARK: XcodeServer API methods
public extension XcodeServer {
Expand Down

0 comments on commit 0c51fa9

Please sign in to comment.