Skip to content

Commit

Permalink
Merge pull request #33 from johnno1962/main
Browse files Browse the repository at this point in the history
Catalyst support
  • Loading branch information
krzysztofzablocki committed Apr 26, 2022
2 parents 3f84e4f + 5d5aed4 commit c0ed5f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Inject/Inject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ private var loadInjectionImplementation: Void = {
let bundleName = "tvOSInjection.bundle"
#elseif targetEnvironment(simulator)
let bundleName = "iOSInjection.bundle"
#elseif targetEnvironment(macCatalyst)
let bundleName = "macOSInjection.bundle"
#else
let bundleName = "maciOSInjection.bundle"
#endif // OS and environment conditions
Expand Down

0 comments on commit c0ed5f5

Please sign in to comment.