Skip to content

Commit

Permalink
fixed if any value in build settings contains in the values
Browse files Browse the repository at this point in the history
  • Loading branch information
grevolution committed Jan 6, 2015
1 parent 0affa3e commit 4499b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/xcode/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ def substitute(value)
case match
when "$(TARGET_NAME)"
@target.name
when "$(SRCROOT)"

else
raise "Unknown substitution variable #{match}"
end
Expand Down

0 comments on commit 4499b18

Please sign in to comment.