https://github.com/bitcoin/bitcoin/blob/master/doc/README_osx.md
The process to assemble the OSX SDK tarball needed by the gitian deterministic build process for OSX binaries currently generates a non-deterministic tarball.
We want to improve this by making the script normalize the content of the tarball. This means file order, usernames, timestamps and possibly other things need to be standardized (maybe to what was in the original DMG?). The end goal is to output a tarball that has the same sha256 hash no matter who runs the script.
This is an opportunity for non-C++ developers to contribute to Bitcoin Core development.