Skip to content

Instantly share code, notes, and snippets.

@tail-call
Created June 1, 2020 14:17
Show Gist options
  • Save tail-call/94ff4e5e770c8c766111e01114c87221 to your computer and use it in GitHub Desktop.
Save tail-call/94ff4e5e770c8c766111e01114c87221 to your computer and use it in GitHub Desktop.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ""
config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment