lib/deploygate/commands/deploy/build.rb in deploygate-0.8.4 vs lib/deploygate/commands/deploy/build.rb in deploygate-0.8.5

- old
+ new

@@ -32,11 +32,12 @@ # @return [void] def ios(workspaces, options) DeployGate::Xcode::Export.check_local_certificates build_configuration = options.configuration target_scheme = options.scheme + xcodeproj_path = options.xcodeproj - analyze = DeployGate::Xcode::Analyze.new(workspaces, build_configuration, target_scheme) + analyze = DeployGate::Xcode::Analyze.new(workspaces, build_configuration, target_scheme, xcodeproj_path) target_scheme = analyze.scheme code_sign_identity = nil project_profile_info = nil allow_provisioning_updates = true