class Twine::Formatters::ApplePList

Public Instance Methods

default_file_name() click to toggle source
# File lib/apple-properties-twine-formatter.rb, line 8
def default_file_name
  'InfoPlist.strings'
end
format_name() click to toggle source
# File lib/apple-properties-twine-formatter.rb, line 4
def format_name
  'appleplist'
end
key_value_pattern() click to toggle source
# File lib/apple-properties-twine-formatter.rb, line 11
def key_value_pattern
  "%{key} = \"%{value}\";\n"
end