Maybe we should use UAObfuscatedString to hide the API keys in the binary, because as it stands, you can run strings Bang.app/Contents/MacOS/Bang which allows you to find all the strings in the binary, which includes the Parse API keys 😮
UAObfuscatedString allows you to obfuscate strings in binaries, so the above command won't be usable
Maybe we should use UAObfuscatedString to hide the API keys in the binary, because as it stands, you can run
strings Bang.app/Contents/MacOS/Bangwhich allows you to find all the strings in the binary, which includes the Parse API keys 😮UAObfuscatedString allows you to obfuscate strings in binaries, so the above command won't be usable