From 814dbcce24cf1c98deeb31230f167da5ae7f75fe Mon Sep 17 00:00:00 2001 From: dsc Date: Mon, 6 Jun 2011 01:02:14 -0700 Subject: [PATCH] Adds YAML library. --- libs/YAML.framework/.gitignore | 5 + .../YAML.framework/English.lproj/InfoPlist.strings | 2 + libs/YAML.framework/Info.plist | 28 + libs/YAML.framework/Readme.mkdn | 66 + libs/YAML.framework/YAML.xcodeproj/project.pbxproj | 1095 ++ libs/YAML.framework/YAMLSerialization.h | 58 + libs/YAML.framework/YAMLSerialization.m | 378 + libs/YAML.framework/YAML_Prefix.pch | 7 + libs/YAML.framework/test/bigboy.rb | 22 + libs/YAML.framework/test/events.c | 118 + libs/YAML.framework/test/fetch.rb | 16 + libs/YAML.framework/test/spec12examples.m | 31 + libs/YAML.framework/test/test.m | 54 + libs/YAML.framework/test/yaml/basic.yaml | 252 + libs/YAML.framework/test/yaml/items.yaml | 3 + libs/YAML.framework/test/yaml/map-in-seq.yaml | 51 + libs/YAML.framework/test/yaml/map.yaml | 2 + libs/YAML.framework/test/yaml/mapping.yaml | 68 + libs/YAML.framework/test/yaml/simple.yaml | 11 + .../yaml/spec12-example-10-1-map-examples.yaml | 6 + .../yaml/spec12-example-10-2-seq-examples.yaml | 6 + .../yaml/spec12-example-10-3-str-examples.yaml | 4 + .../yaml/spec12-example-10-4-null-examples.yaml | 2 + .../yaml/spec12-example-10-5-bool-examples.yaml | 2 + .../yaml/spec12-example-10-6-int-examples.yaml | 3 + .../yaml/spec12-example-10-7-float-examples.yaml | 5 + .../spec12-example-10-8-json-tag-resolution.yaml | 5 + .../spec12-example-10-9-core-tag-resolution.yaml | 7 + ...ample-2-1-sequence-of-scalars-ball-players.yaml | 3 + ...-sammy-sosa-appears-twice-in-this-document.yaml | 8 + ...c12-example-2-11-mapping-between-sequences.yaml | 9 + ...spec12-example-2-12-compact-nested-mapping.yaml | 8 + ...le-2-13-in-literals-newlines-are-preserved.yaml | 4 + ...-the-folded-scalars-newlines-become-spaces.yaml | 4 + ...reserved-for-more-indented-and-blank-lines.yaml | 8 + ...-example-2-16-indentation-determines-scope.yaml | 7 + .../yaml/spec12-example-2-17-quoted-scalars.yaml | 7 + ...pec12-example-2-18-multi-line-flow-scalars.yaml | 6 + .../test/yaml/spec12-example-2-19-integers.yaml | 4 + ...pping-scalars-to-scalars-player-statistics.yaml | 3 + .../yaml/spec12-example-2-20-floating-point.yaml | 5 + .../yaml/spec12-example-2-21-miscellaneous.yaml | 3 + .../test/yaml/spec12-example-2-22-timestamps.yaml | 4 + .../spec12-example-2-23-various-explicit-tags.yaml | 13 + .../test/yaml/spec12-example-2-24-global-tags.yaml | 14 + .../yaml/spec12-example-2-25-unordered-sets.yaml | 7 + .../yaml/spec12-example-2-26-ordered-mappings.yaml | 7 + .../test/yaml/spec12-example-2-27-invoice.yaml | 29 + .../test/yaml/spec12-example-2-28-log-file.yaml | 26 + ...ars-to-sequences-ball-clubs-in-each-league.yaml | 8 + ...-4-sequence-of-mappings-players-statistics.yaml | 8 + .../spec12-example-2-5-sequence-of-sequences.yaml | 3 + .../spec12-example-2-6-mapping-of-mappings.yaml | 5 + ...ts-in-a-stream-each-with-a-leading-comment.yaml | 10 + ...-example-2-8-play-by-play-feed-from-a-game.yaml | 10 + ...mple-2-9-single-document-with-two-comments.yaml | 8 + .../yaml/spec12-example-5-1-byte-order-mark.yaml | 1 + ...le-5-10-invalid-use-of-reserved-indicators.yaml | 2 + .../spec12-example-5-11-line-break-characters.yaml | 3 + .../yaml/spec12-example-5-12-tabs-and-spaces.yaml | 6 + .../spec12-example-5-13-escaped-characters.yaml | 5 + ...12-example-5-14-invalid-escaped-characters.yaml | 3 + ...spec12-example-5-2-invalid-byte-order-mark.yaml | 3 + ...c12-example-5-3-block-structure-indicators.yaml | 7 + ...c12-example-5-4-flow-collection-indicators.yaml | 2 + .../yaml/spec12-example-5-5-comment-indicator.yaml | 1 + ...pec12-example-5-6-node-property-indicators.yaml | 2 + ...spec12-example-5-7-block-scalar-indicators.yaml | 6 + ...pec12-example-5-8-quoted-scalar-indicators.yaml | 2 + .../spec12-example-5-9-directive-indicator.yaml | 2 + .../spec12-example-6-1-indentation-spaces.yaml | 12 + .../yaml/spec12-example-6-10-comment-lines.yaml | 2 + .../spec12-example-6-11-multi-line-comments.yaml | 3 + .../spec12-example-6-12-separation-spaces.yaml | 6 + .../spec12-example-6-13-reserved-directives.yaml | 3 + .../yaml/spec12-example-6-14-yaml-directive.yaml | 4 + ...ample-6-15-invalid-repeated-yaml-directive.yaml | 3 + .../yaml/spec12-example-6-16-tag-directive.yaml | 3 + ...xample-6-17-invalid-repeated-tag-directive.yaml | 3 + .../spec12-example-6-18-primary-tag-handle.yaml | 7 + .../spec12-example-6-19-secondary-tag-handle.yaml | 3 + .../spec12-example-6-2-indentation-indicators.yaml | 4 + .../test/yaml/spec12-example-6-20-tag-handles.yaml | 3 + .../yaml/spec12-example-6-21-local-tag-prefix.yaml | 7 + .../spec12-example-6-22-global-tag-prefix.yaml | 3 + .../yaml/spec12-example-6-23-node-properties.yaml | 3 + .../yaml/spec12-example-6-24-verbatim-tags.yaml | 2 + .../spec12-example-6-25-invalid-verbatim-tags.yaml | 2 + .../yaml/spec12-example-6-26-tag-shorthands.yaml | 5 + ...spec12-example-6-27-invalid-tag-shorthands.yaml | 4 + .../spec12-example-6-28-non-specific-tags.yaml | 4 + .../yaml/spec12-example-6-29-node-anchors.yaml | 2 + .../yaml/spec12-example-6-3-separation-spaces.yaml | 3 + .../yaml/spec12-example-6-4-line-prefixes.yaml | 7 + .../test/yaml/spec12-example-6-5-empty-lines.yaml | 7 + .../test/yaml/spec12-example-6-6-line-folding.yaml | 7 + .../yaml/spec12-example-6-7-block-folding.yaml | 6 + .../test/yaml/spec12-example-6-8-flow-folding.yaml | 6 + .../yaml/spec12-example-6-9-separated-comment.yaml | 2 + .../test/yaml/spec12-example-7-1-alias-nodes.yaml | 4 + .../yaml/spec12-example-7-10-plain-characters.yaml | 12 + .../spec12-example-7-11-plain-implicit-keys.yaml | 3 + .../test/yaml/spec12-example-7-12-plain-lines.yaml | 4 + .../yaml/spec12-example-7-13-flow-sequence.yaml | 2 + .../spec12-example-7-14-flow-sequence-entries.yaml | 8 + .../yaml/spec12-example-7-15-flow-mappings.yaml | 2 + .../spec12-example-7-16-flow-mapping-entries.yaml | 5 + ...-example-7-17-flow-mapping-separate-values.yaml | 6 + ...-example-7-18-flow-mapping-adjacent-values.yaml | 5 + ...c12-example-7-19-single-pair-flow-mappings.yaml | 3 + .../yaml/spec12-example-7-2-empty-content.yaml | 4 + ...12-example-7-20-single-pair-explicit-entry.yaml | 4 + ...-example-7-21-single-pair-implicit-entries.yaml | 3 + .../spec12-example-7-22-invalid-implicit-keys.yaml | 3 + .../yaml/spec12-example-7-23-flow-content.yaml | 5 + .../test/yaml/spec12-example-7-24-flow-nodes.yaml | 5 + ...12-example-7-3-completely-empty-flow-nodes.yaml | 4 + ...12-example-7-4-double-quoted-implicit-keys.yaml | 3 + ...ec12-example-7-5-double-quoted-line-breaks.yaml | 5 + .../spec12-example-7-6-double-quoted-lines.yaml | 4 + ...pec12-example-7-7-single-quoted-characters.yaml | 1 + ...12-example-7-8-single-quoted-implicit-keys.yaml | 3 + .../spec12-example-7-9-single-quoted-lines.yaml | 4 + .../spec12-example-8-1-block-scalar-header.yaml | 9 + .../yaml/spec12-example-8-10-folded-lines.yaml | 16 + .../spec12-example-8-11-more-indented-lines.yaml | 16 + ...spec12-example-8-12-empty-separation-lines.yaml | 16 + .../spec12-example-8-13-final-empty-lines.yaml | 15 + .../yaml/spec12-example-8-14-block-sequence.yaml | 3 + ...12-example-8-15-block-sequence-entry-types.yaml | 6 + .../yaml/spec12-example-8-16-block-mappings.yaml | 2 + ...xample-8-17-explicit-block-mapping-entries.yaml | 5 + ...xample-8-18-implicit-block-mapping-entries.yaml | 4 + ...spec12-example-8-19-compact-block-mappings.yaml | 3 + ...12-example-8-2-block-indentation-indicator.yaml | 11 + .../yaml/spec12-example-8-20-block-node-types.yaml | 6 + .../spec12-example-8-21-block-scalar-nodes.yaml | 6 + ...spec12-example-8-22-block-collection-nodes.yaml | 6 + ...nvalid-block-scalar-indentation-indicators.yaml | 8 + ...ec12-example-8-4-chomping-final-line-break.yaml | 6 + ...spec12-example-8-5-chomping-trailing-lines.yaml | 19 + .../spec12-example-8-6-empty-scalar-chomping.yaml | 5 + .../yaml/spec12-example-8-7-literal-scalar.yaml | 3 + .../yaml/spec12-example-8-8-literal-content.yaml | 9 + .../yaml/spec12-example-8-9-folded-scalar.yaml | 3 + .../yaml/spec12-example-9-1-document-prefix.yaml | 3 + .../yaml/spec12-example-9-2-document-markers.yaml | 4 + .../yaml/spec12-example-9-3-bare-documents.yaml | 7 + .../spec12-example-9-4-explicit-documents.yaml | 7 + .../spec12-example-9-5-directives-documents.yaml | 8 + .../test/yaml/spec12-example-9-6-stream.yaml | 7 + libs/YAML.framework/test/yaml/strange-keys.yaml | 38 + libs/YAML.framework/yaml-0.1.3/LICENSE | 19 + libs/YAML.framework/yaml-0.1.3/Makefile.am | 15 + libs/YAML.framework/yaml-0.1.3/Makefile.in | 651 + libs/YAML.framework/yaml-0.1.3/README | 29 + libs/YAML.framework/yaml-0.1.3/aclocal.m4 | 8841 ++++++++++++ libs/YAML.framework/yaml-0.1.3/config.h.in | 77 + libs/YAML.framework/yaml-0.1.3/config/config.guess | 1526 +++ libs/YAML.framework/yaml-0.1.3/config/config.sub | 1658 +++ libs/YAML.framework/yaml-0.1.3/config/depcomp | 589 + libs/YAML.framework/yaml-0.1.3/config/install-sh | 519 + libs/YAML.framework/yaml-0.1.3/config/ltmain.sh | 8412 ++++++++++++ libs/YAML.framework/yaml-0.1.3/config/missing | 367 + libs/YAML.framework/yaml-0.1.3/configure |14131 ++++++++++++++++++++ libs/YAML.framework/yaml-0.1.3/configure.ac | 73 + libs/YAML.framework/yaml-0.1.3/doc/doxygen.cfg | 222 + .../yaml-0.1.3/doc/html/annotated.html | 44 + .../yaml-0.1.3/doc/html/classes.html | 34 + .../YAML.framework/yaml-0.1.3/doc/html/doxygen.css | 441 + .../YAML.framework/yaml-0.1.3/doc/html/doxygen.png | Bin 0 -> 1281 bytes libs/YAML.framework/yaml-0.1.3/doc/html/files.html | 33 + .../yaml-0.1.3/doc/html/functions.html | 82 + .../yaml-0.1.3/doc/html/functions_0x62.html | 76 + .../yaml-0.1.3/doc/html/functions_0x63.html | 78 + .../yaml-0.1.3/doc/html/functions_0x64.html | 76 + .../yaml-0.1.3/doc/html/functions_0x65.html | 100 + .../yaml-0.1.3/doc/html/functions_0x66.html | 73 + .../yaml-0.1.3/doc/html/functions_0x68.html | 74 + .../yaml-0.1.3/doc/html/functions_0x69.html | 82 + .../yaml-0.1.3/doc/html/functions_0x6b.html | 67 + .../yaml-0.1.3/doc/html/functions_0x6c.html | 80 + .../yaml-0.1.3/doc/html/functions_0x6d.html | 85 + .../yaml-0.1.3/doc/html/functions_0x6e.html | 67 + .../yaml-0.1.3/doc/html/functions_0x6f.html | 73 + .../yaml-0.1.3/doc/html/functions_0x70.html | 88 + .../yaml-0.1.3/doc/html/functions_0x71.html | 67 + .../yaml-0.1.3/doc/html/functions_0x72.html | 78 + .../yaml-0.1.3/doc/html/functions_0x73.html | 136 + .../yaml-0.1.3/doc/html/functions_0x74.html | 102 + .../yaml-0.1.3/doc/html/functions_0x75.html | 67 + .../yaml-0.1.3/doc/html/functions_0x76.html | 75 + .../yaml-0.1.3/doc/html/functions_0x77.html | 71 + .../yaml-0.1.3/doc/html/functions_vars.html | 82 + .../yaml-0.1.3/doc/html/functions_vars_0x62.html | 76 + .../yaml-0.1.3/doc/html/functions_vars_0x63.html | 78 + .../yaml-0.1.3/doc/html/functions_vars_0x64.html | 76 + .../yaml-0.1.3/doc/html/functions_vars_0x65.html | 100 + .../yaml-0.1.3/doc/html/functions_vars_0x66.html | 73 + .../yaml-0.1.3/doc/html/functions_vars_0x68.html | 74 + .../yaml-0.1.3/doc/html/functions_vars_0x69.html | 82 + .../yaml-0.1.3/doc/html/functions_vars_0x6b.html | 67 + .../yaml-0.1.3/doc/html/functions_vars_0x6c.html | 80 + .../yaml-0.1.3/doc/html/functions_vars_0x6d.html | 85 + .../yaml-0.1.3/doc/html/functions_vars_0x6e.html | 67 + .../yaml-0.1.3/doc/html/functions_vars_0x6f.html | 73 + .../yaml-0.1.3/doc/html/functions_vars_0x70.html | 88 + .../yaml-0.1.3/doc/html/functions_vars_0x71.html | 67 + .../yaml-0.1.3/doc/html/functions_vars_0x72.html | 78 + .../yaml-0.1.3/doc/html/functions_vars_0x73.html | 136 + .../yaml-0.1.3/doc/html/functions_vars_0x74.html | 102 + .../yaml-0.1.3/doc/html/functions_vars_0x75.html | 67 + .../yaml-0.1.3/doc/html/functions_vars_0x76.html | 75 + .../yaml-0.1.3/doc/html/functions_vars_0x77.html | 71 + .../yaml-0.1.3/doc/html/globals.html | 459 + .../yaml-0.1.3/doc/html/globals_defs.html | 68 + .../yaml-0.1.3/doc/html/globals_enum.html | 66 + .../yaml-0.1.3/doc/html/globals_eval.html | 263 + .../yaml-0.1.3/doc/html/globals_func.html | 145 + .../yaml-0.1.3/doc/html/globals_type.html | 98 + .../yaml-0.1.3/doc/html/group__basic.html | 353 + .../yaml-0.1.3/doc/html/group__emitter.html | 864 ++ .../yaml-0.1.3/doc/html/group__events.html | 691 + .../yaml-0.1.3/doc/html/group__export.html | 54 + .../yaml-0.1.3/doc/html/group__nodes.html | 853 ++ .../yaml-0.1.3/doc/html/group__parser.html | 645 + .../yaml-0.1.3/doc/html/group__styles.html | 238 + .../yaml-0.1.3/doc/html/group__tokens.html | 264 + .../yaml-0.1.3/doc/html/group__version.html | 102 + libs/YAML.framework/yaml-0.1.3/doc/html/index.html | 26 + .../yaml-0.1.3/doc/html/modules.html | 35 + .../doc/html/structyaml__alias__data__s.html | 106 + .../doc/html/structyaml__document__s.html | 260 + .../doc/html/structyaml__emitter__s.html | 1551 +++ .../yaml-0.1.3/doc/html/structyaml__event__s.html | 577 + .../yaml-0.1.3/doc/html/structyaml__mark__s.html | 108 + .../doc/html/structyaml__node__pair__s.html | 88 + .../yaml-0.1.3/doc/html/structyaml__node__s.html | 480 + .../yaml-0.1.3/doc/html/structyaml__parser__s.html | 1453 ++ .../doc/html/structyaml__simple__key__s.html | 94 + .../doc/html/structyaml__tag__directive__s.html | 88 + .../yaml-0.1.3/doc/html/structyaml__token__s.html | 474 + .../html/structyaml__version__directive__s.html | 88 + libs/YAML.framework/yaml-0.1.3/doc/html/tab_b.gif | Bin 0 -> 35 bytes libs/YAML.framework/yaml-0.1.3/doc/html/tab_l.gif | Bin 0 -> 706 bytes libs/YAML.framework/yaml-0.1.3/doc/html/tab_r.gif | Bin 0 -> 2585 bytes libs/YAML.framework/yaml-0.1.3/doc/html/tabs.css | 105 + .../yaml-0.1.3/doc/html/yaml_8h.html | 607 + libs/YAML.framework/yaml-0.1.3/include/Makefile.am | 17 + libs/YAML.framework/yaml-0.1.3/include/Makefile.in | 424 + libs/YAML.framework/yaml-0.1.3/include/yaml.h | 1976 +++ libs/YAML.framework/yaml-0.1.3/src/Makefile.am | 4 + libs/YAML.framework/yaml-0.1.3/src/Makefile.in | 482 + libs/YAML.framework/yaml-0.1.3/src/api.c | 1392 ++ libs/YAML.framework/yaml-0.1.3/src/dumper.c | 394 + libs/YAML.framework/yaml-0.1.3/src/emitter.c | 2329 ++++ libs/YAML.framework/yaml-0.1.3/src/loader.c | 432 + libs/YAML.framework/yaml-0.1.3/src/parser.c | 1374 ++ libs/YAML.framework/yaml-0.1.3/src/reader.c | 465 + libs/YAML.framework/yaml-0.1.3/src/scanner.c | 3570 +++++ libs/YAML.framework/yaml-0.1.3/src/writer.c | 141 + libs/YAML.framework/yaml-0.1.3/src/yaml_private.h | 640 + libs/YAML.framework/yaml-0.1.3/tests/Makefile.am | 8 + libs/YAML.framework/yaml-0.1.3/tests/Makefile.in | 631 + .../yaml-0.1.3/tests/example-deconstructor-alt.c | 800 ++ .../yaml-0.1.3/tests/example-deconstructor.c | 1130 ++ .../yaml-0.1.3/tests/example-reformatter-alt.c | 217 + .../yaml-0.1.3/tests/example-reformatter.c | 202 + libs/YAML.framework/yaml-0.1.3/tests/run-dumper.c | 311 + libs/YAML.framework/yaml-0.1.3/tests/run-emitter.c | 327 + libs/YAML.framework/yaml-0.1.3/tests/run-loader.c | 63 + libs/YAML.framework/yaml-0.1.3/tests/run-parser.m | 63 + libs/YAML.framework/yaml-0.1.3/tests/run-scanner.c | 63 + libs/YAML.framework/yaml-0.1.3/tests/test-reader.c | 354 + .../YAML.framework/yaml-0.1.3/tests/test-version.c | 29 + libs/YAML.framework/yaml-0.1.3/win32/Makefile.am | 24 + libs/YAML.framework/yaml-0.1.3/win32/Makefile.in | 351 + libs/YAML.framework/yaml-0.1.3/win32/config.h | 4 + .../yaml-0.1.3/win32/vc6/example_deconstructor.dsp | 102 + .../win32/vc6/example_deconstructor_alt.dsp | 102 + .../yaml-0.1.3/win32/vc6/example_reformatter.dsp | 102 + .../win32/vc6/example_reformatter_alt.dsp | 102 + .../yaml-0.1.3/win32/vc6/libyaml.dsw | 206 + .../yaml-0.1.3/win32/vc6/run_dumper.dsp | 102 + .../yaml-0.1.3/win32/vc6/run_emitter.dsp | 102 + .../yaml-0.1.3/win32/vc6/run_loader.dsp | 102 + .../yaml-0.1.3/win32/vc6/run_parser.dsp | 102 + .../yaml-0.1.3/win32/vc6/run_scanner.dsp | 102 + .../yaml-0.1.3/win32/vc6/test_reader.dsp | 102 + .../yaml-0.1.3/win32/vc6/test_version.dsp | 102 + libs/YAML.framework/yaml-0.1.3/win32/vc6/yaml.dsp | 136 + .../yaml-0.1.3/win32/vc6/yamldll.dsp | 147 + .../win32/vs2003/example_deconstructor.vcproj | 134 + .../win32/vs2003/example_deconstructor_alt.vcproj | 134 + .../win32/vs2003/example_reformatter.vcproj | 134 + .../win32/vs2003/example_reformatter_alt.vcproj | 134 + .../yaml-0.1.3/win32/vs2003/libyaml.sln | 128 + .../yaml-0.1.3/win32/vs2003/run_dumper.vcproj | 134 + .../yaml-0.1.3/win32/vs2003/run_emitter.vcproj | 134 + .../yaml-0.1.3/win32/vs2003/run_loader.vcproj | 134 + .../yaml-0.1.3/win32/vs2003/run_parser.vcproj | 134 + .../yaml-0.1.3/win32/vs2003/run_scanner.vcproj | 134 + .../yaml-0.1.3/win32/vs2003/test_reader.vcproj | 134 + .../yaml-0.1.3/win32/vs2003/test_version.vcproj | 134 + .../yaml-0.1.3/win32/vs2003/yaml.vcproj | 149 + .../yaml-0.1.3/win32/vs2003/yamldll.vcproj | 166 + .../win32/vs2008/example_deconstructor.vcproj | 201 + .../win32/vs2008/example_deconstructor_alt.vcproj | 201 + .../win32/vs2008/example_reformatter.vcproj | 201 + .../win32/vs2008/example_reformatter_alt.vcproj | 201 + .../yaml-0.1.3/win32/vs2008/libyaml.sln | 124 + .../yaml-0.1.3/win32/vs2008/run_dumper.vcproj | 201 + .../yaml-0.1.3/win32/vs2008/run_emitter.vcproj | 201 + .../yaml-0.1.3/win32/vs2008/run_loader.vcproj | 201 + .../yaml-0.1.3/win32/vs2008/run_parser.vcproj | 201 + .../yaml-0.1.3/win32/vs2008/run_scanner.vcproj | 201 + .../yaml-0.1.3/win32/vs2008/test_reader.vcproj | 201 + .../yaml-0.1.3/win32/vs2008/test_version.vcproj | 201 + .../yaml-0.1.3/win32/vs2008/yaml.vcproj | 215 + .../yaml-0.1.3/win32/vs2008/yamldll.vcproj | 243 + 320 files changed, 79978 insertions(+), 0 deletions(-) create mode 100644 libs/YAML.framework/.gitignore create mode 100644 libs/YAML.framework/English.lproj/InfoPlist.strings create mode 100644 libs/YAML.framework/Info.plist create mode 100644 libs/YAML.framework/Readme.mkdn create mode 100644 libs/YAML.framework/YAML.xcodeproj/project.pbxproj create mode 100644 libs/YAML.framework/YAMLSerialization.h create mode 100644 libs/YAML.framework/YAMLSerialization.m create mode 100644 libs/YAML.framework/YAML_Prefix.pch create mode 100644 libs/YAML.framework/test/bigboy.rb create mode 100644 libs/YAML.framework/test/events.c create mode 100644 libs/YAML.framework/test/fetch.rb create mode 100644 libs/YAML.framework/test/spec12examples.m create mode 100644 libs/YAML.framework/test/test.m create mode 100644 libs/YAML.framework/test/yaml/basic.yaml create mode 100644 libs/YAML.framework/test/yaml/items.yaml create mode 100644 libs/YAML.framework/test/yaml/map-in-seq.yaml create mode 100644 libs/YAML.framework/test/yaml/map.yaml create mode 100644 libs/YAML.framework/test/yaml/mapping.yaml create mode 100644 libs/YAML.framework/test/yaml/simple.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-1-map-examples.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-2-seq-examples.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-3-str-examples.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-4-null-examples.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-5-bool-examples.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-6-int-examples.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-7-float-examples.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-8-json-tag-resolution.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-10-9-core-tag-resolution.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-1-sequence-of-scalars-ball-players.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-10-node-for-sammy-sosa-appears-twice-in-this-document.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-11-mapping-between-sequences.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-12-compact-nested-mapping.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-13-in-literals-newlines-are-preserved.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-14-in-the-folded-scalars-newlines-become-spaces.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-15-folded-newlines-are-preserved-for-more-indented-and-blank-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-16-indentation-determines-scope.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-17-quoted-scalars.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-18-multi-line-flow-scalars.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-19-integers.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-2-mapping-scalars-to-scalars-player-statistics.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-20-floating-point.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-21-miscellaneous.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-22-timestamps.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-23-various-explicit-tags.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-24-global-tags.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-25-unordered-sets.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-26-ordered-mappings.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-27-invoice.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-28-log-file.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-3-mapping-scalars-to-sequences-ball-clubs-in-each-league.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-4-sequence-of-mappings-players-statistics.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-5-sequence-of-sequences.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-6-mapping-of-mappings.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-7-two-documents-in-a-stream-each-with-a-leading-comment.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-8-play-by-play-feed-from-a-game.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-2-9-single-document-with-two-comments.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-1-byte-order-mark.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-10-invalid-use-of-reserved-indicators.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-11-line-break-characters.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-12-tabs-and-spaces.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-13-escaped-characters.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-14-invalid-escaped-characters.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-2-invalid-byte-order-mark.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-3-block-structure-indicators.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-4-flow-collection-indicators.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-5-comment-indicator.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-6-node-property-indicators.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-7-block-scalar-indicators.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-8-quoted-scalar-indicators.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-5-9-directive-indicator.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-1-indentation-spaces.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-10-comment-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-11-multi-line-comments.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-12-separation-spaces.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-13-reserved-directives.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-14-yaml-directive.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-15-invalid-repeated-yaml-directive.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-16-tag-directive.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-17-invalid-repeated-tag-directive.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-18-primary-tag-handle.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-19-secondary-tag-handle.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-2-indentation-indicators.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-20-tag-handles.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-21-local-tag-prefix.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-22-global-tag-prefix.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-23-node-properties.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-24-verbatim-tags.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-25-invalid-verbatim-tags.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-26-tag-shorthands.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-27-invalid-tag-shorthands.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-28-non-specific-tags.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-29-node-anchors.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-3-separation-spaces.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-4-line-prefixes.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-5-empty-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-6-line-folding.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-7-block-folding.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-8-flow-folding.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-6-9-separated-comment.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-1-alias-nodes.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-10-plain-characters.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-11-plain-implicit-keys.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-12-plain-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-13-flow-sequence.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-14-flow-sequence-entries.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-15-flow-mappings.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-16-flow-mapping-entries.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-17-flow-mapping-separate-values.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-18-flow-mapping-adjacent-values.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-19-single-pair-flow-mappings.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-2-empty-content.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-20-single-pair-explicit-entry.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-21-single-pair-implicit-entries.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-22-invalid-implicit-keys.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-23-flow-content.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-24-flow-nodes.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-3-completely-empty-flow-nodes.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-4-double-quoted-implicit-keys.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-5-double-quoted-line-breaks.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-6-double-quoted-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-7-single-quoted-characters.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-8-single-quoted-implicit-keys.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-7-9-single-quoted-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-1-block-scalar-header.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-10-folded-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-11-more-indented-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-12-empty-separation-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-13-final-empty-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-14-block-sequence.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-15-block-sequence-entry-types.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-16-block-mappings.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-17-explicit-block-mapping-entries.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-18-implicit-block-mapping-entries.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-19-compact-block-mappings.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-2-block-indentation-indicator.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-20-block-node-types.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-21-block-scalar-nodes.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-22-block-collection-nodes.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-3-invalid-block-scalar-indentation-indicators.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-4-chomping-final-line-break.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-5-chomping-trailing-lines.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-6-empty-scalar-chomping.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-7-literal-scalar.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-8-literal-content.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-8-9-folded-scalar.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-9-1-document-prefix.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-9-2-document-markers.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-9-3-bare-documents.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-9-4-explicit-documents.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-9-5-directives-documents.yaml create mode 100644 libs/YAML.framework/test/yaml/spec12-example-9-6-stream.yaml create mode 100644 libs/YAML.framework/test/yaml/strange-keys.yaml create mode 100644 libs/YAML.framework/yaml-0.1.3/LICENSE create mode 100644 libs/YAML.framework/yaml-0.1.3/Makefile.am create mode 100644 libs/YAML.framework/yaml-0.1.3/Makefile.in create mode 100644 libs/YAML.framework/yaml-0.1.3/README create mode 100644 libs/YAML.framework/yaml-0.1.3/aclocal.m4 create mode 100644 libs/YAML.framework/yaml-0.1.3/config.h.in create mode 100755 libs/YAML.framework/yaml-0.1.3/config/config.guess create mode 100755 libs/YAML.framework/yaml-0.1.3/config/config.sub create mode 100755 libs/YAML.framework/yaml-0.1.3/config/depcomp create mode 100755 libs/YAML.framework/yaml-0.1.3/config/install-sh create mode 100755 libs/YAML.framework/yaml-0.1.3/config/ltmain.sh create mode 100755 libs/YAML.framework/yaml-0.1.3/config/missing create mode 100755 libs/YAML.framework/yaml-0.1.3/configure create mode 100644 libs/YAML.framework/yaml-0.1.3/configure.ac create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/doxygen.cfg create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/annotated.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/classes.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/doxygen.css create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/doxygen.png create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/files.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x62.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x63.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x64.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x65.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x66.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x68.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x69.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6b.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6c.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6d.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6e.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x6f.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x70.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x71.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x72.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x73.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x74.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x75.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x76.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_0x77.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x62.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x63.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x64.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x65.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x66.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x68.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x69.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6b.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6c.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6d.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6e.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x6f.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x70.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x71.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x72.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x73.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x74.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x75.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x76.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/functions_vars_0x77.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/globals.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/globals_defs.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/globals_enum.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/globals_eval.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/globals_func.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/globals_type.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__basic.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__emitter.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__events.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__export.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__nodes.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__parser.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__styles.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__tokens.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/group__version.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/index.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/modules.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__alias__data__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__document__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__emitter__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__event__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__mark__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__node__pair__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__node__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__parser__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__simple__key__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__tag__directive__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__token__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/structyaml__version__directive__s.html create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/tab_b.gif create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/tab_l.gif create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/tab_r.gif create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/tabs.css create mode 100644 libs/YAML.framework/yaml-0.1.3/doc/html/yaml_8h.html create mode 100644 libs/YAML.framework/yaml-0.1.3/include/Makefile.am create mode 100644 libs/YAML.framework/yaml-0.1.3/include/Makefile.in create mode 100644 libs/YAML.framework/yaml-0.1.3/include/yaml.h create mode 100644 libs/YAML.framework/yaml-0.1.3/src/Makefile.am create mode 100644 libs/YAML.framework/yaml-0.1.3/src/Makefile.in create mode 100644 libs/YAML.framework/yaml-0.1.3/src/api.c create mode 100644 libs/YAML.framework/yaml-0.1.3/src/dumper.c create mode 100644 libs/YAML.framework/yaml-0.1.3/src/emitter.c create mode 100644 libs/YAML.framework/yaml-0.1.3/src/loader.c create mode 100644 libs/YAML.framework/yaml-0.1.3/src/parser.c create mode 100644 libs/YAML.framework/yaml-0.1.3/src/reader.c create mode 100644 libs/YAML.framework/yaml-0.1.3/src/scanner.c create mode 100644 libs/YAML.framework/yaml-0.1.3/src/writer.c create mode 100644 libs/YAML.framework/yaml-0.1.3/src/yaml_private.h create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/Makefile.am create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/Makefile.in create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/example-deconstructor-alt.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/example-deconstructor.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/example-reformatter-alt.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/example-reformatter.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/run-dumper.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/run-emitter.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/run-loader.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/run-parser.m create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/run-scanner.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/test-reader.c create mode 100644 libs/YAML.framework/yaml-0.1.3/tests/test-version.c create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/Makefile.am create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/Makefile.in create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/config.h create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/example_deconstructor.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/example_deconstructor_alt.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/example_reformatter.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/example_reformatter_alt.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/libyaml.dsw create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/run_dumper.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/run_emitter.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/run_loader.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/run_parser.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/run_scanner.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/test_reader.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/test_version.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/yaml.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vc6/yamldll.dsp create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/example_deconstructor.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/example_deconstructor_alt.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/example_reformatter.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/example_reformatter_alt.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/libyaml.sln create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_dumper.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_emitter.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_loader.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_parser.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/run_scanner.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/test_reader.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/test_version.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/yaml.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2003/yamldll.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/example_deconstructor.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/example_deconstructor_alt.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/example_reformatter.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/example_reformatter_alt.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/libyaml.sln create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_dumper.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_emitter.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_loader.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_parser.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/run_scanner.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/test_reader.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/test_version.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/yaml.vcproj create mode 100644 libs/YAML.framework/yaml-0.1.3/win32/vs2008/yamldll.vcproj diff --git a/libs/YAML.framework/.gitignore b/libs/YAML.framework/.gitignore new file mode 100644 index 0000000..e8ece47 --- /dev/null +++ b/libs/YAML.framework/.gitignore @@ -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 index 0000000..88f65cf --- /dev/null +++ b/libs/YAML.framework/English.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/libs/YAML.framework/Info.plist b/libs/YAML.framework/Info.plist new file mode 100644 index 0000000..dc83270 --- /dev/null +++ b/libs/YAML.framework/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.yourcompany.${PRODUCT_NAME:rfc1034Identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSPrincipalClass + + + diff --git a/libs/YAML.framework/Readme.mkdn b/libs/YAML.framework/Readme.mkdn new file mode 100644 index 0000000..1f63853 --- /dev/null +++ b/libs/YAML.framework/Readme.mkdn @@ -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 index 0000000..c00e8ab --- /dev/null +++ b/libs/YAML.framework/YAML.xcodeproj/project.pbxproj @@ -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 = ""; }; + 32DBCF5E0370ADEE00C91783 /* YAML_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YAML_Prefix.pch; sourceTree = ""; }; + 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 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 = ""; }; + EB6C3E59124D86C400886AD1 /* aclocal.m4 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = aclocal.m4; sourceTree = ""; }; + EB6C3E5B124D86C400886AD1 /* config.guess */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = config.guess; sourceTree = ""; }; + EB6C3E5C124D86C400886AD1 /* config.sub */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = config.sub; sourceTree = ""; }; + EB6C3E5D124D86C400886AD1 /* depcomp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = depcomp; sourceTree = ""; }; + EB6C3E5E124D86C400886AD1 /* install-sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "install-sh"; sourceTree = ""; }; + EB6C3E5F124D86C400886AD1 /* ltmain.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = ltmain.sh; sourceTree = ""; }; + EB6C3E60124D86C400886AD1 /* missing */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = missing; sourceTree = ""; }; + EB6C3E61124D86C400886AD1 /* config.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.h.in; sourceTree = ""; }; + EB6C3E62124D86C400886AD1 /* configure */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = configure; sourceTree = ""; }; + EB6C3E63124D86C400886AD1 /* configure.ac */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = configure.ac; sourceTree = ""; }; + EB6C3E65124D86C400886AD1 /* doxygen.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = doxygen.cfg; sourceTree = ""; }; + EB6C3E67124D86C400886AD1 /* annotated.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = annotated.html; sourceTree = ""; }; + EB6C3E68124D86C400886AD1 /* classes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = classes.html; sourceTree = ""; }; + EB6C3E69124D86C400886AD1 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = doxygen.css; sourceTree = ""; }; + EB6C3E6A124D86C400886AD1 /* doxygen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = doxygen.png; sourceTree = ""; }; + EB6C3E6B124D86C400886AD1 /* files.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = files.html; sourceTree = ""; }; + EB6C3E6C124D86C400886AD1 /* functions.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions.html; sourceTree = ""; }; + EB6C3E6D124D86C400886AD1 /* functions_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x62.html; sourceTree = ""; }; + EB6C3E6E124D86C400886AD1 /* functions_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x63.html; sourceTree = ""; }; + EB6C3E6F124D86C400886AD1 /* functions_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x64.html; sourceTree = ""; }; + EB6C3E70124D86C400886AD1 /* functions_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x65.html; sourceTree = ""; }; + EB6C3E71124D86C400886AD1 /* functions_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x66.html; sourceTree = ""; }; + EB6C3E72124D86C400886AD1 /* functions_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x68.html; sourceTree = ""; }; + EB6C3E73124D86C400886AD1 /* functions_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x69.html; sourceTree = ""; }; + EB6C3E74124D86C400886AD1 /* functions_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6b.html; sourceTree = ""; }; + EB6C3E75124D86C400886AD1 /* functions_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6c.html; sourceTree = ""; }; + EB6C3E76124D86C400886AD1 /* functions_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6d.html; sourceTree = ""; }; + EB6C3E77124D86C400886AD1 /* functions_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6e.html; sourceTree = ""; }; + EB6C3E78124D86C400886AD1 /* functions_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x6f.html; sourceTree = ""; }; + EB6C3E79124D86C400886AD1 /* functions_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x70.html; sourceTree = ""; }; + EB6C3E7A124D86C400886AD1 /* functions_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x71.html; sourceTree = ""; }; + EB6C3E7B124D86C400886AD1 /* functions_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x72.html; sourceTree = ""; }; + EB6C3E7C124D86C400886AD1 /* functions_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x73.html; sourceTree = ""; }; + EB6C3E7D124D86C400886AD1 /* functions_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x74.html; sourceTree = ""; }; + EB6C3E7E124D86C400886AD1 /* functions_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x75.html; sourceTree = ""; }; + EB6C3E7F124D86C400886AD1 /* functions_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x76.html; sourceTree = ""; }; + EB6C3E80124D86C400886AD1 /* functions_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_0x77.html; sourceTree = ""; }; + EB6C3E81124D86C400886AD1 /* functions_vars.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars.html; sourceTree = ""; }; + EB6C3E82124D86C400886AD1 /* functions_vars_0x62.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x62.html; sourceTree = ""; }; + EB6C3E83124D86C400886AD1 /* functions_vars_0x63.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x63.html; sourceTree = ""; }; + EB6C3E84124D86C400886AD1 /* functions_vars_0x64.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x64.html; sourceTree = ""; }; + EB6C3E85124D86C400886AD1 /* functions_vars_0x65.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x65.html; sourceTree = ""; }; + EB6C3E86124D86C400886AD1 /* functions_vars_0x66.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x66.html; sourceTree = ""; }; + EB6C3E87124D86C400886AD1 /* functions_vars_0x68.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x68.html; sourceTree = ""; }; + EB6C3E88124D86C400886AD1 /* functions_vars_0x69.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x69.html; sourceTree = ""; }; + EB6C3E89124D86C400886AD1 /* functions_vars_0x6b.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6b.html; sourceTree = ""; }; + EB6C3E8A124D86C400886AD1 /* functions_vars_0x6c.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6c.html; sourceTree = ""; }; + EB6C3E8B124D86C400886AD1 /* functions_vars_0x6d.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6d.html; sourceTree = ""; }; + EB6C3E8C124D86C400886AD1 /* functions_vars_0x6e.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6e.html; sourceTree = ""; }; + EB6C3E8D124D86C400886AD1 /* functions_vars_0x6f.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x6f.html; sourceTree = ""; }; + EB6C3E8E124D86C400886AD1 /* functions_vars_0x70.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x70.html; sourceTree = ""; }; + EB6C3E8F124D86C400886AD1 /* functions_vars_0x71.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x71.html; sourceTree = ""; }; + EB6C3E90124D86C400886AD1 /* functions_vars_0x72.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x72.html; sourceTree = ""; }; + EB6C3E91124D86C400886AD1 /* functions_vars_0x73.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x73.html; sourceTree = ""; }; + EB6C3E92124D86C400886AD1 /* functions_vars_0x74.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x74.html; sourceTree = ""; }; + EB6C3E93124D86C400886AD1 /* functions_vars_0x75.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x75.html; sourceTree = ""; }; + EB6C3E94124D86C400886AD1 /* functions_vars_0x76.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x76.html; sourceTree = ""; }; + EB6C3E95124D86C400886AD1 /* functions_vars_0x77.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = functions_vars_0x77.html; sourceTree = ""; }; + EB6C3E96124D86C400886AD1 /* globals.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals.html; sourceTree = ""; }; + EB6C3E97124D86C400886AD1 /* globals_defs.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_defs.html; sourceTree = ""; }; + EB6C3E98124D86C400886AD1 /* globals_enum.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_enum.html; sourceTree = ""; }; + EB6C3E99124D86C400886AD1 /* globals_eval.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_eval.html; sourceTree = ""; }; + EB6C3E9A124D86C400886AD1 /* globals_func.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_func.html; sourceTree = ""; }; + EB6C3E9B124D86C400886AD1 /* globals_type.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = globals_type.html; sourceTree = ""; }; + EB6C3E9C124D86C400886AD1 /* group__basic.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__basic.html; sourceTree = ""; }; + EB6C3E9D124D86C400886AD1 /* group__emitter.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__emitter.html; sourceTree = ""; }; + EB6C3E9E124D86C400886AD1 /* group__events.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__events.html; sourceTree = ""; }; + EB6C3E9F124D86C400886AD1 /* group__export.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__export.html; sourceTree = ""; }; + EB6C3EA0124D86C400886AD1 /* group__nodes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__nodes.html; sourceTree = ""; }; + EB6C3EA1124D86C400886AD1 /* group__parser.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__parser.html; sourceTree = ""; }; + EB6C3EA2124D86C400886AD1 /* group__styles.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__styles.html; sourceTree = ""; }; + EB6C3EA3124D86C400886AD1 /* group__tokens.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__tokens.html; sourceTree = ""; }; + EB6C3EA4124D86C400886AD1 /* group__version.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = group__version.html; sourceTree = ""; }; + EB6C3EA5124D86C400886AD1 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; + EB6C3EA6124D86C400886AD1 /* modules.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = modules.html; sourceTree = ""; }; + EB6C3EA7124D86C400886AD1 /* structyaml__alias__data__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__alias__data__s.html; sourceTree = ""; }; + EB6C3EA8124D86C400886AD1 /* structyaml__document__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__document__s.html; sourceTree = ""; }; + EB6C3EA9124D86C400886AD1 /* structyaml__emitter__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__emitter__s.html; sourceTree = ""; }; + EB6C3EAA124D86C400886AD1 /* structyaml__event__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__event__s.html; sourceTree = ""; }; + EB6C3EAB124D86C400886AD1 /* structyaml__mark__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__mark__s.html; sourceTree = ""; }; + EB6C3EAC124D86C400886AD1 /* structyaml__node__pair__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__node__pair__s.html; sourceTree = ""; }; + EB6C3EAD124D86C400886AD1 /* structyaml__node__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__node__s.html; sourceTree = ""; }; + EB6C3EAE124D86C400886AD1 /* structyaml__parser__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__parser__s.html; sourceTree = ""; }; + EB6C3EAF124D86C400886AD1 /* structyaml__simple__key__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__simple__key__s.html; sourceTree = ""; }; + EB6C3EB0124D86C400886AD1 /* structyaml__tag__directive__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__tag__directive__s.html; sourceTree = ""; }; + EB6C3EB1124D86C400886AD1 /* structyaml__token__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__token__s.html; sourceTree = ""; }; + EB6C3EB2124D86C400886AD1 /* structyaml__version__directive__s.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = structyaml__version__directive__s.html; sourceTree = ""; }; + EB6C3EB3124D86C400886AD1 /* tab_b.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_b.gif; sourceTree = ""; }; + EB6C3EB4124D86C400886AD1 /* tab_l.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_l.gif; sourceTree = ""; }; + EB6C3EB5124D86C400886AD1 /* tab_r.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = tab_r.gif; sourceTree = ""; }; + EB6C3EB6124D86C400886AD1 /* tabs.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = tabs.css; sourceTree = ""; }; + EB6C3EB7124D86C400886AD1 /* yaml_8h.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = yaml_8h.html; sourceTree = ""; }; + EB6C3EB9124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; + EB6C3EBA124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; + EB6C3EBB124D86C400886AD1 /* yaml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = yaml.h; sourceTree = ""; }; + EB6C3EBC124D86C400886AD1 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + EB6C3EBD124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; + EB6C3EBE124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; + EB6C3EBF124D86C400886AD1 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + EB6C3EC1124D86C400886AD1 /* api.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = api.c; sourceTree = ""; }; + EB6C3EC2124D86C400886AD1 /* dumper.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = dumper.c; sourceTree = ""; }; + EB6C3EC3124D86C400886AD1 /* emitter.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = emitter.c; sourceTree = ""; }; + EB6C3EC4124D86C400886AD1 /* loader.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = loader.c; sourceTree = ""; }; + EB6C3EC5124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; + EB6C3EC6124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; + EB6C3EC7124D86C400886AD1 /* parser.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = parser.c; sourceTree = ""; }; + EB6C3EC8124D86C400886AD1 /* reader.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = reader.c; sourceTree = ""; }; + EB6C3EC9124D86C400886AD1 /* scanner.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = scanner.c; sourceTree = ""; }; + EB6C3ECA124D86C400886AD1 /* writer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; path = writer.c; sourceTree = ""; }; + EB6C3ECB124D86C400886AD1 /* yaml_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = yaml_private.h; sourceTree = ""; }; + EB6C3ECD124D86C400886AD1 /* example-deconstructor-alt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "example-deconstructor-alt.c"; sourceTree = ""; }; + EB6C3ECE124D86C400886AD1 /* example-deconstructor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "example-deconstructor.c"; sourceTree = ""; }; + EB6C3ECF124D86C400886AD1 /* example-reformatter-alt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "example-reformatter-alt.c"; sourceTree = ""; }; + EB6C3ED0124D86C400886AD1 /* example-reformatter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "example-reformatter.c"; sourceTree = ""; }; + EB6C3ED1124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; + EB6C3ED2124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; + EB6C3ED3124D86C400886AD1 /* run-dumper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "run-dumper.c"; sourceTree = ""; }; + EB6C3ED4124D86C400886AD1 /* run-emitter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "run-emitter.c"; sourceTree = ""; }; + EB6C3ED5124D86C400886AD1 /* run-loader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "run-loader.c"; sourceTree = ""; }; + EB6C3ED6124D86C400886AD1 /* run-parser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "run-parser.m"; sourceTree = ""; }; + EB6C3ED7124D86C400886AD1 /* run-scanner.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "run-scanner.c"; sourceTree = ""; }; + EB6C3ED8124D86C400886AD1 /* test-reader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "test-reader.c"; sourceTree = ""; }; + EB6C3ED9124D86C400886AD1 /* test-version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "test-version.c"; sourceTree = ""; }; + EB6C3EDB124D86C400886AD1 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; + EB6C3EDC124D86C400886AD1 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; + EB6C3EDD124D86C400886AD1 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = ""; }; + EB6C3EDF124D86C400886AD1 /* example_deconstructor.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example_deconstructor.dsp; sourceTree = ""; }; + EB6C3EE0124D86C400886AD1 /* example_deconstructor_alt.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example_deconstructor_alt.dsp; sourceTree = ""; }; + EB6C3EE1124D86C400886AD1 /* example_reformatter.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example_reformatter.dsp; sourceTree = ""; }; + EB6C3EE2124D86C400886AD1 /* example_reformatter_alt.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example_reformatter_alt.dsp; sourceTree = ""; }; + EB6C3EE3124D86C400886AD1 /* libyaml.dsw */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libyaml.dsw; sourceTree = ""; }; + EB6C3EE4124D86C400886AD1 /* run_dumper.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_dumper.dsp; sourceTree = ""; }; + EB6C3EE5124D86C400886AD1 /* run_emitter.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_emitter.dsp; sourceTree = ""; }; + EB6C3EE6124D86C400886AD1 /* run_loader.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_loader.dsp; sourceTree = ""; }; + EB6C3EE7124D86C400886AD1 /* run_parser.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_parser.dsp; sourceTree = ""; }; + EB6C3EE8124D86C400886AD1 /* run_scanner.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = run_scanner.dsp; sourceTree = ""; }; + EB6C3EE9124D86C400886AD1 /* test_reader.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test_reader.dsp; sourceTree = ""; }; + EB6C3EEA124D86C400886AD1 /* test_version.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test_version.dsp; sourceTree = ""; }; + EB6C3EEB124D86C400886AD1 /* yaml.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = yaml.dsp; sourceTree = ""; }; + EB6C3EEC124D86C400886AD1 /* yamldll.dsp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = yamldll.dsp; sourceTree = ""; }; + EB6C3EEE124D86C400886AD1 /* example_deconstructor.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_deconstructor.vcproj; sourceTree = ""; }; + EB6C3EEF124D86C400886AD1 /* example_deconstructor_alt.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_deconstructor_alt.vcproj; sourceTree = ""; }; + EB6C3EF0124D86C400886AD1 /* example_reformatter.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_reformatter.vcproj; sourceTree = ""; }; + EB6C3EF1124D86C400886AD1 /* example_reformatter_alt.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_reformatter_alt.vcproj; sourceTree = ""; }; + EB6C3EF2124D86C400886AD1 /* libyaml.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libyaml.sln; sourceTree = ""; }; + EB6C3EF3124D86C400886AD1 /* run_dumper.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_dumper.vcproj; sourceTree = ""; }; + EB6C3EF4124D86C400886AD1 /* run_emitter.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_emitter.vcproj; sourceTree = ""; }; + EB6C3EF5124D86C400886AD1 /* run_loader.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_loader.vcproj; sourceTree = ""; }; + EB6C3EF6124D86C400886AD1 /* run_parser.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_parser.vcproj; sourceTree = ""; }; + EB6C3EF7124D86C400886AD1 /* run_scanner.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_scanner.vcproj; sourceTree = ""; }; + EB6C3EF8124D86C400886AD1 /* test_reader.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = test_reader.vcproj; sourceTree = ""; }; + EB6C3EF9124D86C400886AD1 /* test_version.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = test_version.vcproj; sourceTree = ""; }; + EB6C3EFA124D86C400886AD1 /* yaml.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = yaml.vcproj; sourceTree = ""; }; + EB6C3EFB124D86C400886AD1 /* yamldll.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = yamldll.vcproj; sourceTree = ""; }; + EB6C3EFD124D86C400886AD1 /* example_deconstructor.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_deconstructor.vcproj; sourceTree = ""; }; + EB6C3EFE124D86C400886AD1 /* example_deconstructor_alt.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_deconstructor_alt.vcproj; sourceTree = ""; }; + EB6C3EFF124D86C400886AD1 /* example_reformatter.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_reformatter.vcproj; sourceTree = ""; }; + EB6C3F00124D86C400886AD1 /* example_reformatter_alt.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = example_reformatter_alt.vcproj; sourceTree = ""; }; + EB6C3F01124D86C400886AD1 /* libyaml.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libyaml.sln; sourceTree = ""; }; + EB6C3F02124D86C400886AD1 /* run_dumper.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_dumper.vcproj; sourceTree = ""; }; + EB6C3F03124D86C400886AD1 /* run_emitter.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_emitter.vcproj; sourceTree = ""; }; + EB6C3F04124D86C400886AD1 /* run_loader.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_loader.vcproj; sourceTree = ""; }; + EB6C3F05124D86C400886AD1 /* run_parser.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_parser.vcproj; sourceTree = ""; }; + EB6C3F06124D86C400886AD1 /* run_scanner.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = run_scanner.vcproj; sourceTree = ""; }; + EB6C3F07124D86C400886AD1 /* test_reader.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = test_reader.vcproj; sourceTree = ""; }; + EB6C3F08124D86C400886AD1 /* test_version.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = test_version.vcproj; sourceTree = ""; }; + EB6C3F09124D86C400886AD1 /* yaml.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = yaml.vcproj; sourceTree = ""; }; + EB6C3F0A124D86C400886AD1 /* yamldll.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = yamldll.vcproj; sourceTree = ""; }; + 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 = ""; }; + EB6C424F124D9B3E00886AD1 /* yaml */ = {isa = PBXFileReference; lastKnownFileType = folder; path = yaml; sourceTree = ""; }; + EBE745AF124F8B5000618049 /* spec12examples.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = spec12examples.m; sourceTree = ""; }; + 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 = ""; }; + EBF83D8A124D7A3E008517E5 /* YAMLSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YAMLSerialization.m; sourceTree = ""; }; +/* 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 = ""; + }; + 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 = ""; + }; + 0867D69AFE84028FC02AAC07 /* Frameworks */ = { + isa = PBXGroup; + children = ( + EB6C3FB9124D872600886AD1 /* Foundation.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 089C1665FE841158C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8DC2EF5A0486A6940098B216 /* Info.plist */, + 089C1666FE841158C02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77AEFE84172EC02AAC07 /* Classes */ = { + isa = PBXGroup; + children = ( + EBF83D89124D7A3E008517E5 /* YAMLSerialization.h */, + EBF83D8A124D7A3E008517E5 /* YAMLSerialization.m */, + ); + name = Classes; + sourceTree = ""; + }; + 32C88DFF0371C24200C91783 /* Other Sources */ = { + isa = PBXGroup; + children = ( + 32DBCF5E0370ADEE00C91783 /* YAML_Prefix.pch */, + ); + name = "Other Sources"; + sourceTree = ""; + }; + 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 = ""; + }; + EB6C3E5A124D86C400886AD1 /* config */ = { + isa = PBXGroup; + children = ( + EB6C3E5B124D86C400886AD1 /* config.guess */, + EB6C3E5C124D86C400886AD1 /* config.sub */, + EB6C3E5D124D86C400886AD1 /* depcomp */, + EB6C3E5E124D86C400886AD1 /* install-sh */, + EB6C3E5F124D86C400886AD1 /* ltmain.sh */, + EB6C3E60124D86C400886AD1 /* missing */, + ); + path = config; + sourceTree = ""; + }; + EB6C3E64124D86C400886AD1 /* doc */ = { + isa = PBXGroup; + children = ( + EB6C3E65124D86C400886AD1 /* doxygen.cfg */, + EB6C3E66124D86C400886AD1 /* html */, + ); + path = doc; + sourceTree = ""; + }; + 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 */, + EB6C3E91124D86C400886AD1 /* functions_vars_0x73.html */, + EB6C3E92124D86C400886AD1 /* functions_vars_0x74.html */, + EB6C3E93124D86C400886AD1 /* functions_vars_0x75.html */, + EB6C3E94124D86C400886AD1 /* functions_vars_0x76.html */, + EB6C3E95124D86C400886AD1 /* functions_vars_0x77.html */, + EB6C3E96124D86C400886AD1 /* globals.html */, + EB6C3E97124D86C400886AD1 /* globals_defs.html */, + EB6C3E98124D86C400886AD1 /* globals_enum.html */, + EB6C3E99124D86C400886AD1 /* globals_eval.html */, + EB6C3E9A124D86C400886AD1 /* globals_func.html */, + EB6C3E9B124D86C400886AD1 /* globals_type.html */, + EB6C3E9C124D86C400886AD1 /* group__basic.html */, + EB6C3E9D124D86C400886AD1 /* group__emitter.html */, + EB6C3E9E124D86C400886AD1 /* group__events.html */, + EB6C3E9F124D86C400886AD1 /* group__export.html */, + EB6C3EA0124D86C400886AD1 /* group__nodes.html */, + EB6C3EA1124D86C400886AD1 /* group__parser.html */, + EB6C3EA2124D86C400886AD1 /* group__styles.html */, + EB6C3EA3124D86C400886AD1 /* group__tokens.html */, + EB6C3EA4124D86C400886AD1 /* group__version.html */, + EB6C3EA5124D86C400886AD1 /* index.html */, + EB6C3EA6124D86C400886AD1 /* modules.html */, + EB6C3EA7124D86C400886AD1 /* structyaml__alias__data__s.html */, + EB6C3EA8124D86C400886AD1 /* structyaml__document__s.html */, + EB6C3EA9124D86C400886AD1 /* structyaml__emitter__s.html */, + EB6C3EAA124D86C400886AD1 /* structyaml__event__s.html */, + EB6C3EAB124D86C400886AD1 /* structyaml__mark__s.html */, + EB6C3EAC124D86C400886AD1 /* structyaml__node__pair__s.html */, + EB6C3EAD124D86C400886AD1 /* structyaml__node__s.html */, + EB6C3EAE124D86C400886AD1 /* structyaml__parser__s.html */, + EB6C3EAF124D86C400886AD1 /* structyaml__simple__key__s.html */, + EB6C3EB0124D86C400886AD1 /* structyaml__tag__directive__s.html */, + EB6C3EB1124D86C400886AD1 /* structyaml__token__s.html */, + EB6C3EB2124D86C400886AD1 /* structyaml__version__directive__s.html */, + EB6C3EB3124D86C400886AD1 /* tab_b.gif */, + EB6C3EB4124D86C400886AD1 /* tab_l.gif */, + EB6C3EB5124D86C400886AD1 /* tab_r.gif */, + EB6C3EB6124D86C400886AD1 /* tabs.css */, + EB6C3EB7124D86C400886AD1 /* yaml_8h.html */, + ); + path = html; + sourceTree = ""; + }; + EB6C3EB8124D86C400886AD1 /* include */ = { + isa = PBXGroup; + children = ( + EB6C3EB9124D86C400886AD1 /* Makefile.am */, + EB6C3EBA124D86C400886AD1 /* Makefile.in */, + EB6C3EBB124D86C400886AD1 /* yaml.h */, + ); + path = include; + sourceTree = ""; + }; + EB6C3EC0124D86C400886AD1 /* src */ = { + isa = PBXGroup; + children = ( + EB6C3EC1124D86C400886AD1 /* api.c */, + EB6C3EC2124D86C400886AD1 /* dumper.c */, + EB6C3EC3124D86C400886AD1 /* emitter.c */, + EB6C3EC4124D86C400886AD1 /* loader.c */, + EB6C3EC5124D86C400886AD1 /* Makefile.am */, + EB6C3EC6124D86C400886AD1 /* Makefile.in */, + EB6C3EC7124D86C400886AD1 /* parser.c */, + EB6C3EC8124D86C400886AD1 /* reader.c */, + EB6C3EC9124D86C400886AD1 /* scanner.c */, + EB6C3ECA124D86C400886AD1 /* writer.c */, + EB6C3ECB124D86C400886AD1 /* yaml_private.h */, + ); + path = src; + sourceTree = ""; + }; + EB6C3ECC124D86C400886AD1 /* tests */ = { + isa = PBXGroup; + children = ( + EB6C3ECD124D86C400886AD1 /* example-deconstructor-alt.c */, + EB6C3ECE124D86C400886AD1 /* example-deconstructor.c */, + EB6C3ECF124D86C400886AD1 /* example-reformatter-alt.c */, + EB6C3ED0124D86C400886AD1 /* example-reformatter.c */, + EB6C3ED1124D86C400886AD1 /* Makefile.am */, + EB6C3ED2124D86C400886AD1 /* Makefile.in */, + EB6C3ED3124D86C400886AD1 /* run-dumper.c */, + EB6C3ED4124D86C400886AD1 /* run-emitter.c */, + EB6C3ED5124D86C400886AD1 /* run-loader.c */, + EB6C3ED6124D86C400886AD1 /* run-parser.m */, + EB6C3ED7124D86C400886AD1 /* run-scanner.c */, + EB6C3ED8124D86C400886AD1 /* test-reader.c */, + EB6C3ED9124D86C400886AD1 /* test-version.c */, + ); + path = tests; + sourceTree = ""; + }; + EB6C3EDA124D86C400886AD1 /* win32 */ = { + isa = PBXGroup; + children = ( + EB6C3EDB124D86C400886AD1 /* config.h */, + EB6C3EDC124D86C400886AD1 /* Makefile.am */, + EB6C3EDD124D86C400886AD1 /* Makefile.in */, + EB6C3EDE124D86C400886AD1 /* vc6 */, + EB6C3EED124D86C400886AD1 /* vs2003 */, + EB6C3EFC124D86C400886AD1 /* vs2008 */, + ); + path = win32; + sourceTree = ""; + }; + EB6C3EDE124D86C400886AD1 /* vc6 */ = { + isa = PBXGroup; + children = ( + EB6C3EDF124D86C400886AD1 /* example_deconstru