orta / cocoapods-keys

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

Add missing 'project_name' param to generate command #162

Closed xavierjurado closed 7 years ago

xavierjurado commented 7 years ago

The parameter was listed in the README but not implemented.

This PR should allow the generation of key files without user intervention on projects with multiple Xcode projects files.

orta commented 7 years ago

Is @project_name used anywhere else? I don't see it being used in the file?

xavierjurado commented 7 years ago

Sure, it's used by the implementation of get_current_keyring.

orta commented 7 years ago

Cool, then let's do this - thanks! 👯

xavierjurado commented 7 years ago

Thank you for the prompt response! 👍