I need to unpack .tar.gz. Unfortunately, there is no built-in tool for that in iOS.
Is it possible to copile a minitar example from libarchive (https://github.com/libarchive/libarchive/tree/master/examples/minitar) as a standalone library? I don't want to include the entire libarchive, due to it's size and complexity.