Created
October 20, 2014 19:17
-
-
Save ricobeck/b2cf8b5a00e37b3edbed to your computer and use it in GitHub Desktop.
Copy acknowledgements post installer hook
This file contains hidden or 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.mkdir_p 'APPNAME/Resources/Acknowledgements' | |
FileUtils.copy('Pods/Pods-APPNAME-acknowledgements.plist', 'APPNAME/Resources/Acknowledgements/Acknowledgements.plist') | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment