-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to migrate from the "old way"? #30
Comments
Are you using the plugin 'cocoapods-acknowledgements', :settings_bundle => true This will make the plugin copy the plists to
|
I do indeed have that line with |
Can you post the full |
|
I used to include the acknowledgements via this way: https://github.com/CocoaPods/CocoaPods/wiki/Acknowledgements/. So with the
post_install
and that givenRoot.plist
.Now I am trying to migrate to cocoapods-acknowledgements. I've installed the plugin, added it to my Podfile, ran pd install, and while the old file
Resources/Settings.bundle/Acknowledgements.plist
is now gone, there are no new files in the settings bundle and indeed, the settings app now shows a blank page for the app.As you can see, the plists are added to the Pods folder. The README of this project is a bit sparse on how to finish the integration into the actual settings bundle, any help?
The text was updated successfully, but these errors were encountered: