class Fastlane::Helper::CocoaAdapter

Public Instance Methods

allowed_extensions() click to toggle source
# File lib/fastlane/plugin/simple_loco/helper/simple_loco_helper.rb, line 296
def allowed_extensions
  return ['.strings', '.stringsdict']
end
default_file_name() click to toggle source
# File lib/fastlane/plugin/simple_loco/helper/simple_loco_helper.rb, line 304
def default_file_name
  return 'Localizable'
end
directory(locale, is_default) click to toggle source
# File lib/fastlane/plugin/simple_loco/helper/simple_loco_helper.rb, line 300
def directory(locale, is_default)
  return "#{locale}.lproj"
end