Skip to content

Commit

Permalink
bump CwlPreconditionTesting to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Nov 14, 2023
1 parent 5cf19ca commit 154c37e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "mattgallagher/CwlCatchException" ~> 2.0
github "bitmovin-engineering/CwlPreconditionTesting" "bitmovin/main"
github "mattgallagher/CwlPreconditionTesting" ~> 2.2
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "bitmovin-engineering/CwlPreconditionTesting" "1a3d129278e6e1b0622fdc965fe4d0f9b6cea3e3"
github "mattgallagher/CwlCatchException" "2.1.2"
github "mattgallagher/CwlPreconditionTesting" "2.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import Foundation

#if SWIFT_PACKAGE
#if SWIFT_PACKAGE || COCOAPODS
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
#if SWIFT_PACKAGE || COCOAPODS
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
#if SWIFT_PACKAGE || COCOAPODS
import CwlCatchException
import CwlMachBadInstructionHandler
#endif
Expand Down

0 comments on commit 154c37e

Please sign in to comment.