Strip and AAX digital signature

Here we’re using shell build-script running the following:
projucer resave
xcodebuild
signing the result binaries

In addition if you need it for debug or other states you should condition your post-build shell as discussed here.

(basically build is async so you should make sure it runs only after dependencies compiled and you only need it for AAX…)

2 Likes