Skip to content

Commit

Permalink
fix cocoapods support by modifying dependencies directly
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Nov 2, 2023
1 parent f0fb4c4 commit 3720617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import Foundation

#if SWIFT_PACKAGE || COCOAPODS
#if SWIFT_PACKAGE
import CwlCatchExceptionSupport
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import Foundation

#if SWIFT_PACKAGE || COCOAPODS
#if SWIFT_PACKAGE
import CwlMachBadInstructionHandler
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import Foundation
import Swift

#if SWIFT_PACKAGE || COCOAPODS
#if SWIFT_PACKAGE
import CwlCatchException
import CwlMachBadInstructionHandler
#endif
Expand Down

0 comments on commit 3720617

Please sign in to comment.