use developer-language option for apple Base folder

This commit is contained in:
Philippe Auriach 2017-10-10 16:16:32 +02:00
parent 922f1a72a1
commit 3043a48131

View file

@ -25,6 +25,7 @@ module Twine
if match[1] != "Base"
return match[1]
end
return @options[:developer_language]
end
end