Class: Nanaimo::XcodeProjectWriter

Inherits:
Writer
  • Object
show all
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

Writer::UTF8

Instance Method Summary collapse

Methods inherited from Writer

#write

Constructor Details

#initializeXcodeProjectWriter

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