Moved the protocol conformances on extensions to the Conformances file in the library target.
This commit is contained in:
parent
efab608220
commit
c1b3861bef
@ -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 {}
|
|
Loading…
x
Reference in New Issue
Block a user