Changeset icon indicating copy to clipboard operation
Changeset copied to clipboard

Minimal edits from one collection to another

Results 3 Changeset issues
Sort by recently updated
recently updated
newest added

Currently with Xcode 12 using Changeset produces warning: ``` The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to...

Are there any plans for supporting Carthage? I don't really want to add Pods to my project, and the Swift Package Manager option is currently failing with: ```  ~...

I can't figure out how to make the compiler happy when trying to express something like this: ```swift public protocol ChangesetApplying: class { associatedtype T func apply(changeset: Changeset) } ```...