• Samuel Giddins's avatar
    [InstallationOptions] Add #share_schemes_for_development_pods · 2bc3dabb
    Samuel Giddins authored
    This allows for opting out of sharing schemes for development pods.
    By default, the current behavior is kept -- all dev pods have their
    schemes shared. By setting the option to `nil` or `false`, no schemes
    are shared. Otherwise, an array can be passed, and only dev pod names that
    match elements of that array will have their schemes shared.
    2bc3dabb
installation_options_spec.rb 3 KB