DiffMatchPatch-ObjC 1.0.0

DiffMatchPatch-ObjC 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Harry Jordan

Diff, Match and Patch Library, Objective C port

A rather enthusiastic refactoring of https://github.com/JanX2/google-diff-match-patch-Objective-C of Neil Fraser's http://code.google.com/p/google-diff-match-patch/.

In the process of making it ARC friendly and tinkering to my internal Objective-C style I ended up reformatting to the extent that it's become a C interface which uses Objective-C objects. While I think it's rather streamlined as is, all the clever bits were done by others.

Source/DiffMatchPatch.h is the place to get started.