Conformed the Bundle representation of the Foundation framework to the BundleServicing protocol in the library target.

This commit is contained in:
Javier Cicchelli 2025-01-18 00:19:59 +01:00
parent 5a3654a68f
commit af4958a5e8

View File

@ -0,0 +1,5 @@
import Foundation
// MARK: - BundleServicing
extension Bundle: BundleServicing {}