I have an app I am building and inside of it are some strings that are sensative and I would hope no one would ever be able to get to easily by looking for strings in the binary etc.
For example this
let password:String = "SuperSecret123"
What is the proper way to hide this string inside of the project?