Skip to content

Commit

Permalink
Update the upgrade checks for Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jul 6, 2023
1 parent 4a17514 commit 78e259c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/XcodeProj/Project/Xcode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ public struct Xcode {
public static let objectVersion: UInt = 55

/// Last known upgrade check.
public static let upgradeCheck = "1240"
public static let upgradeCheck = "1250"

/// Last known Swift upgrade check.
public static let swiftUpgradeCheck = "1240"
public static let swiftUpgradeCheck = "1250"
}

/// Default values.
Expand Down

0 comments on commit 78e259c

Please sign in to comment.