From 37206178331180bc11e261b433f55c7095c6c7a1 Mon Sep 17 00:00:00 2001 From: David Steinacher Date: Thu, 2 Nov 2023 14:36:36 +0100 Subject: [PATCH] fix cocoapods support by modifying dependencies directly --- .../Sources/CwlCatchException/CwlCatchException.swift | 2 +- .../CwlPreconditionTesting/CwlBadInstructionException.swift | 2 +- .../Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift b/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift index d6dbe4a0a..8232fcb46 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 || COCOAPODS +#if SWIFT_PACKAGE import CwlCatchExceptionSupport #endif diff --git a/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift b/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift index 002219dc9..e6e70cfe3 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 || COCOAPODS +#if SWIFT_PACKAGE import CwlMachBadInstructionHandler #endif diff --git a/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift b/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift index 833abc15d..35b8eb711 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 || COCOAPODS +#if SWIFT_PACKAGE import CwlCatchException import CwlMachBadInstructionHandler #endif