vtourraine / AcknowList

Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
MIT License
784 stars 59 forks source link

add public initializer of Acknow #27

Closed yoonhg84 closed 7 years ago

yoonhg84 commented 7 years ago

Initializer of Acknow is internal and can not initialize Acknow in other modules.

I want to append array of Acknow that added libraries using other method (not cocoapods) in my project. But it is impossible because can not initialize Acknow.

Add public initializer of Acknow.

vtourraine commented 7 years ago

Thanks a lot for the pull request, I totally agree that the Acknow struct should be public.

Your commit also modifies the project.pbxproj file. Is there a reason for that? If not, I’ll edit that out of the pull request before merging it in.

yoonhg84 commented 7 years ago

Starting app, framework not loaded and edit. If you run app success, revert this.