Skip to content

Instantly share code, notes, and snippets.

@radex
Created June 28, 2016 11:13
Show Gist options
  • Save radex/b0ad1004441101da13db28a93c7a4da2 to your computer and use it in GitHub Desktop.
Save radex/b0ad1004441101da13db28a93c7a4da2 to your computer and use it in GitHub Desktop.
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