I have a Run Script for Fabric/Crashlytics and before I open source my app, I want to put the key/secret in a file like .env
and reference it in the Run Script so that I can git ignore .env
and not commit.
How can I achieve this? Thanks
I have a Run Script for Fabric/Crashlytics and before I open source my app, I want to put the key/secret in a file like .env
and reference it in the Run Script so that I can git ignore .env
and not commit.
How can I achieve this? Thanks