Skip to content

Instantly share code, notes, and snippets.

@danielgalasko
Created June 26, 2015 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielgalasko/aaf66d1cc11b8aa51f9a to your computer and use it in GitHub Desktop.
Save danielgalasko/aaf66d1cc11b8aa51f9a to your computer and use it in GitHub Desktop.
Settings bundle acknowledgements for cocoapods (insert in podfile)
post_install do |installer|
require 'fileutils'
FileUtils.cp_r('Pods/Target Support Files/Pods/Pods-Acknowledgements.plist', 'Resources/Other-Sources/Settings.bundle/Acknowledgements.plist', :remove_destination => true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment