Adds YAML library.
authordsc <david.schoonover@gmail.com>
Mon, 6 Jun 2011 08:02:14 +0000 (01:02 -0700)
committerdsc <david.schoonover@gmail.com>
Mon, 6 Jun 2011 08:02:14 +0000 (01:02 -0700)
320 files changed:
libs/YAML.framework/.gitignore [new file with mode: 0644]
libs/YAML.framework/English.lproj/InfoPlist.strings [new file with mode: 0644]
libs/YAML.framework/Info.plist [new file with mode: 0644]
libs/YAML.framework/Readme.mkdn [new file with mode: 0644]
libs/YAML.framework/YAML.xcodeproj/project.pbxproj [new file with mode: 0644]
libs/YAML.framework/YAMLSerialization.h [new file with mode: 0644]
libs/YAML.framework/YAMLSerialization.m [new file with mode: 0644]
libs/YAML.framework/YAML_Prefix.pch [new file with mode: 0644]
libs/YAML.framework/test/bigboy.rb [new file with mode: 0644]
libs/YAML.framework/test/events.c [new file with mode: 0644]
libs/YAML.framework/test/fetch.rb [new file with mode: 0644]
libs/YAML.framework/test/spec12examples.m [new file with mode: 0644]
libs/YAML.framework/test/test.m [new file with mode: 0644]
libs/YAML.framework/test/yaml/basic.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/items.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/map-in-seq.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/map.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/mapping.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/simple.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-1-map-examples.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-2-seq-examples.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-3-str-examples.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-4-null-examples.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-5-bool-examples.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-6-int-examples.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-7-float-examples.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-8-json-tag-resolution.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-10-9-core-tag-resolution.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-1-sequence-of-scalars-ball-players.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-10-node-for-sammy-sosa-appears-twice-in-this-document.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-11-mapping-between-sequences.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-12-compact-nested-mapping.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-13-in-literals-newlines-are-preserved.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-14-in-the-folded-scalars-newlines-become-spaces.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-15-folded-newlines-are-preserved-for-more-indented-and-blank-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-16-indentation-determines-scope.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-17-quoted-scalars.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-18-multi-line-flow-scalars.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-19-integers.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-2-mapping-scalars-to-scalars-player-statistics.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-20-floating-point.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-21-miscellaneous.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-22-timestamps.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-23-various-explicit-tags.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-24-global-tags.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-25-unordered-sets.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-26-ordered-mappings.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-27-invoice.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-28-log-file.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-3-mapping-scalars-to-sequences-ball-clubs-in-each-league.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-4-sequence-of-mappings-players-statistics.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-5-sequence-of-sequences.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-6-mapping-of-mappings.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-7-two-documents-in-a-stream-each-with-a-leading-comment.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-8-play-by-play-feed-from-a-game.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-2-9-single-document-with-two-comments.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-1-byte-order-mark.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-10-invalid-use-of-reserved-indicators.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-11-line-break-characters.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-12-tabs-and-spaces.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-13-escaped-characters.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-14-invalid-escaped-characters.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-2-invalid-byte-order-mark.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-3-block-structure-indicators.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-4-flow-collection-indicators.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-5-comment-indicator.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-6-node-property-indicators.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-7-block-scalar-indicators.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-8-quoted-scalar-indicators.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-5-9-directive-indicator.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-1-indentation-spaces.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-10-comment-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-11-multi-line-comments.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-12-separation-spaces.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-13-reserved-directives.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-14-yaml-directive.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-15-invalid-repeated-yaml-directive.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-16-tag-directive.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-17-invalid-repeated-tag-directive.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-18-primary-tag-handle.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-19-secondary-tag-handle.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-2-indentation-indicators.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-20-tag-handles.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-21-local-tag-prefix.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-22-global-tag-prefix.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-23-node-properties.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-24-verbatim-tags.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-25-invalid-verbatim-tags.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-26-tag-shorthands.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-27-invalid-tag-shorthands.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-28-non-specific-tags.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-29-node-anchors.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-3-separation-spaces.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-4-line-prefixes.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-5-empty-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-6-line-folding.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-7-block-folding.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-8-flow-folding.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-6-9-separated-comment.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-1-alias-nodes.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-10-plain-characters.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-11-plain-implicit-keys.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-12-plain-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-13-flow-sequence.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-14-flow-sequence-entries.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-15-flow-mappings.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-16-flow-mapping-entries.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-17-flow-mapping-separate-values.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-18-flow-mapping-adjacent-values.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-19-single-pair-flow-mappings.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-2-empty-content.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-20-single-pair-explicit-entry.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-21-single-pair-implicit-entries.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-22-invalid-implicit-keys.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-23-flow-content.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-24-flow-nodes.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-3-completely-empty-flow-nodes.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-4-double-quoted-implicit-keys.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-5-double-quoted-line-breaks.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-6-double-quoted-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-7-single-quoted-characters.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-8-single-quoted-implicit-keys.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-7-9-single-quoted-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-1-block-scalar-header.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-10-folded-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-11-more-indented-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-12-empty-separation-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-13-final-empty-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-14-block-sequence.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-15-block-sequence-entry-types.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-16-block-mappings.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-17-explicit-block-mapping-entries.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-18-implicit-block-mapping-entries.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-19-compact-block-mappings.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-2-block-indentation-indicator.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-20-block-node-types.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-21-block-scalar-nodes.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-22-block-collection-nodes.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-3-invalid-block-scalar-indentation-indicators.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-4-chomping-final-line-break.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-5-chomping-trailing-lines.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-6-empty-scalar-chomping.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-7-literal-scalar.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-8-literal-content.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-8-9-folded-scalar.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-9-1-document-prefix.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-9-2-document-markers.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-9-3-bare-documents.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-9-4-explicit-documents.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-9-5-directives-documents.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/spec12-example-9-6-stream.yaml [new file with mode: 0644]
libs/YAML.framework/test/yaml/strange-keys.yaml [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/LICENSE [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/Makefile.am [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/Makefile.in [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/README [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/aclocal.m4 [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/config.h.in [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/config/config.guess [new file with mode: 0755]
libs/YAML.framework/yaml-0.1.3/config/config.sub [new file with mode: 0755]
libs/YAML.framework/yaml-0.1.3/config/depcomp [new file with mode: 0755]
libs/YAML.framework/yaml-0.1.3/config/install-sh [new file with mode: 0755]
libs/YAML.framework/yaml-0.1.3/config/ltmain.sh [new file with mode: 0755]
libs/YAML.framework/yaml-0.1.3/config/missing [new file with mode: 0755]
libs/YAML.framework/yaml-0.1.3/configure [new file with mode: 0755]
libs/YAML.framework/yaml-0.1.3/configure.ac [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/doxygen.cfg [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/annotated.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/classes.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/doxygen.css [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/doxygen.png [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/files.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x62.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x63.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x64.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x65.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x66.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x68.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x69.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6b.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6c.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6d.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6e.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6f.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x70.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x71.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x72.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x73.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x74.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x75.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x76.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x77.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x62.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x63.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x64.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x65.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x66.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x68.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x69.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6b.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6c.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6d.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6e.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6f.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x70.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x71.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x72.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x73.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x74.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x75.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x76.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x77.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/globals.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/globals_defs.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/globals_enum.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/globals_eval.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/globals_func.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/globals_type.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__basic.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__emitter.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__events.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__export.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__nodes.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__parser.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__styles.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__tokens.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/group__version.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/index.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/modules.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__alias__data__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__document__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__emitter__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__event__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__mark__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__node__pair__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__node__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__parser__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__simple__key__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__tag__directive__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__token__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__version__directive__s.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/tab_b.gif [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/tab_l.gif [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/tab_r.gif [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/tabs.css [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/doc/html/yaml_8h.html [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/include/Makefile.am [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/include/Makefile.in [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/include/yaml.h [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/Makefile.am [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/Makefile.in [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/api.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/dumper.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/emitter.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/loader.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/parser.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/reader.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/scanner.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/writer.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/src/yaml_private.h [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/Makefile.am [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/Makefile.in [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/example-deconstructor-alt.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/example-deconstructor.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/example-reformatter-alt.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/example-reformatter.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/run-dumper.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/run-emitter.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/run-loader.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/run-parser.m [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/run-scanner.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/test-reader.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/tests/test-version.c [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/Makefile.am [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/Makefile.in [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/config.h [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/example_deconstructor.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/example_deconstructor_alt.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/example_reformatter.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/example_reformatter_alt.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/libyaml.dsw [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/run_dumper.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/run_emitter.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/run_loader.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/run_parser.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/run_scanner.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/test_reader.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/test_version.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/yaml.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vc6/yamldll.dsp [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/example_deconstructor.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/example_deconstructor_alt.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/example_reformatter.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/example_reformatter_alt.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/libyaml.sln [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_dumper.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_emitter.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_loader.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_parser.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_scanner.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/test_reader.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/test_version.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/yaml.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2003/yamldll.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/example_deconstructor.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/example_deconstructor_alt.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/example_reformatter.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/example_reformatter_alt.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/libyaml.sln [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_dumper.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_emitter.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_loader.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_parser.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_scanner.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/test_reader.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/test_version.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/yaml.vcproj [new file with mode: 0644]
libs/YAML.framework/yaml-0.1.3/win32/vs2008/yamldll.vcproj [new file with mode: 0644]

diff --git a/libs/YAML.framework/.gitignore b/libs/YAML.framework/.gitignore
new file mode 100644 (file)
index 0000000..e8ece47
--- /dev/null
@@ -0,0 +1,5 @@
+.DS_Store
+build
+YAML.xcodeproj/*.mode1v3
+YAML.xcodeproj/*.pbxuser
+test/yaml/bigboy.yaml
\ No newline at end of file
diff --git a/libs/YAML.framework/English.lproj/InfoPlist.strings b/libs/YAML.framework/English.lproj/InfoPlist.strings
new file mode 100644 (file)
index 0000000..88f65cf
--- /dev/null
@@ -0,0 +1,2 @@
+\feff/* Localized versions of Info.plist keys */
+
diff --git a/libs/YAML.framework/Info.plist b/libs/YAML.framework/Info.plist
new file mode 100644 (file)
index 0000000..dc83270
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>${EXECUTABLE_NAME}</string>
+       <key>CFBundleIconFile</key>
+       <string></string>
+       <key>CFBundleIdentifier</key>
+       <string>com.yourcompany.${PRODUCT_NAME:rfc1034Identifier}</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>${PRODUCT_NAME}</string>
+       <key>CFBundlePackageType</key>
+       <string>FMWK</string>
+       <key>CFBundleShortVersionString</key>
+       <string>1.0</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>1</string>
+       <key>NSPrincipalClass</key>
+       <string></string>
+</dict>
+</plist>
diff --git a/libs/YAML.framework/Readme.mkdn b/libs/YAML.framework/Readme.mkdn
new file mode 100644 (file)
index 0000000..1f63853
--- /dev/null
@@ -0,0 +1,66 @@
+# YAML.framework for Objective-C
+
+Based on C `LibYAML` library (`http://pyyaml.org/wiki/LibYAML`) by Kirill Simonov.
+`YAML.framework` provides support for YAML (de/)serialisation similarly to standard `NSPropertyListSerialization`.
+
+It's fast and compatible with iOS.
+
+## Examples
+
+Using input stream:
+
+    NSInputStream *stream = [[NSInputStream alloc] initWithFileAtPath: @"yaml/items.yaml"];
+    # or [[NSInputStream alloc] initWithURL: ...]
+    
+    id yaml = [YAMLSerialization YAMLWithStream: stream
+                                        options: kYAMLReadOptionStringScalars
+                                          error: nil];
+    
+    // Dump Objective-C object description
+    printf("%s", [[yaml description] UTF8String]);
+
+For input YAML file:
+
+    items:
+      - name: Foo
+      - name: Bar
+
+Should print dump string similar to:
+    
+    (
+      {
+        items = (
+          {
+            name = Foo;
+          },
+          {
+            name = Bar;
+          }
+        );
+      }
+    )
+
+## License
+
+`YAML.framework` is released under the MIT license.
+
+    Copyright (c) 2010 Mirek Rusin (YAML.framework)
+                  2006 Kirill Simonov (LibYAML)
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy of
+    this software and associated documentation files (the "Software"), to deal in
+    the Software without restriction, including without limitation the rights to
+    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+    of the Software, and to permit persons to whom the Software is furnished to do
+    so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in all
+    copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+    SOFTWARE.
diff --git a/libs/YAML.framework/YAML.xcodeproj/project.pbxproj b/libs/YAML.framework/YAML.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..c00e8ab
--- /dev/null
@@ -0,0 +1,1095 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 45;
+       objects = {
+
+/* Begin PBXBuildFile section */
+               8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
+               EB2B592E124E2117001FFEEB /* events.c in Sources */ = {isa = PBXBuildFile; fileRef = EB2B592D124E2117001FFEEB /* events.c */; };
+               EB2B5952124E230A001FFEEB /* yaml in Copy YAML Files */ = {isa = PBXBuildFile; fileRef = EB6C424F124D9B3E00886AD1 /* yaml */; };
+               EB68E826125101C200336500 /* api.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC1124D86C400886AD1 /* api.c */; };
+               EB68E827125101C200336500 /* dumper.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC2124D86C400886AD1 /* dumper.c */; };
+               EB68E828125101C200336500 /* emitter.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC3124D86C400886AD1 /* emitter.c */; };
+               EB68E829125101C200336500 /* loader.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC4124D86C400886AD1 /* loader.c */; };
+               EB68E82A125101C200336500 /* parser.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC7124D86C400886AD1 /* parser.c */; };
+               EB68E82B125101C200336500 /* reader.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC8124D86C400886AD1 /* reader.c */; };
+               EB68E82C125101C200336500 /* scanner.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC9124D86C400886AD1 /* scanner.c */; };
+               EB68E82D125101C200336500 /* writer.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3ECA124D86C400886AD1 /* writer.c */; };
+               EB6C3FBA124D872600886AD1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB6C3FB9124D872600886AD1 /* Foundation.framework */; };
+               EB6C419F124D8B4F00886AD1 /* api.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC1124D86C400886AD1 /* api.c */; };
+               EB6C41A0124D8B4F00886AD1 /* dumper.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC2124D86C400886AD1 /* dumper.c */; };
+               EB6C41A1124D8B4F00886AD1 /* emitter.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC3124D86C400886AD1 /* emitter.c */; };
+               EB6C41A2124D8B4F00886AD1 /* loader.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC4124D86C400886AD1 /* loader.c */; };
+               EB6C41A3124D8B4F00886AD1 /* parser.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC7124D86C400886AD1 /* parser.c */; };
+               EB6C41A4124D8B4F00886AD1 /* reader.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC8124D86C400886AD1 /* reader.c */; };
+               EB6C41A5124D8B4F00886AD1 /* scanner.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3EC9124D86C400886AD1 /* scanner.c */; };
+               EB6C41A6124D8B4F00886AD1 /* writer.c in Sources */ = {isa = PBXBuildFile; fileRef = EB6C3ECA124D86C400886AD1 /* writer.c */; };
+               EB6C41C2124D8C8F00886AD1 /* yaml.h in Headers */ = {isa = PBXBuildFile; fileRef = EB6C3EBB124D86C400886AD1 /* yaml.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               EB6C4214124D99D000886AD1 /* YAML.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* YAML.framework */; };
+               EB6C422C124D9A4B00886AD1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB6C3FB9124D872600886AD1 /* Foundation.framework */; };
+               EB6C4252124D9B4A00886AD1 /* yaml in Copy YAML Files */ = {isa = PBXBuildFile; fileRef = EB6C424F124D9B3E00886AD1 /* yaml */; };
+               EB6C433C124E0CF600886AD1 /* test.m in Sources */ = {isa = PBXBuildFile; fileRef = EB6C4226124D9A1700886AD1 /* test.m */; };
+               EBE745BA124F8C0D00618049 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB6C3FB9124D872600886AD1 /* Foundation.framework */; };
+               EBE745BB124F8C0D00618049 /* YAML.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* YAML.framework */; };
+               EBE745BD124F8C0D00618049 /* yaml in Copy YAML Files */ = {isa = PBXBuildFile; fileRef = EB6C424F124D9B3E00886AD1 /* yaml */; };
+               EBE745C7124F8C2F00618049 /* spec12examples.m in Sources */ = {isa = PBXBuildFile; fileRef = EBE745AF124F8B5000618049 /* spec12examples.m */; };
+               EBF83D8B124D7A3E008517E5 /* YAMLSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = EBF83D89124D7A3E008517E5 /* YAMLSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; };
+               EBF83D8C124D7A3E008517E5 /* YAMLSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = EBF83D8A124D7A3E008517E5 /* YAMLSerialization.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+               EB6C4212124D99CB00886AD1 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
+                       remoteInfo = YAML;
+               };
+               EBE745B6124F8C0D00618049 /* PBXContainerItemProxy */ = {
+                       isa = PBXContainerItemProxy;
+                       containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
+                       proxyType = 1;
+                       remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
+                       remoteInfo = YAML;
+               };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+               EB2B5960124E230D001FFEEB /* Copy YAML Files */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = "";
+                       dstSubfolderSpec = 16;
+                       files = (
+                               EB2B5952124E230A001FFEEB /* yaml in Copy YAML Files */,
+                       );
+                       name = "Copy YAML Files";
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               EB6C424E124D9B0300886AD1 /* Copy YAML Files */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = "";
+                       dstSubfolderSpec = 16;
+                       files = (
+                               EB6C4252124D9B4A00886AD1 /* yaml in Copy YAML Files */,
+                       );
+                       name = "Copy YAML Files";
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               EBE745BC124F8C0D00618049 /* Copy YAML Files */ = {
+                       isa = PBXCopyFilesBuildPhase;
+                       buildActionMask = 2147483647;
+                       dstPath = "";
+                       dstSubfolderSpec = 16;
+                       files = (
+                               EBE745BD124F8C0D00618049 /* yaml in Copy YAML Files */,
+                       );
+                       name = "Copy YAML Files";
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+               089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+               32DBCF5E0370ADEE00C91783 /* YAML_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YAML_Prefix.pch; sourceTree = "<group>"; };
+               8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+               8DC2EF5B0486A6940098B216 /* YAML.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YAML.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+               EB2B5928124E2100001FFEEB /* events */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = events; sourceTree = BUILT_PRODUCTS_DIR; };
+               EB2B592D124E2117001FFEEB /* events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = events.c; sourceTree = "<group>"; };
+               EB6C3E59124D86C400886AD1 /* aclocal.m4 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aclocal.m4; sourceTree = "<group>"; };
+               EB6C3E5B124D86C400886AD1 /* config.guess */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = config.guess; sourceTree = "<group>"; };
+               EB6C3E5C124D86C400886AD1 /* config.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = config.sub; sourceTree = "<group>"; };
+               EB6C3E5D124D86C400886AD1 /* depcomp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = depcomp; sourceTree = "<group>"; };
+               EB6C3E5E124D86C400886AD1 /* install-sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "install-sh"; sourceTree = "<group>"; };
+               EB6C3E5F124D86C400886AD1 /* ltmain.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = ltmain.sh; sourceTree = "<group>"; };
+               EB6C3E60124D86C400886AD1 /* missing */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = missing; sourceTree = "<group>"; };
+               EB6C3E61124D86C400886AD1 /* config.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.h.in; sourceTree = "<group>"; };
+               EB6C3E62124D86C400886AD1 /* configure */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = configure; sourceTree = "<group>"; };
+               EB6C3E63124D86C400886AD1 /* configure.ac */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = configure.ac; sourceTree = "<group>"; };
+               EB6C3E65124D86C400886AD1 /* doxygen.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = doxygen.cfg; sourceTree = "<group>"; };
+               EB6C3E67124D86C400886AD1 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = "<group>"; };
+               EB6C3E68124D86C400886AD1 /* classes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = classes.html; sourceTree = "<group>"; };
+               EB6C3E69124D86C400886AD1 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = "<group>"; };
+               EB6C3E6A124D86C400886AD1 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = "<group>"; };
+               EB6C3E6B124D86C400886AD1 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = "<group>"; };
+               EB6C3E6C124D86C400886AD1 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = "<group>"; };
+               EB6C3E6D124D86C400886AD1 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = "<group>"; };
+               EB6C3E6E124D86C400886AD1 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = "<group>"; };
+               EB6C3E6F124D86C400886AD1 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = "<group>"; };
+               EB6C3E70124D86C400886AD1 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = "<group>"; };
+               EB6C3E71124D86C400886AD1 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = "<group>"; };
+               EB6C3E72124D86C400886AD1 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = "<group>"; };
+               EB6C3E73124D86C400886AD1 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = "<group>"; };
+               EB6C3E74124D86C400886AD1 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = "<group>"; };
+               EB6C3E75124D86C400886AD1 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = "<group>"; };
+               EB6C3E76124D86C400886AD1 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = "<group>"; };
+               EB6C3E77124D86C400886AD1 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = "<group>"; };
+               EB6C3E78124D86C400886AD1 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = "<group>"; };
+               EB6C3E79124D86C400886AD1 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = "<group>"; };
+               EB6C3E7A124D86C400886AD1 /* functions_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x71.html; sourceTree = "<group>"; };
+               EB6C3E7B124D86C400886AD1 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = "<group>"; };
+               EB6C3E7C124D86C400886AD1 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = "<group>"; };
+               EB6C3E7D124D86C400886AD1 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = "<group>"; };
+               EB6C3E7E124D86C400886AD1 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = "<group>"; };
+               EB6C3E7F124D86C400886AD1 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = "<group>"; };
+               EB6C3E80124D86C400886AD1 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = "<group>"; };
+               EB6C3E81124D86C400886AD1 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = "<group>"; };
+               EB6C3E82124D86C400886AD1 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x62.html; sourceTree = "<group>"; };
+               EB6C3E83124D86C400886AD1 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x63.html; sourceTree = "<group>"; };
+               EB6C3E84124D86C400886AD1 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x64.html; sourceTree = "<group>"; };
+               EB6C3E85124D86C400886AD1 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x65.html; sourceTree = "<group>"; };
+               EB6C3E86124D86C400886AD1 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x66.html; sourceTree = "<group>"; };
+               EB6C3E87124D86C400886AD1 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x68.html; sourceTree = "<group>"; };
+               EB6C3E88124D86C400886AD1 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x69.html; sourceTree = "<group>"; };
+               EB6C3E89124D86C400886AD1 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6b.html; sourceTree = "<group>"; };
+               EB6C3E8A124D86C400886AD1 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6c.html; sourceTree = "<group>"; };
+               EB6C3E8B124D86C400886AD1 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6d.html; sourceTree = "<group>"; };
+               EB6C3E8C124D86C400886AD1 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6e.html; sourceTree = "<group>"; };
+               EB6C3E8D124D86C400886AD1 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6f.html; sourceTree = "<group>"; };
+               EB6C3E8E124D86C400886AD1 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x70.html; sourceTree = "<group>"; };
+               EB6C3E8F124D86C400886AD1 /* functions_vars_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x71.html; sourceTree = "<group>"; };
+               EB6C3E90124D86C400886AD1 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x72.html; sourceTree = "<group>"; };
+               EB6C3E91124D86C400886AD1 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x73.html; sourceTree = "<group>"; };
+               EB6C3E92124D86C400886AD1 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x74.html; sourceTree = "<group>"; };
+               EB6C3E93124D86C400886AD1 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x75.html; sourceTree = "<group>"; };
+               EB6C3E94124D86C400886AD1 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x76.html; sourceTree = "<group>"; };
+               EB6C3E95124D86C400886AD1 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x77.html; sourceTree = "<group>"; };
+               EB6C3E96124D86C400886AD1 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = "<group>"; };
+               EB6C3E97124D86C400886AD1 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = "<group>"; };
+               EB6C3E98124D86C400886AD1 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = "<group>"; };
+               EB6C3E99124D86C400886AD1 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = "<group>"; };
+               EB6C3E9A124D86C400886AD1 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = "<group>"; };
+               EB6C3E9B124D86C400886AD1 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = "<group>"; };
+               EB6C3E9C124D86C400886AD1 /* group__basic.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__basic.html; sourceTree = "<group>"; };
+               EB6C3E9D124D86C400886AD1 /* group__emitter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__emitter.html; sourceTree = "<group>"; };
+               EB6C3E9E124D86C400886AD1 /* group__events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__events.html; sourceTree = "<group>"; };
+               EB6C3E9F124D86C400886AD1 /* group__export.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__export.html; sourceTree = "<group>"; };
+               EB6C3EA0124D86C400886AD1 /* group__nodes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__nodes.html; sourceTree = "<group>"; };
+               EB6C3EA1124D86C400886AD1 /* group__parser.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__parser.html; sourceTree = "<group>"; };
+               EB6C3EA2124D86C400886AD1 /* group__styles.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__styles.html; sourceTree = "<group>"; };
+               EB6C3EA3124D86C400886AD1 /* group__tokens.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__tokens.html; sourceTree = "<group>"; };
+               EB6C3EA4124D86C400886AD1 /* group__version.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__version.html; sourceTree = "<group>"; };
+               EB6C3EA5124D86C400886AD1 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
+               EB6C3EA6124D86C400886AD1 /* modules.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = modules.html; sourceTree = "<group>"; };
+               EB6C3EA7124D86C400886AD1 /* structyaml__alias__data__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__alias__data__s.html; sourceTree = "<group>"; };
+               EB6C3EA8124D86C400886AD1 /* structyaml__document__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__document__s.html; sourceTree = "<group>"; };
+               EB6C3EA9124D86C400886AD1 /* structyaml__emitter__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__emitter__s.html; sourceTree = "<group>"; };
+               EB6C3EAA124D86C400886AD1 /* structyaml__event__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__event__s.html; sourceTree = "<group>"; };
+               EB6C3EAB124D86C400886AD1 /* structyaml__mark__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__mark__s.html; sourceTree = "<group>"; };
+               EB6C3EAC124D86C400886AD1 /* structyaml__node__pair__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__node__pair__s.html; sourceTree = "<group>"; };
+               EB6C3EAD124D86C400886AD1 /* structyaml__node__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__node__s.html; sourceTree = "<group>"; };
+               EB6C3EAE124D86C400886AD1 /* structyaml__parser__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__parser__s.html; sourceTree = "<group>"; };
+               EB6C3EAF124D86C400886AD1 /* structyaml__simple__key__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__simple__key__s.html; sourceTree = "<group>"; };
+               EB6C3EB0124D86C400886AD1 /* structyaml__tag__directive__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__tag__directive__s.html; sourceTree = "<group>"; };
+               EB6C3EB1124D86C400886AD1 /* structyaml__token__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__token__s.html; sourceTree = "<group>"; };
+               EB6C3EB2124D86C400886AD1 /* structyaml__version__directive__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__version__directive__s.html; sourceTree = "<group>"; };
+               EB6C3EB3124D86C400886AD1 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = "<group>"; };
+               EB6C3EB4124D86C400886AD1 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = "<group>"; };
+               EB6C3EB5124D86C400886AD1 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = "<group>"; };
+               EB6C3EB6124D86C400886AD1 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = "<group>"; };
+               EB6C3EB7124D86C400886AD1 /* yaml_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = yaml_8h.html; sourceTree = "<group>"; };
+               EB6C3EB9124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               EB6C3EBA124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               EB6C3EBB124D86C400886AD1 /* yaml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = yaml.h; sourceTree = "<group>"; };
+               EB6C3EBC124D86C400886AD1 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
+               EB6C3EBD124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               EB6C3EBE124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               EB6C3EBF124D86C400886AD1 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
+               EB6C3EC1124D86C400886AD1 /* api.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = api.c; sourceTree = "<group>"; };
+               EB6C3EC2124D86C400886AD1 /* dumper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = dumper.c; sourceTree = "<group>"; };
+               EB6C3EC3124D86C400886AD1 /* emitter.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = emitter.c; sourceTree = "<group>"; };
+               EB6C3EC4124D86C400886AD1 /* loader.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = loader.c; sourceTree = "<group>"; };
+               EB6C3EC5124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               EB6C3EC6124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               EB6C3EC7124D86C400886AD1 /* parser.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = parser.c; sourceTree = "<group>"; };
+               EB6C3EC8124D86C400886AD1 /* reader.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = reader.c; sourceTree = "<group>"; };
+               EB6C3EC9124D86C400886AD1 /* scanner.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = scanner.c; sourceTree = "<group>"; };
+               EB6C3ECA124D86C400886AD1 /* writer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = writer.c; sourceTree = "<group>"; };
+               EB6C3ECB124D86C400886AD1 /* yaml_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = yaml_private.h; sourceTree = "<group>"; };
+               EB6C3ECD124D86C400886AD1 /* example-deconstructor-alt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "example-deconstructor-alt.c"; sourceTree = "<group>"; };
+               EB6C3ECE124D86C400886AD1 /* example-deconstructor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "example-deconstructor.c"; sourceTree = "<group>"; };
+               EB6C3ECF124D86C400886AD1 /* example-reformatter-alt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "example-reformatter-alt.c"; sourceTree = "<group>"; };
+               EB6C3ED0124D86C400886AD1 /* example-reformatter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "example-reformatter.c"; sourceTree = "<group>"; };
+               EB6C3ED1124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               EB6C3ED2124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               EB6C3ED3124D86C400886AD1 /* run-dumper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "run-dumper.c"; sourceTree = "<group>"; };
+               EB6C3ED4124D86C400886AD1 /* run-emitter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "run-emitter.c"; sourceTree = "<group>"; };
+               EB6C3ED5124D86C400886AD1 /* run-loader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "run-loader.c"; sourceTree = "<group>"; };
+               EB6C3ED6124D86C400886AD1 /* run-parser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "run-parser.m"; sourceTree = "<group>"; };
+               EB6C3ED7124D86C400886AD1 /* run-scanner.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "run-scanner.c"; sourceTree = "<group>"; };
+               EB6C3ED8124D86C400886AD1 /* test-reader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "test-reader.c"; sourceTree = "<group>"; };
+               EB6C3ED9124D86C400886AD1 /* test-version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "test-version.c"; sourceTree = "<group>"; };
+               EB6C3EDB124D86C400886AD1 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
+               EB6C3EDC124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
+               EB6C3EDD124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+               EB6C3EDF124D86C400886AD1 /* example_deconstructor.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example_deconstructor.dsp; sourceTree = "<group>"; };
+               EB6C3EE0124D86C400886AD1 /* example_deconstructor_alt.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example_deconstructor_alt.dsp; sourceTree = "<group>"; };
+               EB6C3EE1124D86C400886AD1 /* example_reformatter.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example_reformatter.dsp; sourceTree = "<group>"; };
+               EB6C3EE2124D86C400886AD1 /* example_reformatter_alt.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example_reformatter_alt.dsp; sourceTree = "<group>"; };
+               EB6C3EE3124D86C400886AD1 /* libyaml.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libyaml.dsw; sourceTree = "<group>"; };
+               EB6C3EE4124D86C400886AD1 /* run_dumper.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_dumper.dsp; sourceTree = "<group>"; };
+               EB6C3EE5124D86C400886AD1 /* run_emitter.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_emitter.dsp; sourceTree = "<group>"; };
+               EB6C3EE6124D86C400886AD1 /* run_loader.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_loader.dsp; sourceTree = "<group>"; };
+               EB6C3EE7124D86C400886AD1 /* run_parser.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_parser.dsp; sourceTree = "<group>"; };
+               EB6C3EE8124D86C400886AD1 /* run_scanner.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_scanner.dsp; sourceTree = "<group>"; };
+               EB6C3EE9124D86C400886AD1 /* test_reader.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test_reader.dsp; sourceTree = "<group>"; };
+               EB6C3EEA124D86C400886AD1 /* test_version.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test_version.dsp; sourceTree = "<group>"; };
+               EB6C3EEB124D86C400886AD1 /* yaml.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = yaml.dsp; sourceTree = "<group>"; };
+               EB6C3EEC124D86C400886AD1 /* yamldll.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = yamldll.dsp; sourceTree = "<group>"; };
+               EB6C3EEE124D86C400886AD1 /* example_deconstructor.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_deconstructor.vcproj; sourceTree = "<group>"; };
+               EB6C3EEF124D86C400886AD1 /* example_deconstructor_alt.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_deconstructor_alt.vcproj; sourceTree = "<group>"; };
+               EB6C3EF0124D86C400886AD1 /* example_reformatter.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_reformatter.vcproj; sourceTree = "<group>"; };
+               EB6C3EF1124D86C400886AD1 /* example_reformatter_alt.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_reformatter_alt.vcproj; sourceTree = "<group>"; };
+               EB6C3EF2124D86C400886AD1 /* libyaml.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libyaml.sln; sourceTree = "<group>"; };
+               EB6C3EF3124D86C400886AD1 /* run_dumper.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_dumper.vcproj; sourceTree = "<group>"; };
+               EB6C3EF4124D86C400886AD1 /* run_emitter.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_emitter.vcproj; sourceTree = "<group>"; };
+               EB6C3EF5124D86C400886AD1 /* run_loader.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_loader.vcproj; sourceTree = "<group>"; };
+               EB6C3EF6124D86C400886AD1 /* run_parser.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_parser.vcproj; sourceTree = "<group>"; };
+               EB6C3EF7124D86C400886AD1 /* run_scanner.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_scanner.vcproj; sourceTree = "<group>"; };
+               EB6C3EF8124D86C400886AD1 /* test_reader.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = test_reader.vcproj; sourceTree = "<group>"; };
+               EB6C3EF9124D86C400886AD1 /* test_version.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = test_version.vcproj; sourceTree = "<group>"; };
+               EB6C3EFA124D86C400886AD1 /* yaml.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = yaml.vcproj; sourceTree = "<group>"; };
+               EB6C3EFB124D86C400886AD1 /* yamldll.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = yamldll.vcproj; sourceTree = "<group>"; };
+               EB6C3EFD124D86C400886AD1 /* example_deconstructor.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_deconstructor.vcproj; sourceTree = "<group>"; };
+               EB6C3EFE124D86C400886AD1 /* example_deconstructor_alt.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_deconstructor_alt.vcproj; sourceTree = "<group>"; };
+               EB6C3EFF124D86C400886AD1 /* example_reformatter.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_reformatter.vcproj; sourceTree = "<group>"; };
+               EB6C3F00124D86C400886AD1 /* example_reformatter_alt.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_reformatter_alt.vcproj; sourceTree = "<group>"; };
+               EB6C3F01124D86C400886AD1 /* libyaml.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libyaml.sln; sourceTree = "<group>"; };
+               EB6C3F02124D86C400886AD1 /* run_dumper.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_dumper.vcproj; sourceTree = "<group>"; };
+               EB6C3F03124D86C400886AD1 /* run_emitter.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_emitter.vcproj; sourceTree = "<group>"; };
+               EB6C3F04124D86C400886AD1 /* run_loader.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_loader.vcproj; sourceTree = "<group>"; };
+               EB6C3F05124D86C400886AD1 /* run_parser.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_parser.vcproj; sourceTree = "<group>"; };
+               EB6C3F06124D86C400886AD1 /* run_scanner.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_scanner.vcproj; sourceTree = "<group>"; };
+               EB6C3F07124D86C400886AD1 /* test_reader.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = test_reader.vcproj; sourceTree = "<group>"; };
+               EB6C3F08124D86C400886AD1 /* test_version.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = test_version.vcproj; sourceTree = "<group>"; };
+               EB6C3F09124D86C400886AD1 /* yaml.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = yaml.vcproj; sourceTree = "<group>"; };
+               EB6C3F0A124D86C400886AD1 /* yamldll.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = yamldll.vcproj; sourceTree = "<group>"; };
+               EB6C3FB9124D872600886AD1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+               EB6C420E124D99BE00886AD1 /* test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = test; sourceTree = BUILT_PRODUCTS_DIR; };
+               EB6C4226124D9A1700886AD1 /* test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = test.m; sourceTree = "<group>"; };
+               EB6C424F124D9B3E00886AD1 /* yaml */ = {isa = PBXFileReference; lastKnownFileType = folder; path = yaml; sourceTree = "<group>"; };
+               EBE745AF124F8B5000618049 /* spec12examples.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = spec12examples.m; sourceTree = "<group>"; };
+               EBE745C1124F8C0D00618049 /* test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = test; sourceTree = BUILT_PRODUCTS_DIR; };
+               EBF83D89124D7A3E008517E5 /* YAMLSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YAMLSerialization.h; sourceTree = "<group>"; };
+               EBF83D8A124D7A3E008517E5 /* YAMLSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YAMLSerialization.m; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               8DC2EF560486A6940098B216 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               EB6C3FBA124D872600886AD1 /* Foundation.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               EB2B5926124E2100001FFEEB /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               EB6C420C124D99BE00886AD1 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               EB6C422C124D9A4B00886AD1 /* Foundation.framework in Frameworks */,
+                               EB6C4214124D99D000886AD1 /* YAML.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+               EBE745B9124F8C0D00618049 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               EBE745BA124F8C0D00618049 /* Foundation.framework in Frameworks */,
+                               EBE745BB124F8C0D00618049 /* YAML.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               034768DFFF38A50411DB9C8B /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               8DC2EF5B0486A6940098B216 /* YAML.framework */,
+                               EB6C420E124D99BE00886AD1 /* test */,
+                               EB2B5928124E2100001FFEEB /* events */,
+                               EBE745C1124F8C0D00618049 /* test */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               0867D691FE84028FC02AAC07 /* YAML */ = {
+                       isa = PBXGroup;
+                       children = (
+                               EB6C4222124D9A0200886AD1 /* test */,
+                               EB6C3E58124D86C400886AD1 /* yaml-0.1.3 */,
+                               08FB77AEFE84172EC02AAC07 /* Classes */,
+                               32C88DFF0371C24200C91783 /* Other Sources */,
+                               089C1665FE841158C02AAC07 /* Resources */,
+                               0867D69AFE84028FC02AAC07 /* Frameworks */,
+                               034768DFFF38A50411DB9C8B /* Products */,
+                       );
+                       name = YAML;
+                       sourceTree = "<group>";
+               };
+               0867D69AFE84028FC02AAC07 /* Frameworks */ = {
+                       isa = PBXGroup;
+                       children = (
+                               EB6C3FB9124D872600886AD1 /* Foundation.framework */,
+                       );
+                       name = Frameworks;
+                       sourceTree = "<group>";
+               };
+               089C1665FE841158C02AAC07 /* Resources */ = {
+                       isa = PBXGroup;
+                       children = (
+                               8DC2EF5A0486A6940098B216 /* Info.plist */,
+                               089C1666FE841158C02AAC07 /* InfoPlist.strings */,
+                       );
+                       name = Resources;
+                       sourceTree = "<group>";
+               };
+               08FB77AEFE84172EC02AAC07 /* Classes */ = {
+                       isa = PBXGroup;
+                       children = (
+                               EBF83D89124D7A3E008517E5 /* YAMLSerialization.h */,
+                               EBF83D8A124D7A3E008517E5 /* YAMLSerialization.m */,
+                       );
+                       name = Classes;
+                       sourceTree = "<group>";
+               };
+               32C88DFF0371C24200C91783 /* Other Sources */ = {
+                       isa = PBXGroup;
+                       children = (
+                               32DBCF5E0370ADEE00C91783 /* YAML_Prefix.pch */,
+                       );
+                       name = "Other Sources";
+                       sourceTree = "<group>";
+               };
+               EB6C3E58124D86C400886AD1 /* yaml-0.1.3 */ = {
+                       isa = PBXGroup;
+                       children = (
+                               EB6C3E59124D86C400886AD1 /* aclocal.m4 */,
+                               EB6C3E5A124D86C400886AD1 /* config */,
+                               EB6C3E61124D86C400886AD1 /* config.h.in */,
+                               EB6C3E62124D86C400886AD1 /* configure */,
+                               EB6C3E63124D86C400886AD1 /* configure.ac */,
+                               EB6C3E64124D86C400886AD1 /* doc */,
+                               EB6C3EB8124D86C400886AD1 /* include */,
+                               EB6C3EBC124D86C400886AD1 /* LICENSE */,
+                               EB6C3EBD124D86C400886AD1 /* Makefile.am */,
+                               EB6C3EBE124D86C400886AD1 /* Makefile.in */,
+                               EB6C3EBF124D86C400886AD1 /* README */,
+                               EB6C3EC0124D86C400886AD1 /* src */,
+                               EB6C3ECC124D86C400886AD1 /* tests */,
+                               EB6C3EDA124D86C400886AD1 /* win32 */,
+                       );
+                       path = "yaml-0.1.3";
+                       sourceTree = "<group>";
+               };
+               EB6C3E5A124D86C400886AD1 /* config */ = {
+                       isa = PBXGroup;
+                       children = (
+                               EB6C3E5B124D86C400886AD1 /* config.guess */,
+                               EB6C3E5C124D86C400886AD1 /* config.sub */,
+                               EB6C3E5D124D86C400886AD1 /* depcomp */,
+                               EB6C3E5E124D86C400886AD1 /* install-sh */,
+                               EB6C3E5F124D86C400886AD1 /* ltmain.sh */,
+                               EB6C3E60124D86C400886AD1 /* missing */,
+                       );
+                       path = config;
+                       sourceTree = "<group>";
+               };
+               EB6C3E64124D86C400886AD1 /* doc */ = {
+                       isa = PBXGroup;
+                       children = (
+                               EB6C3E65124D86C400886AD1 /* doxygen.cfg */,
+                               EB6C3E66124D86C400886AD1 /* html */,
+                       );
+                       path = doc;
+                       sourceTree = "<group>";
+               };
+               EB6C3E66124D86C400886AD1 /* html */ = {
+                       isa = PBXGroup;
+                       children = (
+                               EB6C3E67124D86C400886AD1 /* annotated.html */,
+                               EB6C3E68124D86C400886AD1 /* classes.html */,
+                               EB6C3E69124D86C400886AD1 /* doxygen.css */,
+                               EB6C3E6A124D86C400886AD1 /* doxygen.png */,
+                               EB6C3E6B124D86C400886AD1 /* files.html */,
+                               EB6C3E6C124D86C400886AD1 /* functions.html */,
+                               EB6C3E6D124D86C400886AD1 /* functions_0x62.html */,
+                               EB6C3E6E124D86C400886AD1 /* functions_0x63.html */,
+                               EB6C3E6F124D86C400886AD1 /* functions_0x64.html */,
+                               EB6C3E70124D86C400886AD1 /* functions_0x65.html */,
+                               EB6C3E71124D86C400886AD1 /* functions_0x66.html */,
+                               EB6C3E72124D86C400886AD1 /* functions_0x68.html */,
+                               EB6C3E73124D86C400886AD1 /* functions_0x69.html */,
+                               EB6C3E74124D86C400886AD1 /* functions_0x6b.html */,
+                               EB6C3E75124D86C400886AD1 /* functions_0x6c.html */,
+                               EB6C3E76124D86C400886AD1 /* functions_0x6d.html */,
+                               EB6C3E77124D86C400886AD1 /* functions_0x6e.html */,
+                               EB6C3E78124D86C400886AD1 /* functions_0x6f.html */,
+                               EB6C3E79124D86C400886AD1 /* functions_0x70.html */,
+                               EB6C3E7A124D86C400886AD1 /* functions_0x71.html */,
+                               EB6C3E7B124D86C400886AD1 /* functions_0x72.html */,
+                               EB6C3E7C124D86C400886AD1 /* functions_0x73.html */,
+                               EB6C3E7D124D86C400886AD1 /* functions_0x74.html */,
+                               EB6C3E7E124D86C400886AD1 /* functions_0x75.html */,
+                               EB6C3E7F124D86C400886AD1 /* functions_0x76.html */,
+                               EB6C3E80124D86C400886AD1 /* functions_0x77.html */,
+                               EB6C3E81124D86C400886AD1 /* functions_vars.html */,
+                               EB6C3E82124D86C400886AD1 /* functions_vars_0x62.html */,
+                               EB6C3E83124D86C400886AD1 /* functions_vars_0x63.html */,
+                               EB6C3E84124D86C400886AD1 /* functions_vars_0x64.html */,
+                               EB6C3E85124D86C400886AD1 /* functions_vars_0x65.html */,
+                               EB6C3E86124D86C400886AD1 /* functions_vars_0x66.html */,
+                               EB6C3E87124D86C400886AD1 /* functions_vars_0x68.html */,
+                               EB6C3E88124D86C400886AD1 /* functions_vars_0x69.html */,
+                               EB6C3E89124D86C400886AD1 /* functions_vars_0x6b.html */,
+                               EB6C3E8A124D86C400886AD1 /* functions_vars_0x6c.html */,
+                               EB6C3E8B124D86C400886AD1 /* functions_vars_0x6d.html */,
+                               EB6C3E8C124D86C400886AD1 /* functions_vars_0x6e.html */,
+                               EB6C3E8D124D86C400886AD1 /* functions_vars_0x6f.html */,
+                               EB6C3E8E124D86C400886AD1 /* functions_vars_0x70.html */,
+                               EB6C3E8F124D86C400886AD1 /* functions_vars_0x71.html */,
+                               EB6C3E90124D86C400886AD1 /* functions_vars_0x72.html */,
+  &nbs