Skip to content

Instantly share code, notes, and snippets.

@schevgeny
Created December 9, 2022 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schevgeny/a4fa332e65ae3d73ff0c3ca742bcca9c to your computer and use it in GitHub Desktop.
Save schevgeny/a4fa332e65ae3d73ff0c3ca742bcca9c to your computer and use it in GitHub Desktop.
selected Development Team for Pod Bundles
post_install do |installer|
installer.generated_projects.each do |project|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings["DEVELOPMENT_TEAM"] = "Your Team ID"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment