Class: Aigu::IOSExporter

Inherits:
Exporter show all
Defined in:
lib/aigu/ios_exporter.rb

Constant Summary collapse

PROP_LINE_REGEX =
/^\s*"(?<key>.+)"\s?=\s?"(?<value>.*)";\s$/
DICT_DICT_OPEN_REGEX =
/^\s*<dict>\s*$/
DICT_DICT_CLOSE_REGEX =
/^\s*<\/dict>\s*$/
DICT_KEY_REGEX =
/^\s*<key>(?<text>.*)<\/key>\s*$/
DICT_STRING_REGEX =
/^\s*<string>(?<text>.*)<\/string>\s*$/

Method Summary

Methods inherited from Exporter

#initialize, #process!

Constructor Details

This class inherits a constructor from Aigu::Exporter