Class: Nanaimo::XcodeProjectWriter
- Defined in:
- lib/nanaimo/xcode_project_writer.rb
Overview
Transforms native ruby objects or Plist objects into their ASCII Plist string representation, formatted as Xcode writes Xcode projects.
Constant Summary
Constants inherited from Writer
Instance Method Summary collapse
-
#initialize ⇒ XcodeProjectWriter
constructor
A new instance of XcodeProjectWriter.
Methods inherited from Writer
Constructor Details
#initialize ⇒ XcodeProjectWriter
Returns a new instance of XcodeProjectWriter.
9 10 11 12 |
# File 'lib/nanaimo/xcode_project_writer.rb', line 9 def initialize(*) super @objects_section = false end |