Skip to content

Commit 4499b18

Browse files
committed
fixed if any value in build settings contains in the values
1 parent 0affa3e commit 4499b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/xcode/configuration.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ def substitute(value)
442442
case match
443443
when "$(TARGET_NAME)"
444444
@target.name
445+
when "$(SRCROOT)"
446+
445447
else
446448
raise "Unknown substitution variable #{match}"
447449
end

0 commit comments

Comments
 (0)