Skip to content

Commit

Permalink
Fix xrSimulator on installedPlatforms. Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Jun 23, 2023
1 parent 88c7270 commit 71e97f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/XcodesKit/Models+Runtimes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ extension InstalledRuntime {
case tvOS = "com.apple.platform.appletvsimulator"
case iOS = "com.apple.platform.iphonesimulator"
case watchOS = "com.apple.platform.watchsimulator"
case visionOS = "com.apple.platform.visionsimulator"
case visionOS = "com.apple.platform.xrsimulator"

var asPlatformOS: DownloadableRuntime.Platform {
switch self {
Expand Down
2 changes: 1 addition & 1 deletion Sources/XcodesKit/Version.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Version

public let version = Version("1.4.0")!
public let version = Version("1.4.1")!

0 comments on commit 71e97f8

Please sign in to comment.