Moved the protocol conformances on extensions to the Conformances file in the library target.
This commit is contained in:
+4
@@ -1,5 +1,9 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
// MARK: - Bundleable
|
||||||
|
|
||||||
|
extension Bundle: Bundleable {}
|
||||||
|
|
||||||
// MARK: - Processable
|
// MARK: - Processable
|
||||||
|
|
||||||
extension Process: Processable {}
|
extension Process: Processable {}
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
import Foundation
|
|
||||||
|
|
||||||
// MARK: - Bundleable
|
|
||||||
|
|
||||||
extension Bundle: Bundleable {}
|
|
||||||
Reference in New Issue
Block a user