jerrymarino / xcbuildkit

xcbuildkit is a framework to extend or replace Xcode's build system
Other
216 stars 17 forks source link

Fix Unpacker startNext to end at the correct index #37

Closed thiagohmcruz closed 2 years ago

thiagohmcruz commented 2 years ago

IIUC the intent was to skip the first byte here and try again, the way this code is rn it's removing first and last bytes instead. This PR fixes it.

Screen Shot 2022-08-02 at 9 27 23 AM

jerrymarino commented 2 years ago

Thanks for the PR @thiagohmcruz - we're almost there 🚀