Renamed the BundleServicing protocol in the library target as Bundleable.

This commit is contained in:
2025-01-18 19:52:40 +01:00
parent c08dbe5602
commit d3283c912f
3 changed files with 7 additions and 7 deletions
@@ -1,5 +1,5 @@
import Foundation
// MARK: - BundleServicing
// MARK: - Bundleable
extension Bundle: BundleServicing {}
extension Bundle: Bundleable {}