e-sites / Natrium

A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
https://www.e-sites.nl
MIT License
145 stars 15 forks source link

Generate environment variable as Swift String #19

Closed dangthaison91 closed 5 years ago

dangthaison91 commented 5 years ago

This will resolve #18 . I'm not sure this is the best way to fix this, other ideas are welcome.

I tried to add some test with dotenv (.env file) but it always shows error "Invalid environment variable XXX". But in my real project, it successfully generates.

basvankuijck commented 5 years ago

Thanks! Will be released in v6.2.0!