thebarndog / swift-dotenv

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

Basic linux support #24

Closed dizlexic closed 2 months ago

dizlexic commented 6 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 2 months ago

@dizlexic do you want to continue forward with this?

thebarndog commented 2 months ago

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