lib/deploygate/commands/deploy/build.rb in deploygate-0.6.0 vs lib/deploygate/commands/deploy/build.rb in deploygate-0.6.1

- old
+ new

@@ -31,11 +31,12 @@ # @param [Hash] options # @return [void] def ios(workspaces, options) DeployGate::Xcode::Export.check_local_certificates build_configuration = options.configuration + target_scheme = options.scheme - analyze = DeployGate::Xcode::Analyze.new(workspaces, build_configuration) + analyze = DeployGate::Xcode::Analyze.new(workspaces, build_configuration, target_scheme) target_scheme = analyze.scheme bundle_identifier = analyze.target_bundle_identifier xcode_provisioning_profile_uuid = analyze.target_xcode_setting_provisioning_profile_uuid