Skip to content

Commit 47710b6

Browse files
authored
Merge pull request #400 from LavareX/support_visionOS
SDK column in the info panel supports displaying visionOS
2 parents 330f590 + 5977210 commit 47710b6

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Xcodes.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@
14111411
repositoryURL = "https://github.com/xcodereleases/data";
14121412
requirement = {
14131413
kind = revision;
1414-
revision = b47228c688b608e34b3b84079ab6052a24c7a981;
1414+
revision = a43ad89e536d7a3da525fcc23fb182c37b756ecc;
14151415
};
14161416
};
14171417
CAA858CB25A3D8BC00ACF8C0 /* XCRemoteSwiftPackageReference "ErrorHandling" */ = {

Xcodes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Xcodes/Frontend/InfoPane/InfoPane.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ struct InfoPane: View {
180180
("iOS", \.iOS),
181181
("watchOS", \.watchOS),
182182
("tvOS", \.tvOS),
183+
("visionOS", \.visionOS),
183184
], id: \.0) { row in
184185
if let sdk = sdks[keyPath: row.1] {
185186
Text("\(row.0): \(sdk.compactMap { $0.number }.joined(separator: ", "))")

0 commit comments

Comments
 (0)