- Update the markdown and plist files in
Pods/Target Support Files
.
- Support wildcard characters in the excluded filenames.
- Find dependencies installed via Swift Package Manager:
plugin "cocoapods-acknowledgements-addons",
add: ["directory_to_search"],
with_spm: true,
exclude: ["lib_name*"]
- Support the plist located in
Settings.bundle
.
- Initial release
- Add additional acknowledgements located in the specified directories to the plist generated by cocoapods-acknowledgements:
plugin "cocoapods-acknowledgements-addons", add: ["directory_to_search"], exclude: ["lib_name"]