-
Notifications
You must be signed in to change notification settings - Fork 819
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
Generate acknowledgement in Settings bundle #1435
Comments
Personally seems a bit out of scope for Xcodegen. You might consider using a tool such as: https://github.com/mono0926/LicensePlist |
@markst thank you for your response So a tool like that will have to have access to SPM's Package.swift file, which is a file managed by Xcodegen. When we use Xcodegen we don't actually manage the Package.swift file manually. Instead we are telling Xcodegen which dependencies we need. So it seems appropriate that the application that manages the actual dependencies (Xcodegen) generates also the acknowledgements for them. This is true in case of Cocoapods as well. In that case Cocoapods is managing the dependencies, hence it's able to generate the acknowledgements for them too. Regards |
The LicensePlist uses the So in order to use LicensePlist you can update your |
You might hit a blocker trusting the build tool - "Trust & Enable All". |
Thanks for the info here @markst, I learned something too 😄 |
Hello and thank you for Xcodegen
Can Xcodegen help in generating the acknowledgements.plist for a Settings.bundle, like CocoaPods does?
Thank you in advance
The text was updated successfully, but these errors were encountered: