Created
June 26, 2015 07:23
-
-
Save danielgalasko/aaf66d1cc11b8aa51f9a to your computer and use it in GitHub Desktop.
Settings bundle acknowledgements for cocoapods (insert in podfile)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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