I have a simple shell script wrapper on swift project for OSX. When I build the app I can clearly see my ".sh" file in the Resources folder. I thought about renaming it and start the name of the script with a ".dot" so finder hides it but I would like a way to embed or completely obscure the script.
The script is extremely complicated so it's impractical to try to write it inside swift with NStask.
Any ideas would be appreciated.