CocoaPods / cocoapods-acknowledgements

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

Support old style settings bundle & Markdown #6

Closed orta closed 9 years ago

orta commented 9 years ago

Markdown should probably also have a rendered version too.

orta commented 9 years ago

To support the old style settings, you would need to add another section like this that created a settings bundle compatible version. You can see the old one here: https://github.com/CocoaPods/CocoaPods/tree/master/lib/cocoapods/generator/acknowledgements

marcelofabri commented 9 years ago

Do you think that the old style format be generated on its own class or in PlistGenerator?

orta commented 9 years ago

I think we could have it as a separate class "SettingsPlistGenerator"