From 154c37e2a5a1e12648a858cda36f0cf7d435786d Mon Sep 17 00:00:00 2001 From: David Steinacher Date: Tue, 14 Nov 2023 09:19:16 +0100 Subject: [PATCH] bump CwlPreconditionTesting to 2.2.0 --- Cartfile.private | 2 +- Cartfile.resolved | 2 +- .../Sources/CwlCatchException/CwlCatchException.swift | 2 +- .../CwlPreconditionTesting/CwlBadInstructionException.swift | 2 +- .../Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cartfile.private b/Cartfile.private index a9f3a0a80..77f011443 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1,2 +1,2 @@ github "mattgallagher/CwlCatchException" ~> 2.0 -github "bitmovin-engineering/CwlPreconditionTesting" "bitmovin/main" +github "mattgallagher/CwlPreconditionTesting" ~> 2.2 diff --git a/Cartfile.resolved b/Cartfile.resolved index da40ae26d..d1e256c45 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,2 +1,2 @@ -github "bitmovin-engineering/CwlPreconditionTesting" "1a3d129278e6e1b0622fdc965fe4d0f9b6cea3e3" github "mattgallagher/CwlCatchException" "2.1.2" +github "mattgallagher/CwlPreconditionTesting" "2.2.0" diff --git a/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift b/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift index 8232fcb46..d6dbe4a0a 100644 --- a/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift +++ b/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift @@ -20,7 +20,7 @@ import Foundation -#if SWIFT_PACKAGE +#if SWIFT_PACKAGE || COCOAPODS import CwlCatchExceptionSupport #endif diff --git a/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift b/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift index e6e70cfe3..002219dc9 100644 --- a/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift +++ b/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift @@ -22,7 +22,7 @@ import Foundation -#if SWIFT_PACKAGE +#if SWIFT_PACKAGE || COCOAPODS import CwlMachBadInstructionHandler #endif diff --git a/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift b/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift index 35b8eb711..833abc15d 100644 --- a/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift +++ b/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift @@ -23,7 +23,7 @@ import Foundation import Swift -#if SWIFT_PACKAGE +#if SWIFT_PACKAGE || COCOAPODS import CwlCatchException import CwlMachBadInstructionHandler #endif