From b03a82974878880b8fec46af11918bf275cdf704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20Mu=CC=88nnich?= Date: Wed, 1 Dec 2021 10:32:06 +0100 Subject: [PATCH] Revert changes that break cocoapods --- .../CwlPreconditionTesting/CwlBadInstructionException.swift | 2 +- .../Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift b/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift index 08d3ab6a9..9ec85da8a 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 89562dda6..7232c24dd 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 CwlMachBadInstructionHandler #endif