From af4958a5e8474fc9bfe2e15aa0935adc69c6f027 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sat, 18 Jan 2025 00:19:59 +0100 Subject: [PATCH] Conformed the Bundle representation of the Foundation framework to the BundleServicing protocol in the library target. --- Library/Sources/Extensions/Bundle+Conformances.swift | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Library/Sources/Extensions/Bundle+Conformances.swift diff --git a/Library/Sources/Extensions/Bundle+Conformances.swift b/Library/Sources/Extensions/Bundle+Conformances.swift new file mode 100644 index 0000000..1dcd2e6 --- /dev/null +++ b/Library/Sources/Extensions/Bundle+Conformances.swift @@ -0,0 +1,5 @@ +import Foundation + +// MARK: - BundleServicing + +extension Bundle: BundleServicing {}