That is strange... What did you use to unpack it with ? (not Finder?)
libcodeblocks.0.dylib: symbolic link to `libcodeblocks.0.0.1.dylib'
libcodeblocks.0.0.1.dylib: Mach-O universal binary with 2 architectures
Even more interesting is that it was wxWidgets that was patched.
The actual Code::Blocks build is the same within the new archive...
Darnit, seems like the uploaded version had the wrong id...
libwx_macu-2.8.0.4.0.dylib:
/usr/local/lib/libwx_macu-2.8.0.dylib (compatibility version 5.0.0, current version 5.0.0)
It is supposed to have been changed to @executable_path/
Guess there's a patch2 in the works then...
install_name_tool -id @executable_path/libwx_macu-2.8.0.dylib CodeBlocks.app/Contents/MacOS/libwx_macu-2.8.0.dylib