CocoaPods / cocoapods-acknowledgements

CocoaPods plugin that generates a plist which includes the installation metadata
MIT License
111 stars 17 forks source link

[WIP] Support old style settings bundle #7

Closed marcelofabri closed 9 years ago

marcelofabri commented 9 years ago

Fixes #6.

I haven't added any tests yet (need some help to get started).

Also: should we copy the generated file to Settings.bundle automatically?

Markdown support is still missing.

PS: This is the most complex Ruby I've ever written, so feedbacks are welcome and sorry if I did anything (obviously) wrong.

orta commented 9 years ago

Awesome, sorry - I wasn't watching this repo, and completely missed this!

orta commented 9 years ago

@marcelofabri the ruby code you've wrote so far looks great. I'll see if I can wrap this up with a setting object and give it a run :+1:

marcelofabri commented 9 years ago

@orta No problem! Thanks for helping me getting started on this :+1: