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 3ff34fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 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
3 changes: 1 addition & 2 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ let package = Package(
),
],
dependencies: [
// TODO: use official repo once merged
.package(url: "https://github.com/bitmovin-engineering/CwlPreconditionTesting.git", branch: "bitmovin/feature/visionos-support"),
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", .upToNextMajor(from: "2.2.0")),
],
targets: {
var testHelperDependencies: [PackageDescription.Target.Dependency] = ["Nimble"]
Expand Down

0 comments on commit 3ff34fc

Please sign in to comment.