thebarndog / swift-dotenv

Swift micro-package for loading .env environment files
MIT License
29 stars 8 forks source link

Basic linux support #24

Closed dizlexic closed 4 weeks ago

dizlexic commented 5 months ago

Updated dependency to handle non darwin platforms

Added a conditional hack(?) for handling nil string values inside the set method when using glibc.

thebarndog commented 4 weeks ago

@dizlexic do you want to continue forward with this?

thebarndog commented 4 weeks ago

I added support in #24 so this should be all good to go!