mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-28 20:31:49 +01:00
remove artifacts from Carthage
This commit is contained in:
@@ -121,7 +121,7 @@ public class CustomSchemaMappingProvider: Hashable, SchemaMappingProvider {
|
|||||||
|
|
||||||
// MARK: Equatable
|
// MARK: Equatable
|
||||||
|
|
||||||
public static func ==(lhs: CustomMapping, rhs: CustomMapping) -> Bool {
|
public static func == (lhs: CustomMapping, rhs: CustomMapping) -> Bool {
|
||||||
|
|
||||||
switch (lhs, rhs) {
|
switch (lhs, rhs) {
|
||||||
|
|
||||||
@@ -324,7 +324,7 @@ public class CustomSchemaMappingProvider: Hashable, SchemaMappingProvider {
|
|||||||
|
|
||||||
// MARK: Equatable
|
// MARK: Equatable
|
||||||
|
|
||||||
public static func ==(lhs: CustomSchemaMappingProvider, rhs: CustomSchemaMappingProvider) -> Bool {
|
public static func == (lhs: CustomSchemaMappingProvider, rhs: CustomSchemaMappingProvider) -> Bool {
|
||||||
|
|
||||||
return lhs.sourceVersion == rhs.sourceVersion
|
return lhs.sourceVersion == rhs.sourceVersion
|
||||||
&& lhs.destinationVersion == rhs.destinationVersion
|
&& lhs.destinationVersion == rhs.destinationVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user