rj_schema 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (323) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +4 -0
  3. data/ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt +16 -0
  4. data/ext/rj_schema/rapidjson/thirdparty/gtest/README.md +141 -0
  5. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CHANGES +126 -0
  6. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CMakeLists.txt +202 -0
  7. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CONTRIBUTORS +40 -0
  8. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/LICENSE +28 -0
  9. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/Makefile.am +224 -0
  10. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/README.md +333 -0
  11. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/configure.ac +146 -0
  12. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/CheatSheet.md +562 -0
  13. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/CookBook.md +3675 -0
  14. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/DesignDoc.md +280 -0
  15. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/DevGuide.md +132 -0
  16. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/Documentation.md +12 -0
  17. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/ForDummies.md +439 -0
  18. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/FrequentlyAskedQuestions.md +628 -0
  19. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/KnownIssues.md +19 -0
  20. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/CheatSheet.md +525 -0
  21. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/CookBook.md +3250 -0
  22. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/Documentation.md +11 -0
  23. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/ForDummies.md +439 -0
  24. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/FrequentlyAskedQuestions.md +624 -0
  25. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/CheatSheet.md +534 -0
  26. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/CookBook.md +3342 -0
  27. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/Documentation.md +12 -0
  28. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/ForDummies.md +439 -0
  29. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/FrequentlyAskedQuestions.md +628 -0
  30. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/CheatSheet.md +556 -0
  31. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/CookBook.md +3432 -0
  32. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/Documentation.md +12 -0
  33. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/ForDummies.md +439 -0
  34. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/FrequentlyAskedQuestions.md +628 -0
  35. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h +1205 -0
  36. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-cardinalities.h +147 -0
  37. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h +2377 -0
  38. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump +794 -0
  39. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h +1095 -0
  40. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump +291 -0
  41. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h +2179 -0
  42. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump +672 -0
  43. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h +397 -0
  44. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump +161 -0
  45. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h +4399 -0
  46. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-actions.h +246 -0
  47. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-matchers.h +58 -0
  48. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h +1847 -0
  49. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock.h +94 -0
  50. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +8 -0
  51. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump +10 -0
  52. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h +39 -0
  53. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-port.h +46 -0
  54. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h +279 -0
  55. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump +136 -0
  56. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h +511 -0
  57. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-port.h +91 -0
  58. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/make/Makefile +101 -0
  59. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.sln +32 -0
  60. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.vcproj +191 -0
  61. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_config.vsprops +15 -0
  62. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_main.vcproj +187 -0
  63. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_test.vcproj +201 -0
  64. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.sln +32 -0
  65. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.vcxproj +82 -0
  66. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_config.props +19 -0
  67. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_main.vcxproj +88 -0
  68. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_test.vcxproj +101 -0
  69. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.sln +32 -0
  70. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.vcxproj +84 -0
  71. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_config.props +19 -0
  72. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_main.vcxproj +90 -0
  73. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_test.vcxproj +103 -0
  74. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/fuse_gmock_files.py +240 -0
  75. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/LICENSE +203 -0
  76. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README +35 -0
  77. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README.cppclean +115 -0
  78. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/__init__.py +0 -0
  79. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/ast.py +1733 -0
  80. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class.py +227 -0
  81. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py +448 -0
  82. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/keywords.py +59 -0
  83. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/tokenize.py +287 -0
  84. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/utils.py +41 -0
  85. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/gmock_gen.py +31 -0
  86. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/gmock-config.in +303 -0
  87. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/gmock_doctor.py +640 -0
  88. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/upload.py +1387 -0
  89. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/upload_gmock.py +78 -0
  90. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-all.cc +47 -0
  91. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-cardinalities.cc +156 -0
  92. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-internal-utils.cc +174 -0
  93. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-matchers.cc +498 -0
  94. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-spec-builders.cc +823 -0
  95. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock.cc +183 -0
  96. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock_main.cc +54 -0
  97. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-actions_test.cc +1411 -0
  98. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-cardinalities_test.cc +428 -0
  99. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-actions_test.cc +1228 -0
  100. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-function-mockers_test.cc +622 -0
  101. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-internal-utils_test.cc +127 -0
  102. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-matchers_test.cc +1286 -0
  103. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-internal-utils_test.cc +699 -0
  104. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-matchers_test.cc +5648 -0
  105. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-more-actions_test.cc +708 -0
  106. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-nice-strict_test.cc +424 -0
  107. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-port_test.cc +43 -0
  108. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-spec-builders_test.cc +2644 -0
  109. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_all_test.cc +51 -0
  110. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_ex_test.cc +81 -0
  111. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test.py +108 -0
  112. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test_.cc +100 -0
  113. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link2_test.cc +40 -0
  114. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.cc +40 -0
  115. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.h +669 -0
  116. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test.py +180 -0
  117. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_.cc +291 -0
  118. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_golden.txt +310 -0
  119. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_stress_test.cc +322 -0
  120. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_test.cc +220 -0
  121. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_test_utils.py +112 -0
  122. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CHANGES +157 -0
  123. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CMakeLists.txt +286 -0
  124. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CONTRIBUTORS +37 -0
  125. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/LICENSE +28 -0
  126. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/Makefile.am +310 -0
  127. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/README.md +280 -0
  128. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/cmake/internal_utils.cmake +242 -0
  129. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest.cbproj +138 -0
  130. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest.groupproj +54 -0
  131. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_all.cc +38 -0
  132. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_link.cc +40 -0
  133. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_main.cbproj +82 -0
  134. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_unittest.cbproj +88 -0
  135. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/configure.ac +68 -0
  136. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/AdvancedGuide.md +2182 -0
  137. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/DevGuide.md +126 -0
  138. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/Documentation.md +14 -0
  139. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/FAQ.md +1087 -0
  140. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/Primer.md +502 -0
  141. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/PumpManual.md +177 -0
  142. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/Samples.md +14 -0
  143. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_AdvancedGuide.md +2096 -0
  144. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_Documentation.md +12 -0
  145. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_FAQ.md +886 -0
  146. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_Primer.md +497 -0
  147. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_PumpManual.md +177 -0
  148. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_5_XcodeGuide.md +93 -0
  149. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_AdvancedGuide.md +2178 -0
  150. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Documentation.md +14 -0
  151. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_FAQ.md +1038 -0
  152. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Primer.md +501 -0
  153. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_PumpManual.md +177 -0
  154. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Samples.md +14 -0
  155. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_6_XcodeGuide.md +93 -0
  156. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_AdvancedGuide.md +2181 -0
  157. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Documentation.md +14 -0
  158. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_FAQ.md +1082 -0
  159. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Primer.md +501 -0
  160. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_PumpManual.md +177 -0
  161. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Samples.md +14 -0
  162. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/V1_7_XcodeGuide.md +93 -0
  163. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/XcodeGuide.md +93 -0
  164. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-death-test.h +294 -0
  165. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-message.h +250 -0
  166. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h +1444 -0
  167. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h.pump +510 -0
  168. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-printers.h +993 -0
  169. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-spi.h +232 -0
  170. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h +179 -0
  171. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-typed-test.h +263 -0
  172. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h +2236 -0
  173. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_pred_impl.h +358 -0
  174. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_prod.h +58 -0
  175. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-port.h +69 -0
  176. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-printers.h +42 -0
  177. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest.h +41 -0
  178. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h +319 -0
  179. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-filepath.h +206 -0
  180. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-internal.h +1238 -0
  181. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h +243 -0
  182. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h +5146 -0
  183. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump +286 -0
  184. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util.h +731 -0
  185. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port-arch.h +93 -0
  186. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port.h +2554 -0
  187. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-string.h +167 -0
  188. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h +1020 -0
  189. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump +347 -0
  190. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h +3331 -0
  191. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump +297 -0
  192. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/m4/acx_pthread.m4 +363 -0
  193. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/m4/gtest.m4 +74 -0
  194. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/make/Makefile +82 -0
  195. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest-md.sln +45 -0
  196. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest-md.vcproj +126 -0
  197. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest.sln +45 -0
  198. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest.vcproj +126 -0
  199. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_main-md.vcproj +129 -0
  200. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_main.vcproj +129 -0
  201. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_prod_test-md.vcproj +164 -0
  202. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_prod_test.vcproj +164 -0
  203. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_unittest-md.vcproj +147 -0
  204. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/gtest_unittest.vcproj +147 -0
  205. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/prime_tables.h +123 -0
  206. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1.cc +68 -0
  207. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1.h +43 -0
  208. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample10_unittest.cc +144 -0
  209. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1_unittest.cc +153 -0
  210. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2.cc +56 -0
  211. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2.h +85 -0
  212. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2_unittest.cc +109 -0
  213. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample3-inl.h +172 -0
  214. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample3_unittest.cc +151 -0
  215. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4.cc +46 -0
  216. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4.h +53 -0
  217. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4_unittest.cc +45 -0
  218. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample5_unittest.cc +199 -0
  219. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample6_unittest.cc +224 -0
  220. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample7_unittest.cc +130 -0
  221. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample8_unittest.cc +173 -0
  222. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample9_unittest.cc +160 -0
  223. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/common.py +83 -0
  224. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/fuse_gtest_files.py +253 -0
  225. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/gen_gtest_pred_impl.py +730 -0
  226. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/gtest-config.in +274 -0
  227. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/pump.py +855 -0
  228. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/release_docs.py +158 -0
  229. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/test/Makefile +59 -0
  230. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/upload.py +1387 -0
  231. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/upload_gtest.py +78 -0
  232. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-all.cc +48 -0
  233. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-death-test.cc +1342 -0
  234. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-filepath.cc +387 -0
  235. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h +1183 -0
  236. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-port.cc +1259 -0
  237. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-printers.cc +373 -0
  238. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-test-part.cc +110 -0
  239. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-typed-test.cc +118 -0
  240. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest.cc +5388 -0
  241. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest_main.cc +38 -0
  242. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_ex_test.cc +93 -0
  243. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_test.cc +1427 -0
  244. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-filepath_test.cc +662 -0
  245. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-linked_ptr_test.cc +154 -0
  246. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-listener_test.cc +311 -0
  247. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-message_test.cc +159 -0
  248. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-options_test.cc +215 -0
  249. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test2_test.cc +65 -0
  250. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.cc +1055 -0
  251. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.h +57 -0
  252. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-port_test.cc +1304 -0
  253. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-printers_test.cc +1635 -0
  254. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-test-part_test.cc +208 -0
  255. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-tuple_test.cc +320 -0
  256. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test2_test.cc +45 -0
  257. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.cc +380 -0
  258. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.h +66 -0
  259. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-unittest-api_test.cc +341 -0
  260. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_all_test.cc +47 -0
  261. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest.py +212 -0
  262. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest_.cc +88 -0
  263. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test.py +237 -0
  264. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test_.cc +311 -0
  265. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test.py +130 -0
  266. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test_.cc +71 -0
  267. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test.py +117 -0
  268. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test_.cc +126 -0
  269. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_environment_test.cc +192 -0
  270. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest.py +636 -0
  271. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest_.cc +140 -0
  272. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test.py +172 -0
  273. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test_.cc +46 -0
  274. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest.py +207 -0
  275. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest_.cc +157 -0
  276. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_main_unittest.cc +45 -0
  277. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_no_test_unittest.cc +56 -0
  278. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test.py +340 -0
  279. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_.cc +1062 -0
  280. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_golden_lin.txt +743 -0
  281. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_pred_impl_unittest.cc +2427 -0
  282. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_premature_exit_test.cc +127 -0
  283. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_prod_test.cc +57 -0
  284. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_repeat_test.cc +253 -0
  285. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test.py +325 -0
  286. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test_.cc +103 -0
  287. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_sole_header_test.cc +57 -0
  288. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_stress_test.cc +256 -0
  289. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_test_utils.py +320 -0
  290. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc +92 -0
  291. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test.py +171 -0
  292. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test_.cc +72 -0
  293. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test.py +70 -0
  294. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test_.cc +43 -0
  295. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_unittest.cc +7706 -0
  296. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile1_test_.cc +49 -0
  297. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile2_test_.cc +49 -0
  298. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfiles_test.py +132 -0
  299. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest.py +308 -0
  300. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest_.cc +181 -0
  301. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_test_utils.py +194 -0
  302. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/production.cc +36 -0
  303. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/production.h +55 -0
  304. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/DebugProject.xcconfig +30 -0
  305. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig +17 -0
  306. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig +41 -0
  307. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/ReleaseProject.xcconfig +32 -0
  308. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig +18 -0
  309. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/TestTarget.xcconfig +8 -0
  310. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Resources/Info.plist +30 -0
  311. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist +28 -0
  312. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj +457 -0
  313. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh +62 -0
  314. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc +63 -0
  315. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.h +59 -0
  316. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc +68 -0
  317. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/runtests.sh +65 -0
  318. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/versiongenerate.py +100 -0
  319. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj +1135 -0
  320. data/ext/rj_schema/rapidjson/thirdparty/gtest/travis.sh +15 -0
  321. data/ext/rj_schema/rj_schema.cpp +64 -41
  322. data/lib/rj_schema.rb +1 -1
  323. metadata +378 -5
@@ -0,0 +1,30 @@
1
+ //
2
+ // DebugProject.xcconfig
3
+ //
4
+ // These are Debug Configuration project settings for the gtest framework and
5
+ // examples. It is set in the "Based On:" dropdown in the "Project" info
6
+ // dialog.
7
+ // This file is based on the Xcode Configuration files in:
8
+ // http://code.google.com/p/google-toolbox-for-mac/
9
+ //
10
+
11
+ #include "General.xcconfig"
12
+
13
+ // No optimization
14
+ GCC_OPTIMIZATION_LEVEL = 0
15
+
16
+ // Deployment postprocessing is what triggers Xcode to strip, turn it off
17
+ DEPLOYMENT_POSTPROCESSING = NO
18
+
19
+ // Dead code stripping off
20
+ DEAD_CODE_STRIPPING = NO
21
+
22
+ // Debug symbols should be on obviously
23
+ GCC_GENERATE_DEBUGGING_SYMBOLS = YES
24
+
25
+ // Define the DEBUG macro in all debug builds
26
+ OTHER_CFLAGS = $(OTHER_CFLAGS) -DDEBUG=1
27
+
28
+ // These are turned off to avoid STL incompatibilities with client code
29
+ // // Turns on special C++ STL checks to "encourage" good STL use
30
+ // GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) _GLIBCXX_DEBUG_PEDANTIC _GLIBCXX_DEBUG _GLIBCPP_CONCEPT_CHECKS
@@ -0,0 +1,17 @@
1
+ //
2
+ // FrameworkTarget.xcconfig
3
+ //
4
+ // These are Framework target settings for the gtest framework and examples. It
5
+ // is set in the "Based On:" dropdown in the "Target" info dialog.
6
+ // This file is based on the Xcode Configuration files in:
7
+ // http://code.google.com/p/google-toolbox-for-mac/
8
+ //
9
+
10
+ // Dynamic libs need to be position independent
11
+ GCC_DYNAMIC_NO_PIC = NO
12
+
13
+ // Dynamic libs should not have their external symbols stripped.
14
+ STRIP_STYLE = non-global
15
+
16
+ // Let the user install by specifying the $DSTROOT with xcodebuild
17
+ SKIP_INSTALL = NO
@@ -0,0 +1,41 @@
1
+ //
2
+ // General.xcconfig
3
+ //
4
+ // These are General configuration settings for the gtest framework and
5
+ // examples.
6
+ // This file is based on the Xcode Configuration files in:
7
+ // http://code.google.com/p/google-toolbox-for-mac/
8
+ //
9
+
10
+ // Build for PPC and Intel, 32- and 64-bit
11
+ ARCHS = i386 x86_64 ppc ppc64
12
+
13
+ // Zerolink prevents link warnings so turn it off
14
+ ZERO_LINK = NO
15
+
16
+ // Prebinding considered unhelpful in 10.3 and later
17
+ PREBINDING = NO
18
+
19
+ // Strictest warning policy
20
+ WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare -Wshadow
21
+
22
+ // Work around Xcode bugs by using external strip. See:
23
+ // http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00050.html
24
+ SEPARATE_STRIP = YES
25
+
26
+ // Force C99 dialect
27
+ GCC_C_LANGUAGE_STANDARD = c99
28
+
29
+ // not sure why apple defaults this on, but it's pretty risky
30
+ ALWAYS_SEARCH_USER_PATHS = NO
31
+
32
+ // Turn on position dependent code for most cases (overridden where appropriate)
33
+ GCC_DYNAMIC_NO_PIC = YES
34
+
35
+ // Default SDK and minimum OS version is 10.4
36
+ SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk
37
+ MACOSX_DEPLOYMENT_TARGET = 10.4
38
+ GCC_VERSION = 4.0
39
+
40
+ // VERSIONING BUILD SETTINGS (used in Info.plist)
41
+ GTEST_VERSIONINFO_ABOUT = © 2008 Google Inc.
@@ -0,0 +1,32 @@
1
+ //
2
+ // ReleaseProject.xcconfig
3
+ //
4
+ // These are Release Configuration project settings for the gtest framework
5
+ // and examples. It is set in the "Based On:" dropdown in the "Project" info
6
+ // dialog.
7
+ // This file is based on the Xcode Configuration files in:
8
+ // http://code.google.com/p/google-toolbox-for-mac/
9
+ //
10
+
11
+ #include "General.xcconfig"
12
+
13
+ // subconfig/Release.xcconfig
14
+
15
+ // Optimize for space and size (Apple recommendation)
16
+ GCC_OPTIMIZATION_LEVEL = s
17
+
18
+ // Deploment postprocessing is what triggers Xcode to strip
19
+ DEPLOYMENT_POSTPROCESSING = YES
20
+
21
+ // No symbols
22
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO
23
+
24
+ // Dead code strip does not affect ObjC code but can help for C
25
+ DEAD_CODE_STRIPPING = YES
26
+
27
+ // NDEBUG is used by things like assert.h, so define it for general compat.
28
+ // ASSERT going away in release tends to create unused vars.
29
+ OTHER_CFLAGS = $(OTHER_CFLAGS) -DNDEBUG=1 -Wno-unused-variable
30
+
31
+ // When we strip we want to strip all symbols in release, but save externals.
32
+ STRIP_STYLE = all
@@ -0,0 +1,18 @@
1
+ //
2
+ // StaticLibraryTarget.xcconfig
3
+ //
4
+ // These are static library target settings for libgtest.a. It
5
+ // is set in the "Based On:" dropdown in the "Target" info dialog.
6
+ // This file is based on the Xcode Configuration files in:
7
+ // http://code.google.com/p/google-toolbox-for-mac/
8
+ //
9
+
10
+ // Static libs can be included in bundles so make them position independent
11
+ GCC_DYNAMIC_NO_PIC = NO
12
+
13
+ // Static libs should not have their internal globals or external symbols
14
+ // stripped.
15
+ STRIP_STYLE = debugging
16
+
17
+ // Let the user install by specifying the $DSTROOT with xcodebuild
18
+ SKIP_INSTALL = NO
@@ -0,0 +1,8 @@
1
+ //
2
+ // TestTarget.xcconfig
3
+ //
4
+ // These are Test target settings for the gtest framework and examples. It
5
+ // is set in the "Based On:" dropdown in the "Target" info dialog.
6
+
7
+ PRODUCT_NAME = $(TARGET_NAME)
8
+ HEADER_SEARCH_PATHS = ../include
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>English</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>${EXECUTABLE_NAME}</string>
9
+ <key>CFBundleIconFile</key>
10
+ <string></string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>com.google.${PRODUCT_NAME}</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundlePackageType</key>
16
+ <string>FMWK</string>
17
+ <key>CFBundleSignature</key>
18
+ <string>????</string>
19
+ <key>CFBundleVersion</key>
20
+ <string>GTEST_VERSIONINFO_LONG</string>
21
+ <key>CFBundleShortVersionString</key>
22
+ <string>GTEST_VERSIONINFO_SHORT</string>
23
+ <key>CFBundleGetInfoString</key>
24
+ <string>${PRODUCT_NAME} GTEST_VERSIONINFO_LONG, ${GTEST_VERSIONINFO_ABOUT}</string>
25
+ <key>NSHumanReadableCopyright</key>
26
+ <string>${GTEST_VERSIONINFO_ABOUT}</string>
27
+ <key>CSResourcesFileMapped</key>
28
+ <true/>
29
+ </dict>
30
+ </plist>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>English</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>${EXECUTABLE_NAME}</string>
9
+ <key>CFBundleIconFile</key>
10
+ <string></string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>com.google.gtest.${PRODUCT_NAME:identifier}</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundleName</key>
16
+ <string>${PRODUCT_NAME}</string>
17
+ <key>CFBundlePackageType</key>
18
+ <string>FMWK</string>
19
+ <key>CFBundleShortVersionString</key>
20
+ <string>1.0</string>
21
+ <key>CFBundleSignature</key>
22
+ <string>????</string>
23
+ <key>CFBundleVersion</key>
24
+ <string>1.0</string>
25
+ <key>CSResourcesFileMapped</key>
26
+ <true/>
27
+ </dict>
28
+ </plist>
@@ -0,0 +1,457 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 42;
7
+ objects = {
8
+
9
+ /* Begin PBXAggregateTarget section */
10
+ 4024D162113D7D2400C7059E /* Test */ = {
11
+ isa = PBXAggregateTarget;
12
+ buildConfigurationList = 4024D169113D7D4600C7059E /* Build configuration list for PBXAggregateTarget "Test" */;
13
+ buildPhases = (
14
+ 4024D161113D7D2400C7059E /* ShellScript */,
15
+ );
16
+ dependencies = (
17
+ 4024D166113D7D3100C7059E /* PBXTargetDependency */,
18
+ );
19
+ name = Test;
20
+ productName = TestAndBuild;
21
+ };
22
+ 4024D1E9113D83FF00C7059E /* TestAndBuild */ = {
23
+ isa = PBXAggregateTarget;
24
+ buildConfigurationList = 4024D1F0113D842B00C7059E /* Build configuration list for PBXAggregateTarget "TestAndBuild" */;
25
+ buildPhases = (
26
+ );
27
+ dependencies = (
28
+ 4024D1ED113D840900C7059E /* PBXTargetDependency */,
29
+ 4024D1EF113D840D00C7059E /* PBXTargetDependency */,
30
+ );
31
+ name = TestAndBuild;
32
+ productName = TestAndBuild;
33
+ };
34
+ /* End PBXAggregateTarget section */
35
+
36
+ /* Begin PBXBuildFile section */
37
+ 3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1230E5AEE3500C7F239 /* widget.cc */; };
38
+ 3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7EB1240E5AEE3500C7F239 /* widget.h */; settings = {ATTRIBUTES = (Public, ); }; };
39
+ 3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1270E5AEE4600C7F239 /* widget_test.cc */; };
40
+ 3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */; };
41
+ 4024D188113D7D7800C7059E /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4024D185113D7D5500C7059E /* libgtest.a */; };
42
+ 4024D189113D7D7A00C7059E /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4024D183113D7D5500C7059E /* libgtest_main.a */; };
43
+ /* End PBXBuildFile section */
44
+
45
+ /* Begin PBXContainerItemProxy section */
46
+ 3B07BDF00E3F3FAE00647869 /* PBXContainerItemProxy */ = {
47
+ isa = PBXContainerItemProxy;
48
+ containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
49
+ proxyType = 1;
50
+ remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0;
51
+ remoteInfo = gTestExample;
52
+ };
53
+ 4024D165113D7D3100C7059E /* PBXContainerItemProxy */ = {
54
+ isa = PBXContainerItemProxy;
55
+ containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
56
+ proxyType = 1;
57
+ remoteGlobalIDString = 3B07BDE90E3F3F9E00647869;
58
+ remoteInfo = WidgetFrameworkTest;
59
+ };
60
+ 4024D1EC113D840900C7059E /* PBXContainerItemProxy */ = {
61
+ isa = PBXContainerItemProxy;
62
+ containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
63
+ proxyType = 1;
64
+ remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0;
65
+ remoteInfo = WidgetFramework;
66
+ };
67
+ 4024D1EE113D840D00C7059E /* PBXContainerItemProxy */ = {
68
+ isa = PBXContainerItemProxy;
69
+ containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
70
+ proxyType = 1;
71
+ remoteGlobalIDString = 4024D162113D7D2400C7059E;
72
+ remoteInfo = Test;
73
+ };
74
+ /* End PBXContainerItemProxy section */
75
+
76
+ /* Begin PBXFileReference section */
77
+ 3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = WidgetFrameworkTest; sourceTree = BUILT_PRODUCTS_DIR; };
78
+ 3B7EB1230E5AEE3500C7F239 /* widget.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = widget.cc; sourceTree = "<group>"; };
79
+ 3B7EB1240E5AEE3500C7F239 /* widget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = widget.h; sourceTree = "<group>"; };
80
+ 3B7EB1270E5AEE4600C7F239 /* widget_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = widget_test.cc; sourceTree = "<group>"; };
81
+ 4024D183113D7D5500C7059E /* libgtest_main.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgtest_main.a; path = /usr/local/lib/libgtest_main.a; sourceTree = "<absolute>"; };
82
+ 4024D185113D7D5500C7059E /* libgtest.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgtest.a; path = /usr/local/lib/libgtest.a; sourceTree = "<absolute>"; };
83
+ 4024D1E2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = runtests.sh; sourceTree = "<group>"; };
84
+ 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
85
+ 8D07F2C80486CC7A007CD1D0 /* Widget.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Widget.framework; sourceTree = BUILT_PRODUCTS_DIR; };
86
+ /* End PBXFileReference section */
87
+
88
+ /* Begin PBXFrameworksBuildPhase section */
89
+ 3B07BDE80E3F3F9E00647869 /* Frameworks */ = {
90
+ isa = PBXFrameworksBuildPhase;
91
+ buildActionMask = 2147483647;
92
+ files = (
93
+ 4024D189113D7D7A00C7059E /* libgtest_main.a in Frameworks */,
94
+ 4024D188113D7D7800C7059E /* libgtest.a in Frameworks */,
95
+ 3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */,
96
+ );
97
+ runOnlyForDeploymentPostprocessing = 0;
98
+ };
99
+ 8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
100
+ isa = PBXFrameworksBuildPhase;
101
+ buildActionMask = 2147483647;
102
+ files = (
103
+ );
104
+ runOnlyForDeploymentPostprocessing = 0;
105
+ };
106
+ /* End PBXFrameworksBuildPhase section */
107
+
108
+ /* Begin PBXGroup section */
109
+ 034768DDFF38A45A11DB9C8B /* Products */ = {
110
+ isa = PBXGroup;
111
+ children = (
112
+ 8D07F2C80486CC7A007CD1D0 /* Widget.framework */,
113
+ 3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */,
114
+ );
115
+ name = Products;
116
+ sourceTree = "<group>";
117
+ };
118
+ 0867D691FE84028FC02AAC07 /* gTestExample */ = {
119
+ isa = PBXGroup;
120
+ children = (
121
+ 4024D1E1113D836C00C7059E /* Scripts */,
122
+ 08FB77ACFE841707C02AAC07 /* Source */,
123
+ 089C1665FE841158C02AAC07 /* Resources */,
124
+ 3B07BE350E4094E400647869 /* Test */,
125
+ 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
126
+ 034768DDFF38A45A11DB9C8B /* Products */,
127
+ );
128
+ name = gTestExample;
129
+ sourceTree = "<group>";
130
+ };
131
+ 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
132
+ isa = PBXGroup;
133
+ children = (
134
+ 4024D183113D7D5500C7059E /* libgtest_main.a */,
135
+ 4024D185113D7D5500C7059E /* libgtest.a */,
136
+ );
137
+ name = "External Frameworks and Libraries";
138
+ sourceTree = "<group>";
139
+ };
140
+ 089C1665FE841158C02AAC07 /* Resources */ = {
141
+ isa = PBXGroup;
142
+ children = (
143
+ 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
144
+ );
145
+ name = Resources;
146
+ sourceTree = "<group>";
147
+ };
148
+ 08FB77ACFE841707C02AAC07 /* Source */ = {
149
+ isa = PBXGroup;
150
+ children = (
151
+ 3B7EB1230E5AEE3500C7F239 /* widget.cc */,
152
+ 3B7EB1240E5AEE3500C7F239 /* widget.h */,
153
+ );
154
+ name = Source;
155
+ sourceTree = "<group>";
156
+ };
157
+ 3B07BE350E4094E400647869 /* Test */ = {
158
+ isa = PBXGroup;
159
+ children = (
160
+ 3B7EB1270E5AEE4600C7F239 /* widget_test.cc */,
161
+ );
162
+ name = Test;
163
+ sourceTree = "<group>";
164
+ };
165
+ 4024D1E1113D836C00C7059E /* Scripts */ = {
166
+ isa = PBXGroup;
167
+ children = (
168
+ 4024D1E2113D838200C7059E /* runtests.sh */,
169
+ );
170
+ name = Scripts;
171
+ sourceTree = "<group>";
172
+ };
173
+ /* End PBXGroup section */
174
+
175
+ /* Begin PBXHeadersBuildPhase section */
176
+ 8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
177
+ isa = PBXHeadersBuildPhase;
178
+ buildActionMask = 2147483647;
179
+ files = (
180
+ 3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */,
181
+ );
182
+ runOnlyForDeploymentPostprocessing = 0;
183
+ };
184
+ /* End PBXHeadersBuildPhase section */
185
+
186
+ /* Begin PBXNativeTarget section */
187
+ 3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */ = {
188
+ isa = PBXNativeTarget;
189
+ buildConfigurationList = 3B07BDF40E3F3FB600647869 /* Build configuration list for PBXNativeTarget "WidgetFrameworkTest" */;
190
+ buildPhases = (
191
+ 3B07BDE70E3F3F9E00647869 /* Sources */,
192
+ 3B07BDE80E3F3F9E00647869 /* Frameworks */,
193
+ );
194
+ buildRules = (
195
+ );
196
+ dependencies = (
197
+ 3B07BDF10E3F3FAE00647869 /* PBXTargetDependency */,
198
+ );
199
+ name = WidgetFrameworkTest;
200
+ productName = gTestExampleTest;
201
+ productReference = 3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */;
202
+ productType = "com.apple.product-type.tool";
203
+ };
204
+ 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */ = {
205
+ isa = PBXNativeTarget;
206
+ buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "WidgetFramework" */;
207
+ buildPhases = (
208
+ 8D07F2C10486CC7A007CD1D0 /* Sources */,
209
+ 8D07F2C30486CC7A007CD1D0 /* Frameworks */,
210
+ 8D07F2BD0486CC7A007CD1D0 /* Headers */,
211
+ 8D07F2BF0486CC7A007CD1D0 /* Resources */,
212
+ 8D07F2C50486CC7A007CD1D0 /* Rez */,
213
+ );
214
+ buildRules = (
215
+ );
216
+ dependencies = (
217
+ );
218
+ name = WidgetFramework;
219
+ productInstallPath = "$(HOME)/Library/Frameworks";
220
+ productName = gTestExample;
221
+ productReference = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */;
222
+ productType = "com.apple.product-type.framework";
223
+ };
224
+ /* End PBXNativeTarget section */
225
+
226
+ /* Begin PBXProject section */
227
+ 0867D690FE84028FC02AAC07 /* Project object */ = {
228
+ isa = PBXProject;
229
+ buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "WidgetFramework" */;
230
+ compatibilityVersion = "Xcode 2.4";
231
+ hasScannedForEncodings = 1;
232
+ mainGroup = 0867D691FE84028FC02AAC07 /* gTestExample */;
233
+ productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
234
+ projectDirPath = "";
235
+ projectRoot = "";
236
+ targets = (
237
+ 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */,
238
+ 3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */,
239
+ 4024D162113D7D2400C7059E /* Test */,
240
+ 4024D1E9113D83FF00C7059E /* TestAndBuild */,
241
+ );
242
+ };
243
+ /* End PBXProject section */
244
+
245
+ /* Begin PBXResourcesBuildPhase section */
246
+ 8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
247
+ isa = PBXResourcesBuildPhase;
248
+ buildActionMask = 2147483647;
249
+ files = (
250
+ );
251
+ runOnlyForDeploymentPostprocessing = 0;
252
+ };
253
+ /* End PBXResourcesBuildPhase section */
254
+
255
+ /* Begin PBXRezBuildPhase section */
256
+ 8D07F2C50486CC7A007CD1D0 /* Rez */ = {
257
+ isa = PBXRezBuildPhase;
258
+ buildActionMask = 2147483647;
259
+ files = (
260
+ );
261
+ runOnlyForDeploymentPostprocessing = 0;
262
+ };
263
+ /* End PBXRezBuildPhase section */
264
+
265
+ /* Begin PBXShellScriptBuildPhase section */
266
+ 4024D161113D7D2400C7059E /* ShellScript */ = {
267
+ isa = PBXShellScriptBuildPhase;
268
+ buildActionMask = 2147483647;
269
+ files = (
270
+ );
271
+ inputPaths = (
272
+ );
273
+ outputPaths = (
274
+ );
275
+ runOnlyForDeploymentPostprocessing = 0;
276
+ shellPath = /bin/sh;
277
+ shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
278
+ };
279
+ /* End PBXShellScriptBuildPhase section */
280
+
281
+ /* Begin PBXSourcesBuildPhase section */
282
+ 3B07BDE70E3F3F9E00647869 /* Sources */ = {
283
+ isa = PBXSourcesBuildPhase;
284
+ buildActionMask = 2147483647;
285
+ files = (
286
+ 3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */,
287
+ );
288
+ runOnlyForDeploymentPostprocessing = 0;
289
+ };
290
+ 8D07F2C10486CC7A007CD1D0 /* Sources */ = {
291
+ isa = PBXSourcesBuildPhase;
292
+ buildActionMask = 2147483647;
293
+ files = (
294
+ 3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */,
295
+ );
296
+ runOnlyForDeploymentPostprocessing = 0;
297
+ };
298
+ /* End PBXSourcesBuildPhase section */
299
+
300
+ /* Begin PBXTargetDependency section */
301
+ 3B07BDF10E3F3FAE00647869 /* PBXTargetDependency */ = {
302
+ isa = PBXTargetDependency;
303
+ target = 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */;
304
+ targetProxy = 3B07BDF00E3F3FAE00647869 /* PBXContainerItemProxy */;
305
+ };
306
+ 4024D166113D7D3100C7059E /* PBXTargetDependency */ = {
307
+ isa = PBXTargetDependency;
308
+ target = 3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */;
309
+ targetProxy = 4024D165113D7D3100C7059E /* PBXContainerItemProxy */;
310
+ };
311
+ 4024D1ED113D840900C7059E /* PBXTargetDependency */ = {
312
+ isa = PBXTargetDependency;
313
+ target = 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */;
314
+ targetProxy = 4024D1EC113D840900C7059E /* PBXContainerItemProxy */;
315
+ };
316
+ 4024D1EF113D840D00C7059E /* PBXTargetDependency */ = {
317
+ isa = PBXTargetDependency;
318
+ target = 4024D162113D7D2400C7059E /* Test */;
319
+ targetProxy = 4024D1EE113D840D00C7059E /* PBXContainerItemProxy */;
320
+ };
321
+ /* End PBXTargetDependency section */
322
+
323
+ /* Begin XCBuildConfiguration section */
324
+ 3B07BDEC0E3F3F9F00647869 /* Debug */ = {
325
+ isa = XCBuildConfiguration;
326
+ buildSettings = {
327
+ PRODUCT_NAME = WidgetFrameworkTest;
328
+ };
329
+ name = Debug;
330
+ };
331
+ 3B07BDED0E3F3F9F00647869 /* Release */ = {
332
+ isa = XCBuildConfiguration;
333
+ buildSettings = {
334
+ PRODUCT_NAME = WidgetFrameworkTest;
335
+ };
336
+ name = Release;
337
+ };
338
+ 4024D163113D7D2400C7059E /* Debug */ = {
339
+ isa = XCBuildConfiguration;
340
+ buildSettings = {
341
+ PRODUCT_NAME = TestAndBuild;
342
+ };
343
+ name = Debug;
344
+ };
345
+ 4024D164113D7D2400C7059E /* Release */ = {
346
+ isa = XCBuildConfiguration;
347
+ buildSettings = {
348
+ PRODUCT_NAME = TestAndBuild;
349
+ };
350
+ name = Release;
351
+ };
352
+ 4024D1EA113D83FF00C7059E /* Debug */ = {
353
+ isa = XCBuildConfiguration;
354
+ buildSettings = {
355
+ PRODUCT_NAME = TestAndBuild;
356
+ };
357
+ name = Debug;
358
+ };
359
+ 4024D1EB113D83FF00C7059E /* Release */ = {
360
+ isa = XCBuildConfiguration;
361
+ buildSettings = {
362
+ PRODUCT_NAME = TestAndBuild;
363
+ };
364
+ name = Release;
365
+ };
366
+ 4FADC24308B4156D00ABE55E /* Debug */ = {
367
+ isa = XCBuildConfiguration;
368
+ buildSettings = {
369
+ DYLIB_COMPATIBILITY_VERSION = 1;
370
+ DYLIB_CURRENT_VERSION = 1;
371
+ FRAMEWORK_VERSION = A;
372
+ INFOPLIST_FILE = Info.plist;
373
+ INSTALL_PATH = "@loader_path/../Frameworks";
374
+ PRODUCT_NAME = Widget;
375
+ };
376
+ name = Debug;
377
+ };
378
+ 4FADC24408B4156D00ABE55E /* Release */ = {
379
+ isa = XCBuildConfiguration;
380
+ buildSettings = {
381
+ DYLIB_COMPATIBILITY_VERSION = 1;
382
+ DYLIB_CURRENT_VERSION = 1;
383
+ FRAMEWORK_VERSION = A;
384
+ INFOPLIST_FILE = Info.plist;
385
+ INSTALL_PATH = "@loader_path/../Frameworks";
386
+ PRODUCT_NAME = Widget;
387
+ };
388
+ name = Release;
389
+ };
390
+ 4FADC24708B4156D00ABE55E /* Debug */ = {
391
+ isa = XCBuildConfiguration;
392
+ buildSettings = {
393
+ GCC_VERSION = 4.0;
394
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
395
+ };
396
+ name = Debug;
397
+ };
398
+ 4FADC24808B4156D00ABE55E /* Release */ = {
399
+ isa = XCBuildConfiguration;
400
+ buildSettings = {
401
+ GCC_VERSION = 4.0;
402
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
403
+ };
404
+ name = Release;
405
+ };
406
+ /* End XCBuildConfiguration section */
407
+
408
+ /* Begin XCConfigurationList section */
409
+ 3B07BDF40E3F3FB600647869 /* Build configuration list for PBXNativeTarget "WidgetFrameworkTest" */ = {
410
+ isa = XCConfigurationList;
411
+ buildConfigurations = (
412
+ 3B07BDEC0E3F3F9F00647869 /* Debug */,
413
+ 3B07BDED0E3F3F9F00647869 /* Release */,
414
+ );
415
+ defaultConfigurationIsVisible = 0;
416
+ defaultConfigurationName = Release;
417
+ };
418
+ 4024D169113D7D4600C7059E /* Build configuration list for PBXAggregateTarget "Test" */ = {
419
+ isa = XCConfigurationList;
420
+ buildConfigurations = (
421
+ 4024D163113D7D2400C7059E /* Debug */,
422
+ 4024D164113D7D2400C7059E /* Release */,
423
+ );
424
+ defaultConfigurationIsVisible = 0;
425
+ defaultConfigurationName = Release;
426
+ };
427
+ 4024D1F0113D842B00C7059E /* Build configuration list for PBXAggregateTarget "TestAndBuild" */ = {
428
+ isa = XCConfigurationList;
429
+ buildConfigurations = (
430
+ 4024D1EA113D83FF00C7059E /* Debug */,
431
+ 4024D1EB113D83FF00C7059E /* Release */,
432
+ );
433
+ defaultConfigurationIsVisible = 0;
434
+ defaultConfigurationName = Release;
435
+ };
436
+ 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "WidgetFramework" */ = {
437
+ isa = XCConfigurationList;
438
+ buildConfigurations = (
439
+ 4FADC24308B4156D00ABE55E /* Debug */,
440
+ 4FADC24408B4156D00ABE55E /* Release */,
441
+ );
442
+ defaultConfigurationIsVisible = 0;
443
+ defaultConfigurationName = Release;
444
+ };
445
+ 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "WidgetFramework" */ = {
446
+ isa = XCConfigurationList;
447
+ buildConfigurations = (
448
+ 4FADC24708B4156D00ABE55E /* Debug */,
449
+ 4FADC24808B4156D00ABE55E /* Release */,
450
+ );
451
+ defaultConfigurationIsVisible = 0;
452
+ defaultConfigurationName = Release;
453
+ };
454
+ /* End XCConfigurationList section */
455
+ };
456
+ rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
457
+ }