orta / cocoapods-keys

A key value store for storing per-developer environment and application keys
MIT License
1.55k stars 93 forks source link

Problem with $ in Key #196

Open maurovc opened 5 years ago

maurovc commented 5 years ago

Hey!

We're having an issue with a key that contains a $ sign. We configure our keys through the .env file.

The key is this one:

Xb19iJGhq$o$sdfjSflshdD

Configuration in .env:

MyApiKey = "Xb19iJGhq$o$sdfjSflshdD"

And this is the output:

Xb19iJGhq

Is there any way to fix this?

Thanks,

Mauro

orta commented 5 years ago

I'd probably add some unit tests to cover the bug, offhand I can't think of why this would happen