Automatically resolves Cheat + ControllerSkin sync conflicts
This commit is contained in:
parent
750740ac16
commit
707116a39b
@ -53,4 +53,9 @@ extension Cheat: Syncable
|
||||
public var syncableLocalizedName: String? {
|
||||
return self.name
|
||||
}
|
||||
|
||||
public func resolveConflict(_ record: AnyRecord) -> ConflictResolution
|
||||
{
|
||||
return .newest
|
||||
}
|
||||
}
|
||||
|
||||
@ -129,4 +129,9 @@ extension ControllerSkin: Syncable
|
||||
public var syncableLocalizedName: String? {
|
||||
return self.name
|
||||
}
|
||||
|
||||
public func resolveConflict(_ record: AnyRecord) -> ConflictResolution
|
||||
{
|
||||
return .newest
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user