Skip to content

Commit

Permalink
xrOS -> visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Jul 4, 2024
1 parent 5ddde54 commit 728c566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Inject/InjectConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private var loadInjectionImplementation: Void = {
let bundleName = "macOSInjection.bundle"
#elseif os(tvOS)
let bundleName = "tvOSInjection.bundle"
#elseif os(xrOS)
#elseif os(visionOS)
let bundleName = "xrOSInjection.bundle"
#elseif targetEnvironment(simulator)
let bundleName = "iOSInjection.bundle"
Expand Down

0 comments on commit 728c566

Please sign in to comment.