bsdiff
bsdiff copied to clipboard
I want to use it in iOS.
I noticed that it's can use on OS X,but I want to do the patch on iPhone ,What should I do.Do you have some suggest? Thank you.
My suggestion is to refactor the main()
functions into stand-alone functions so you can add the code into your iOS project. Then you just call the functions as needed within your project.
Thank you very much ,I had used this way to solve my problem.