#!/bin/bash
F=
[[ :${DYLD_INSERT_LIBRARIES}: == */MobileSubstrate.dylib: ]] && F=substrate
exec /Applications/Messages+.app/Messages+_ ${F}
