Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Auriach <p.auriach@gmail.com>2017-10-10 17:16:32 +0300
committerPhilippe Auriach <p.auriach@gmail.com>2017-10-10 17:16:32 +0300
commit3043a481314d00abd2bacb61dcad1674fed7d4b9 (patch)
tree0652cfed865ab0a198328b88208b4f2c0728199c
parent922f1a72a150e460fc4f526f1fa228772e9917c0 (diff)
use developer-language option for apple Base folder
-rw-r--r--lib/twine/formatters/apple.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/twine/formatters/apple.rb b/lib/twine/formatters/apple.rb
index 44ce7a4..cf311bb 100644
--- a/lib/twine/formatters/apple.rb
+++ b/lib/twine/formatters/apple.rb
@@ -25,6 +25,7 @@ module Twine
if match[1] != "Base"
return match[1]
end
+ return @options[:developer_language]
end
end