Skip to content

Commit

Permalink
tested out version 10, seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Mar 2, 2016
1 parent f72df61 commit 7e9805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XcodeServerSDK/XcodeServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extension XcodeServer : NSURLSessionDelegate {

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

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

0 comments on commit 7e9805c

Please sign in to comment.