Skip to content

Commit

Permalink
fix catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki committed Jul 28, 2023
1 parent 73c4def commit 2057eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Inject/Inject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private var loadInjectionImplementation: Void = {
let bundleName = "maciOSInjection.bundle"
#endif // OS and environment conditions

#if targetEnvironment(simulator) || os(macOS)
#if targetEnvironment(simulator) || os(macOS) || targetEnvironment(macCatalyst)

if let bundle = Bundle(path: Inject.bundlePath + bundleName) {
bundle.load()
Expand Down

0 comments on commit 2057eb9

Please sign in to comment.