Created
June 28, 2016 11:13
-
-
Save radex/b0ad1004441101da13db28a93c7a4da2 to your computer and use it in GitHub Desktop.
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| | |
installer.pods_project.build_configurations.each do |configuration| | |
configuration.build_settings['SWIFT_VERSION'] = '2.3' | |
configuration.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = 'WT398A4BZ6/' # replace with your Team ID | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment