Skip to content

Releases: bcylin/cocoapods-acknowledgements-addons

0.3.0

13 Feb 21:21
c6efa35
Compare
Choose a tag to compare
  • 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*"]

0.2.0

29 May 00:04
d2dd05b
Compare
Choose a tag to compare
  • Support the plist located in Settings.bundle.

0.1.0

13 May 21:54
4e50d2b
Compare
Choose a tag to compare
  • 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"]