Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
No longer discarding first line of xcodebuild settings output because…
Browse files Browse the repository at this point in the history
… it contains the first target name. Closes #29.
  • Loading branch information
bsimpson committed Jan 11, 2013
1 parent 2dd8e8c commit 1780748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/shenzhen/xcodebuild.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def settings(*args)
raise NilOutputError unless /\S/ === output

lines = output.split(/\n/)
lines.shift

settings, target = {}, nil
lines.each do |line|
Expand Down

0 comments on commit 1780748

Please sign in to comment.