project.pbxproj 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. 3B238F5F0E828B5400846E11 /* Check */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 3B238FA30E828BB600846E11 /* Build configuration list for PBXAggregateTarget "Check" */;
  12. buildPhases = (
  13. 3B238F5E0E828B5400846E11 /* ShellScript */,
  14. );
  15. dependencies = (
  16. 40899F9D0FFA740F000B29AE /* PBXTargetDependency */,
  17. 40C849F7101A43440083642A /* PBXTargetDependency */,
  18. 4089A0980FFAD34A000B29AE /* PBXTargetDependency */,
  19. 40C849F9101A43490083642A /* PBXTargetDependency */,
  20. );
  21. name = Check;
  22. productName = Check;
  23. };
  24. 40C44ADC0E3798F4008FCC51 /* Version Info */ = {
  25. isa = PBXAggregateTarget;
  26. buildConfigurationList = 40C44AE40E379905008FCC51 /* Build configuration list for PBXAggregateTarget "Version Info" */;
  27. buildPhases = (
  28. 40C44ADB0E3798F4008FCC51 /* Generate Version.h */,
  29. );
  30. comments = "The generation of Version.h must be performed in its own target. Since the Info.plist is preprocessed before any of the other build phases in gtest, the Version.h file would not be ready if included as a build phase of that target.";
  31. dependencies = (
  32. );
  33. name = "Version Info";
  34. productName = Version.h;
  35. };
  36. /* End PBXAggregateTarget section */
  37. /* Begin PBXBuildFile section */
  38. 224A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */ = {isa = PBXBuildFile; fileRef = 224A12A20E9EADCC00BD17FD /* gtest-test-part.h */; settings = {ATTRIBUTES = (Public, ); }; };
  39. 3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 3BF6F29F0E79B5AD000F2EEE /* gtest-type-util.h */; };
  40. 3BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F2A40E79B616000F2EEE /* gtest-typed-test.h */; settings = {ATTRIBUTES = (Public, ); }; };
  41. 404884380E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DB0E2F799B00CF7658 /* gtest-death-test.h */; settings = {ATTRIBUTES = (Public, ); }; };
  42. 404884390E2F799B00CF7658 /* gtest-message.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DC0E2F799B00CF7658 /* gtest-message.h */; settings = {ATTRIBUTES = (Public, ); }; };
  43. 4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DD0E2F799B00CF7658 /* gtest-spi.h */; settings = {ATTRIBUTES = (Public, ); }; };
  44. 4048843B0E2F799B00CF7658 /* gtest.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DE0E2F799B00CF7658 /* gtest.h */; settings = {ATTRIBUTES = (Public, ); }; };
  45. 4048843C0E2F799B00CF7658 /* gtest_pred_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DF0E2F799B00CF7658 /* gtest_pred_impl.h */; settings = {ATTRIBUTES = (Public, ); }; };
  46. 4048843D0E2F799B00CF7658 /* gtest_prod.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883E00E2F799B00CF7658 /* gtest_prod.h */; settings = {ATTRIBUTES = (Public, ); }; };
  47. 404884500E2F799B00CF7658 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 404883F60E2F799B00CF7658 /* README.md */; };
  48. 404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */; };
  49. 404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E30E2F799B00CF7658 /* gtest-filepath.h */; };
  50. 404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E40E2F799B00CF7658 /* gtest-internal.h */; };
  51. 404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E50E2F799B00CF7658 /* gtest-port.h */; };
  52. 404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E60E2F799B00CF7658 /* gtest-string.h */; };
  53. 404884AC0E2F7CD900CF7658 /* CHANGES in Resources */ = {isa = PBXBuildFile; fileRef = 404884A90E2F7CD900CF7658 /* CHANGES */; };
  54. 404884AD0E2F7CD900CF7658 /* CONTRIBUTORS in Resources */ = {isa = PBXBuildFile; fileRef = 404884AA0E2F7CD900CF7658 /* CONTRIBUTORS */; };
  55. 404884AE0E2F7CD900CF7658 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 404884AB0E2F7CD900CF7658 /* LICENSE */; };
  56. 40899F3A0FFA70D4000B29AE /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = 224A12A10E9EADA700BD17FD /* gtest-all.cc */; };
  57. 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 40899F4D0FFA7271000B29AE /* gtest-tuple.h */; };
  58. 40899F530FFA72A0000B29AE /* gtest_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B238C120E7FE13C00846E11 /* gtest_unittest.cc */; };
  59. 4089A0440FFAD1BE000B29AE /* sample1.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4089A02C0FFACF7F000B29AE /* sample1.cc */; };
  60. 4089A0460FFAD1BE000B29AE /* sample1_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4089A02E0FFACF7F000B29AE /* sample1_unittest.cc */; };
  61. 40C848FF101A21150083642A /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = 224A12A10E9EADA700BD17FD /* gtest-all.cc */; };
  62. 40C84915101A21DF0083642A /* gtest_main.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4048840D0E2F799B00CF7658 /* gtest_main.cc */; };
  63. 40C84916101A235B0083642A /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; };
  64. 40C84921101A23AD0083642A /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; };
  65. 40C84978101A36540083642A /* libgtest_main.a in Resources */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; };
  66. 40C84980101A36850083642A /* gtest_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B238C120E7FE13C00846E11 /* gtest_unittest.cc */; };
  67. 40C84982101A36850083642A /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C848FA101A209C0083642A /* libgtest.a */; };
  68. 40C84983101A36850083642A /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; };
  69. 40C8498F101A36A60083642A /* sample1.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4089A02C0FFACF7F000B29AE /* sample1.cc */; };
  70. 40C84990101A36A60083642A /* sample1_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4089A02E0FFACF7F000B29AE /* sample1_unittest.cc */; };
  71. 40C84992101A36A60083642A /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C848FA101A209C0083642A /* libgtest.a */; };
  72. 40C84993101A36A60083642A /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; };
  73. 40C849A2101A37050083642A /* gtest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4539C8FF0EC27F6400A70F4C /* gtest.framework */; };
  74. 40C849A4101A37150083642A /* gtest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4539C8FF0EC27F6400A70F4C /* gtest.framework */; };
  75. 4539C9340EC280AE00A70F4C /* gtest-param-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 4539C9330EC280AE00A70F4C /* gtest-param-test.h */; settings = {ATTRIBUTES = (Public, ); }; };
  76. 4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 4539C9350EC280E200A70F4C /* gtest-linked_ptr.h */; };
  77. 4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 4539C9360EC280E200A70F4C /* gtest-param-util-generated.h */; };
  78. 4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 4539C9370EC280E200A70F4C /* gtest-param-util.h */; };
  79. 4567C8181264FF71007740BE /* gtest-printers.h in Headers */ = {isa = PBXBuildFile; fileRef = 4567C8171264FF71007740BE /* gtest-printers.h */; settings = {ATTRIBUTES = (Public, ); }; };
  80. F67D4F3E1C7F5D8B0017C729 /* gtest-port-arch.h in Headers */ = {isa = PBXBuildFile; fileRef = F67D4F3D1C7F5D8B0017C729 /* gtest-port-arch.h */; };
  81. F67D4F3F1C7F5DA70017C729 /* gtest-port-arch.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = F67D4F3D1C7F5D8B0017C729 /* gtest-port-arch.h */; };
  82. F67D4F441C7F5DD00017C729 /* gtest-port.h in Headers */ = {isa = PBXBuildFile; fileRef = F67D4F411C7F5DD00017C729 /* gtest-port.h */; };
  83. F67D4F451C7F5DD00017C729 /* gtest-printers.h in Headers */ = {isa = PBXBuildFile; fileRef = F67D4F421C7F5DD00017C729 /* gtest-printers.h */; };
  84. F67D4F461C7F5DD00017C729 /* gtest.h in Headers */ = {isa = PBXBuildFile; fileRef = F67D4F431C7F5DD00017C729 /* gtest.h */; };
  85. F67D4F481C7F5E160017C729 /* gtest-port.h in Copy Headers Internal Custom */ = {isa = PBXBuildFile; fileRef = F67D4F411C7F5DD00017C729 /* gtest-port.h */; };
  86. F67D4F491C7F5E260017C729 /* gtest-printers.h in Copy Headers Internal Custom */ = {isa = PBXBuildFile; fileRef = F67D4F421C7F5DD00017C729 /* gtest-printers.h */; };
  87. /* End PBXBuildFile section */
  88. /* Begin PBXContainerItemProxy section */
  89. 40899F9C0FFA740F000B29AE /* PBXContainerItemProxy */ = {
  90. isa = PBXContainerItemProxy;
  91. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  92. proxyType = 1;
  93. remoteGlobalIDString = 40899F420FFA7184000B29AE;
  94. remoteInfo = gtest_unittest;
  95. };
  96. 4089A0970FFAD34A000B29AE /* PBXContainerItemProxy */ = {
  97. isa = PBXContainerItemProxy;
  98. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  99. proxyType = 1;
  100. remoteGlobalIDString = 4089A0120FFACEFC000B29AE;
  101. remoteInfo = sample1_unittest;
  102. };
  103. 408BEC0F1046CFE900DEF522 /* PBXContainerItemProxy */ = {
  104. isa = PBXContainerItemProxy;
  105. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  106. proxyType = 1;
  107. remoteGlobalIDString = 40C848F9101A209C0083642A;
  108. remoteInfo = "gtest-static";
  109. };
  110. 40C44AE50E379922008FCC51 /* PBXContainerItemProxy */ = {
  111. isa = PBXContainerItemProxy;
  112. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  113. proxyType = 1;
  114. remoteGlobalIDString = 40C44ADC0E3798F4008FCC51;
  115. remoteInfo = Version.h;
  116. };
  117. 40C8497C101A36850083642A /* PBXContainerItemProxy */ = {
  118. isa = PBXContainerItemProxy;
  119. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  120. proxyType = 1;
  121. remoteGlobalIDString = 40C848F9101A209C0083642A;
  122. remoteInfo = "gtest-static";
  123. };
  124. 40C8497E101A36850083642A /* PBXContainerItemProxy */ = {
  125. isa = PBXContainerItemProxy;
  126. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  127. proxyType = 1;
  128. remoteGlobalIDString = 40C8490A101A217E0083642A;
  129. remoteInfo = "gtest_main-static";
  130. };
  131. 40C8498B101A36A60083642A /* PBXContainerItemProxy */ = {
  132. isa = PBXContainerItemProxy;
  133. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  134. proxyType = 1;
  135. remoteGlobalIDString = 40C848F9101A209C0083642A;
  136. remoteInfo = "gtest-static";
  137. };
  138. 40C8498D101A36A60083642A /* PBXContainerItemProxy */ = {
  139. isa = PBXContainerItemProxy;
  140. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  141. proxyType = 1;
  142. remoteGlobalIDString = 40C8490A101A217E0083642A;
  143. remoteInfo = "gtest_main-static";
  144. };
  145. 40C8499B101A36DC0083642A /* PBXContainerItemProxy */ = {
  146. isa = PBXContainerItemProxy;
  147. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  148. proxyType = 1;
  149. remoteGlobalIDString = 40C8490A101A217E0083642A;
  150. remoteInfo = "gtest_main-static";
  151. };
  152. 40C8499D101A36E50083642A /* PBXContainerItemProxy */ = {
  153. isa = PBXContainerItemProxy;
  154. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  155. proxyType = 1;
  156. remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0;
  157. remoteInfo = "gtest-framework";
  158. };
  159. 40C8499F101A36F10083642A /* PBXContainerItemProxy */ = {
  160. isa = PBXContainerItemProxy;
  161. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  162. proxyType = 1;
  163. remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0;
  164. remoteInfo = "gtest-framework";
  165. };
  166. 40C849F6101A43440083642A /* PBXContainerItemProxy */ = {
  167. isa = PBXContainerItemProxy;
  168. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  169. proxyType = 1;
  170. remoteGlobalIDString = 40C8497A101A36850083642A;
  171. remoteInfo = "gtest_unittest-static";
  172. };
  173. 40C849F8101A43490083642A /* PBXContainerItemProxy */ = {
  174. isa = PBXContainerItemProxy;
  175. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  176. proxyType = 1;
  177. remoteGlobalIDString = 40C84989101A36A60083642A;
  178. remoteInfo = "sample1_unittest-static";
  179. };
  180. /* End PBXContainerItemProxy section */
  181. /* Begin PBXCopyFilesBuildPhase section */
  182. 404884A50E2F7C0400CF7658 /* Copy Headers Internal */ = {
  183. isa = PBXCopyFilesBuildPhase;
  184. buildActionMask = 2147483647;
  185. dstPath = Headers/internal;
  186. dstSubfolderSpec = 6;
  187. files = (
  188. F67D4F3F1C7F5DA70017C729 /* gtest-port-arch.h in Copy Headers Internal */,
  189. 404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */,
  190. 404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */,
  191. 404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */,
  192. 4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */,
  193. 4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */,
  194. 4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */,
  195. 404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */,
  196. 404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */,
  197. 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */,
  198. 3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */,
  199. );
  200. name = "Copy Headers Internal";
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. F67D4F471C7F5DF60017C729 /* Copy Headers Internal Custom */ = {
  204. isa = PBXCopyFilesBuildPhase;
  205. buildActionMask = 2147483647;
  206. dstPath = Headers/internal/custom;
  207. dstSubfolderSpec = 6;
  208. files = (
  209. F67D4F491C7F5E260017C729 /* gtest-printers.h in Copy Headers Internal Custom */,
  210. F67D4F481C7F5E160017C729 /* gtest-port.h in Copy Headers Internal Custom */,
  211. );
  212. name = "Copy Headers Internal Custom";
  213. runOnlyForDeploymentPostprocessing = 0;
  214. };
  215. /* End PBXCopyFilesBuildPhase section */
  216. /* Begin PBXFileReference section */
  217. 224A12A10E9EADA700BD17FD /* gtest-all.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-all.cc"; sourceTree = "<group>"; };
  218. 224A12A20E9EADCC00BD17FD /* gtest-test-part.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "gtest-test-part.h"; sourceTree = "<group>"; };
  219. 3B238C120E7FE13C00846E11 /* gtest_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gtest_unittest.cc; sourceTree = "<group>"; };
  220. 3B87D2100E96B92E000D1852 /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = runtests.sh; sourceTree = "<group>"; };
  221. 3BF6F29F0E79B5AD000F2EEE /* gtest-type-util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-type-util.h"; sourceTree = "<group>"; };
  222. 3BF6F2A40E79B616000F2EEE /* gtest-typed-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-typed-test.h"; sourceTree = "<group>"; };
  223. 403EE37C0E377822004BD1E2 /* versiongenerate.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = versiongenerate.py; sourceTree = "<group>"; };
  224. 404883DB0E2F799B00CF7658 /* gtest-death-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-death-test.h"; sourceTree = "<group>"; };
  225. 404883DC0E2F799B00CF7658 /* gtest-message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-message.h"; sourceTree = "<group>"; };
  226. 404883DD0E2F799B00CF7658 /* gtest-spi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-spi.h"; sourceTree = "<group>"; };
  227. 404883DE0E2F799B00CF7658 /* gtest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtest.h; sourceTree = "<group>"; };
  228. 404883DF0E2F799B00CF7658 /* gtest_pred_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtest_pred_impl.h; sourceTree = "<group>"; };
  229. 404883E00E2F799B00CF7658 /* gtest_prod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtest_prod.h; sourceTree = "<group>"; };
  230. 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-death-test-internal.h"; sourceTree = "<group>"; };
  231. 404883E30E2F799B00CF7658 /* gtest-filepath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-filepath.h"; sourceTree = "<group>"; };
  232. 404883E40E2F799B00CF7658 /* gtest-internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-internal.h"; sourceTree = "<group>"; };
  233. 404883E50E2F799B00CF7658 /* gtest-port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-port.h"; sourceTree = "<group>"; };
  234. 404883E60E2F799B00CF7658 /* gtest-string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-string.h"; sourceTree = "<group>"; };
  235. 404883F60E2F799B00CF7658 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.md; path = ../README.md; sourceTree = SOURCE_ROOT; };
  236. 4048840D0E2F799B00CF7658 /* gtest_main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gtest_main.cc; sourceTree = "<group>"; };
  237. 404884A90E2F7CD900CF7658 /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CHANGES; path = ../CHANGES; sourceTree = SOURCE_ROOT; };
  238. 404884AA0E2F7CD900CF7658 /* CONTRIBUTORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CONTRIBUTORS; path = ../CONTRIBUTORS; sourceTree = SOURCE_ROOT; };
  239. 404884AB0E2F7CD900CF7658 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = SOURCE_ROOT; };
  240. 40899F430FFA7184000B29AE /* gtest_unittest-framework */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "gtest_unittest-framework"; sourceTree = BUILT_PRODUCTS_DIR; };
  241. 40899F4D0FFA7271000B29AE /* gtest-tuple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-tuple.h"; sourceTree = "<group>"; };
  242. 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = StaticLibraryTarget.xcconfig; sourceTree = "<group>"; };
  243. 4089A0130FFACEFC000B29AE /* sample1_unittest-framework */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "sample1_unittest-framework"; sourceTree = BUILT_PRODUCTS_DIR; };
  244. 4089A02C0FFACF7F000B29AE /* sample1.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sample1.cc; sourceTree = "<group>"; };
  245. 4089A02D0FFACF7F000B29AE /* sample1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sample1.h; sourceTree = "<group>"; };
  246. 4089A02E0FFACF7F000B29AE /* sample1_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sample1_unittest.cc; sourceTree = "<group>"; };
  247. 40C848FA101A209C0083642A /* libgtest.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgtest.a; sourceTree = BUILT_PRODUCTS_DIR; };
  248. 40C8490B101A217E0083642A /* libgtest_main.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgtest_main.a; sourceTree = BUILT_PRODUCTS_DIR; };
  249. 40C84987101A36850083642A /* gtest_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gtest_unittest; sourceTree = BUILT_PRODUCTS_DIR; };
  250. 40C84997101A36A60083642A /* sample1_unittest-static */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "sample1_unittest-static"; sourceTree = BUILT_PRODUCTS_DIR; };
  251. 40D4CDF10E30E07400294801 /* DebugProject.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugProject.xcconfig; sourceTree = "<group>"; };
  252. 40D4CDF20E30E07400294801 /* FrameworkTarget.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = FrameworkTarget.xcconfig; sourceTree = "<group>"; };
  253. 40D4CDF30E30E07400294801 /* General.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = General.xcconfig; sourceTree = "<group>"; };
  254. 40D4CDF40E30E07400294801 /* ReleaseProject.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ReleaseProject.xcconfig; sourceTree = "<group>"; };
  255. 40D4CF510E30F5E200294801 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  256. 4539C8FF0EC27F6400A70F4C /* gtest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = gtest.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  257. 4539C9330EC280AE00A70F4C /* gtest-param-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-param-test.h"; sourceTree = "<group>"; };
  258. 4539C9350EC280E200A70F4C /* gtest-linked_ptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-linked_ptr.h"; sourceTree = "<group>"; };
  259. 4539C9360EC280E200A70F4C /* gtest-param-util-generated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-param-util-generated.h"; sourceTree = "<group>"; };
  260. 4539C9370EC280E200A70F4C /* gtest-param-util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-param-util.h"; sourceTree = "<group>"; };
  261. 4567C8171264FF71007740BE /* gtest-printers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-printers.h"; sourceTree = "<group>"; };
  262. F67D4F3D1C7F5D8B0017C729 /* gtest-port-arch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-port-arch.h"; sourceTree = "<group>"; };
  263. F67D4F411C7F5DD00017C729 /* gtest-port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-port.h"; sourceTree = "<group>"; };
  264. F67D4F421C7F5DD00017C729 /* gtest-printers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-printers.h"; sourceTree = "<group>"; };
  265. F67D4F431C7F5DD00017C729 /* gtest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtest.h; sourceTree = "<group>"; };
  266. /* End PBXFileReference section */
  267. /* Begin PBXFrameworksBuildPhase section */
  268. 40899F410FFA7184000B29AE /* Frameworks */ = {
  269. isa = PBXFrameworksBuildPhase;
  270. buildActionMask = 2147483647;
  271. files = (
  272. 40C849A4101A37150083642A /* gtest.framework in Frameworks */,
  273. 40C84916101A235B0083642A /* libgtest_main.a in Frameworks */,
  274. );
  275. runOnlyForDeploymentPostprocessing = 0;
  276. };
  277. 4089A0110FFACEFC000B29AE /* Frameworks */ = {
  278. isa = PBXFrameworksBuildPhase;
  279. buildActionMask = 2147483647;
  280. files = (
  281. 40C849A2101A37050083642A /* gtest.framework in Frameworks */,
  282. 40C84921101A23AD0083642A /* libgtest_main.a in Frameworks */,
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. 40C84981101A36850083642A /* Frameworks */ = {
  287. isa = PBXFrameworksBuildPhase;
  288. buildActionMask = 2147483647;
  289. files = (
  290. 40C84982101A36850083642A /* libgtest.a in Frameworks */,
  291. 40C84983101A36850083642A /* libgtest_main.a in Frameworks */,
  292. );
  293. runOnlyForDeploymentPostprocessing = 0;
  294. };
  295. 40C84991101A36A60083642A /* Frameworks */ = {
  296. isa = PBXFrameworksBuildPhase;
  297. buildActionMask = 2147483647;
  298. files = (
  299. 40C84992101A36A60083642A /* libgtest.a in Frameworks */,
  300. 40C84993101A36A60083642A /* libgtest_main.a in Frameworks */,
  301. );
  302. runOnlyForDeploymentPostprocessing = 0;
  303. };
  304. /* End PBXFrameworksBuildPhase section */
  305. /* Begin PBXGroup section */
  306. 034768DDFF38A45A11DB9C8B /* Products */ = {
  307. isa = PBXGroup;
  308. children = (
  309. 4539C8FF0EC27F6400A70F4C /* gtest.framework */,
  310. 40C848FA101A209C0083642A /* libgtest.a */,
  311. 40C8490B101A217E0083642A /* libgtest_main.a */,
  312. 40899F430FFA7184000B29AE /* gtest_unittest-framework */,
  313. 40C84987101A36850083642A /* gtest_unittest */,
  314. 4089A0130FFACEFC000B29AE /* sample1_unittest-framework */,
  315. 40C84997101A36A60083642A /* sample1_unittest-static */,
  316. );
  317. name = Products;
  318. sourceTree = "<group>";
  319. };
  320. 0867D691FE84028FC02AAC07 /* gtest */ = {
  321. isa = PBXGroup;
  322. children = (
  323. 40D4CDF00E30E07400294801 /* Config */,
  324. 08FB77ACFE841707C02AAC07 /* Source */,
  325. 40D4CF4E0E30F5E200294801 /* Resources */,
  326. 403EE37B0E377822004BD1E2 /* Scripts */,
  327. 034768DDFF38A45A11DB9C8B /* Products */,
  328. );
  329. name = gtest;
  330. sourceTree = "<group>";
  331. };
  332. 08FB77ACFE841707C02AAC07 /* Source */ = {
  333. isa = PBXGroup;
  334. children = (
  335. 404884A90E2F7CD900CF7658 /* CHANGES */,
  336. 404884AA0E2F7CD900CF7658 /* CONTRIBUTORS */,
  337. 404884AB0E2F7CD900CF7658 /* LICENSE */,
  338. 404883F60E2F799B00CF7658 /* README.md */,
  339. 404883D90E2F799B00CF7658 /* include */,
  340. 4089A02F0FFACF84000B29AE /* samples */,
  341. 404884070E2F799B00CF7658 /* src */,
  342. 3B238BF00E7FE13B00846E11 /* test */,
  343. );
  344. name = Source;
  345. sourceTree = "<group>";
  346. };
  347. 3B238BF00E7FE13B00846E11 /* test */ = {
  348. isa = PBXGroup;
  349. children = (
  350. 3B238C120E7FE13C00846E11 /* gtest_unittest.cc */,
  351. );
  352. name = test;
  353. path = ../test;
  354. sourceTree = SOURCE_ROOT;
  355. };
  356. 403EE37B0E377822004BD1E2 /* Scripts */ = {
  357. isa = PBXGroup;
  358. children = (
  359. 403EE37C0E377822004BD1E2 /* versiongenerate.py */,
  360. 3B87D2100E96B92E000D1852 /* runtests.sh */,
  361. );
  362. path = Scripts;
  363. sourceTree = "<group>";
  364. };
  365. 404883D90E2F799B00CF7658 /* include */ = {
  366. isa = PBXGroup;
  367. children = (
  368. 404883DA0E2F799B00CF7658 /* gtest */,
  369. );
  370. name = include;
  371. path = ../include;
  372. sourceTree = SOURCE_ROOT;
  373. };
  374. 404883DA0E2F799B00CF7658 /* gtest */ = {
  375. isa = PBXGroup;
  376. children = (
  377. 404883E10E2F799B00CF7658 /* internal */,
  378. 224A12A20E9EADCC00BD17FD /* gtest-test-part.h */,
  379. 404883DB0E2F799B00CF7658 /* gtest-death-test.h */,
  380. 404883DC0E2F799B00CF7658 /* gtest-message.h */,
  381. 4539C9330EC280AE00A70F4C /* gtest-param-test.h */,
  382. 4567C8171264FF71007740BE /* gtest-printers.h */,
  383. 404883DD0E2F799B00CF7658 /* gtest-spi.h */,
  384. 404883DE0E2F799B00CF7658 /* gtest.h */,
  385. 404883DF0E2F799B00CF7658 /* gtest_pred_impl.h */,
  386. 404883E00E2F799B00CF7658 /* gtest_prod.h */,
  387. 3BF6F2A40E79B616000F2EEE /* gtest-typed-test.h */,
  388. );
  389. path = gtest;
  390. sourceTree = "<group>";
  391. };
  392. 404883E10E2F799B00CF7658 /* internal */ = {
  393. isa = PBXGroup;
  394. children = (
  395. F67D4F401C7F5DD00017C729 /* custom */,
  396. 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */,
  397. 404883E30E2F799B00CF7658 /* gtest-filepath.h */,
  398. 404883E40E2F799B00CF7658 /* gtest-internal.h */,
  399. 4539C9350EC280E200A70F4C /* gtest-linked_ptr.h */,
  400. 4539C9360EC280E200A70F4C /* gtest-param-util-generated.h */,
  401. 4539C9370EC280E200A70F4C /* gtest-param-util.h */,
  402. 404883E50E2F799B00CF7658 /* gtest-port.h */,
  403. F67D4F3D1C7F5D8B0017C729 /* gtest-port-arch.h */,
  404. 404883E60E2F799B00CF7658 /* gtest-string.h */,
  405. 40899F4D0FFA7271000B29AE /* gtest-tuple.h */,
  406. 3BF6F29F0E79B5AD000F2EEE /* gtest-type-util.h */,
  407. );
  408. path = internal;
  409. sourceTree = "<group>";
  410. };
  411. 404884070E2F799B00CF7658 /* src */ = {
  412. isa = PBXGroup;
  413. children = (
  414. 224A12A10E9EADA700BD17FD /* gtest-all.cc */,
  415. 4048840D0E2F799B00CF7658 /* gtest_main.cc */,
  416. );
  417. name = src;
  418. path = ../src;
  419. sourceTree = SOURCE_ROOT;
  420. };
  421. 4089A02F0FFACF84000B29AE /* samples */ = {
  422. isa = PBXGroup;
  423. children = (
  424. 4089A02C0FFACF7F000B29AE /* sample1.cc */,
  425. 4089A02D0FFACF7F000B29AE /* sample1.h */,
  426. 4089A02E0FFACF7F000B29AE /* sample1_unittest.cc */,
  427. );
  428. name = samples;
  429. path = ../samples;
  430. sourceTree = SOURCE_ROOT;
  431. };
  432. 40D4CDF00E30E07400294801 /* Config */ = {
  433. isa = PBXGroup;
  434. children = (
  435. 40D4CDF10E30E07400294801 /* DebugProject.xcconfig */,
  436. 40D4CDF20E30E07400294801 /* FrameworkTarget.xcconfig */,
  437. 40D4CDF30E30E07400294801 /* General.xcconfig */,
  438. 40D4CDF40E30E07400294801 /* ReleaseProject.xcconfig */,
  439. 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */,
  440. );
  441. path = Config;
  442. sourceTree = "<group>";
  443. };
  444. 40D4CF4E0E30F5E200294801 /* Resources */ = {
  445. isa = PBXGroup;
  446. children = (
  447. 40D4CF510E30F5E200294801 /* Info.plist */,
  448. );
  449. path = Resources;
  450. sourceTree = "<group>";
  451. };
  452. F67D4F401C7F5DD00017C729 /* custom */ = {
  453. isa = PBXGroup;
  454. children = (
  455. F67D4F411C7F5DD00017C729 /* gtest-port.h */,
  456. F67D4F421C7F5DD00017C729 /* gtest-printers.h */,
  457. F67D4F431C7F5DD00017C729 /* gtest.h */,
  458. );
  459. path = custom;
  460. sourceTree = "<group>";
  461. };
  462. /* End PBXGroup section */
  463. /* Begin PBXHeadersBuildPhase section */
  464. 8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
  465. isa = PBXHeadersBuildPhase;
  466. buildActionMask = 2147483647;
  467. files = (
  468. F67D4F451C7F5DD00017C729 /* gtest-printers.h in Headers */,
  469. 404884380E2F799B00CF7658 /* gtest-death-test.h in Headers */,
  470. 404884390E2F799B00CF7658 /* gtest-message.h in Headers */,
  471. 4539C9340EC280AE00A70F4C /* gtest-param-test.h in Headers */,
  472. F67D4F461C7F5DD00017C729 /* gtest.h in Headers */,
  473. F67D4F441C7F5DD00017C729 /* gtest-port.h in Headers */,
  474. 4567C8181264FF71007740BE /* gtest-printers.h in Headers */,
  475. F67D4F3E1C7F5D8B0017C729 /* gtest-port-arch.h in Headers */,
  476. 3BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */,
  477. 4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */,
  478. 4048843B0E2F799B00CF7658 /* gtest.h in Headers */,
  479. 4048843C0E2F799B00CF7658 /* gtest_pred_impl.h in Headers */,
  480. 4048843D0E2F799B00CF7658 /* gtest_prod.h in Headers */,
  481. 224A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */,
  482. );
  483. runOnlyForDeploymentPostprocessing = 0;
  484. };
  485. /* End PBXHeadersBuildPhase section */
  486. /* Begin PBXNativeTarget section */
  487. 40899F420FFA7184000B29AE /* gtest_unittest-framework */ = {
  488. isa = PBXNativeTarget;
  489. buildConfigurationList = 40899F4A0FFA71BC000B29AE /* Build configuration list for PBXNativeTarget "gtest_unittest-framework" */;
  490. buildPhases = (
  491. 40899F400FFA7184000B29AE /* Sources */,
  492. 40899F410FFA7184000B29AE /* Frameworks */,
  493. );
  494. buildRules = (
  495. );
  496. dependencies = (
  497. 40C849A0101A36F10083642A /* PBXTargetDependency */,
  498. );
  499. name = "gtest_unittest-framework";
  500. productName = gtest_unittest;
  501. productReference = 40899F430FFA7184000B29AE /* gtest_unittest-framework */;
  502. productType = "com.apple.product-type.tool";
  503. };
  504. 4089A0120FFACEFC000B29AE /* sample1_unittest-framework */ = {
  505. isa = PBXNativeTarget;
  506. buildConfigurationList = 4089A0240FFACF01000B29AE /* Build configuration list for PBXNativeTarget "sample1_unittest-framework" */;
  507. buildPhases = (
  508. 4089A0100FFACEFC000B29AE /* Sources */,
  509. 4089A0110FFACEFC000B29AE /* Frameworks */,
  510. );
  511. buildRules = (
  512. );
  513. dependencies = (
  514. 40C8499E101A36E50083642A /* PBXTargetDependency */,
  515. );
  516. name = "sample1_unittest-framework";
  517. productName = sample1_unittest;
  518. productReference = 4089A0130FFACEFC000B29AE /* sample1_unittest-framework */;
  519. productType = "com.apple.product-type.tool";
  520. };
  521. 40C848F9101A209C0083642A /* gtest-static */ = {
  522. isa = PBXNativeTarget;
  523. buildConfigurationList = 40C84902101A212E0083642A /* Build configuration list for PBXNativeTarget "gtest-static" */;
  524. buildPhases = (
  525. 40C848F7101A209C0083642A /* Sources */,
  526. );
  527. buildRules = (
  528. );
  529. dependencies = (
  530. );
  531. name = "gtest-static";
  532. productName = "gtest-static";
  533. productReference = 40C848FA101A209C0083642A /* libgtest.a */;
  534. productType = "com.apple.product-type.library.static";
  535. };
  536. 40C8490A101A217E0083642A /* gtest_main-static */ = {
  537. isa = PBXNativeTarget;
  538. buildConfigurationList = 40C84912101A21D20083642A /* Build configuration list for PBXNativeTarget "gtest_main-static" */;
  539. buildPhases = (
  540. 40C84908101A217E0083642A /* Sources */,
  541. );
  542. buildRules = (
  543. );
  544. dependencies = (
  545. );
  546. name = "gtest_main-static";
  547. productName = "gtest_main-static";
  548. productReference = 40C8490B101A217E0083642A /* libgtest_main.a */;
  549. productType = "com.apple.product-type.library.static";
  550. };
  551. 40C8497A101A36850083642A /* gtest_unittest-static */ = {
  552. isa = PBXNativeTarget;
  553. buildConfigurationList = 40C84984101A36850083642A /* Build configuration list for PBXNativeTarget "gtest_unittest-static" */;
  554. buildPhases = (
  555. 40C8497F101A36850083642A /* Sources */,
  556. 40C84981101A36850083642A /* Frameworks */,
  557. );
  558. buildRules = (
  559. );
  560. dependencies = (
  561. 40C8497B101A36850083642A /* PBXTargetDependency */,
  562. 40C8497D101A36850083642A /* PBXTargetDependency */,
  563. );
  564. name = "gtest_unittest-static";
  565. productName = gtest_unittest;
  566. productReference = 40C84987101A36850083642A /* gtest_unittest */;
  567. productType = "com.apple.product-type.tool";
  568. };
  569. 40C84989101A36A60083642A /* sample1_unittest-static */ = {
  570. isa = PBXNativeTarget;
  571. buildConfigurationList = 40C84994101A36A60083642A /* Build configuration list for PBXNativeTarget "sample1_unittest-static" */;
  572. buildPhases = (
  573. 40C8498E101A36A60083642A /* Sources */,
  574. 40C84991101A36A60083642A /* Frameworks */,
  575. );
  576. buildRules = (
  577. );
  578. dependencies = (
  579. 40C8498A101A36A60083642A /* PBXTargetDependency */,
  580. 40C8498C101A36A60083642A /* PBXTargetDependency */,
  581. );
  582. name = "sample1_unittest-static";
  583. productName = sample1_unittest;
  584. productReference = 40C84997101A36A60083642A /* sample1_unittest-static */;
  585. productType = "com.apple.product-type.tool";
  586. };
  587. 8D07F2BC0486CC7A007CD1D0 /* gtest-framework */ = {
  588. isa = PBXNativeTarget;
  589. buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "gtest-framework" */;
  590. buildPhases = (
  591. 8D07F2C10486CC7A007CD1D0 /* Sources */,
  592. 8D07F2BD0486CC7A007CD1D0 /* Headers */,
  593. 404884A50E2F7C0400CF7658 /* Copy Headers Internal */,
  594. F67D4F471C7F5DF60017C729 /* Copy Headers Internal Custom */,
  595. 8D07F2BF0486CC7A007CD1D0 /* Resources */,
  596. );
  597. buildRules = (
  598. );
  599. dependencies = (
  600. 40C44AE60E379922008FCC51 /* PBXTargetDependency */,
  601. 408BEC101046CFE900DEF522 /* PBXTargetDependency */,
  602. 40C8499C101A36DC0083642A /* PBXTargetDependency */,
  603. );
  604. name = "gtest-framework";
  605. productInstallPath = "$(HOME)/Library/Frameworks";
  606. productName = gtest;
  607. productReference = 4539C8FF0EC27F6400A70F4C /* gtest.framework */;
  608. productType = "com.apple.product-type.framework";
  609. };
  610. /* End PBXNativeTarget section */
  611. /* Begin PBXProject section */
  612. 0867D690FE84028FC02AAC07 /* Project object */ = {
  613. isa = PBXProject;
  614. attributes = {
  615. LastUpgradeCheck = 0460;
  616. };
  617. buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "gtest" */;
  618. compatibilityVersion = "Xcode 3.2";
  619. developmentRegion = English;
  620. hasScannedForEncodings = 1;
  621. knownRegions = (
  622. English,
  623. Japanese,
  624. French,
  625. German,
  626. en,
  627. );
  628. mainGroup = 0867D691FE84028FC02AAC07 /* gtest */;
  629. productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
  630. projectDirPath = "";
  631. projectRoot = "";
  632. targets = (
  633. 8D07F2BC0486CC7A007CD1D0 /* gtest-framework */,
  634. 40C848F9101A209C0083642A /* gtest-static */,
  635. 40C8490A101A217E0083642A /* gtest_main-static */,
  636. 40899F420FFA7184000B29AE /* gtest_unittest-framework */,
  637. 40C8497A101A36850083642A /* gtest_unittest-static */,
  638. 4089A0120FFACEFC000B29AE /* sample1_unittest-framework */,
  639. 40C84989101A36A60083642A /* sample1_unittest-static */,
  640. 3B238F5F0E828B5400846E11 /* Check */,
  641. 40C44ADC0E3798F4008FCC51 /* Version Info */,
  642. );
  643. };
  644. /* End PBXProject section */
  645. /* Begin PBXResourcesBuildPhase section */
  646. 8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
  647. isa = PBXResourcesBuildPhase;
  648. buildActionMask = 2147483647;
  649. files = (
  650. 404884500E2F799B00CF7658 /* README.md in Resources */,
  651. 404884AC0E2F7CD900CF7658 /* CHANGES in Resources */,
  652. 404884AD0E2F7CD900CF7658 /* CONTRIBUTORS in Resources */,
  653. 404884AE0E2F7CD900CF7658 /* LICENSE in Resources */,
  654. 40C84978101A36540083642A /* libgtest_main.a in Resources */,
  655. );
  656. runOnlyForDeploymentPostprocessing = 0;
  657. };
  658. /* End PBXResourcesBuildPhase section */
  659. /* Begin PBXShellScriptBuildPhase section */
  660. 3B238F5E0E828B5400846E11 /* ShellScript */ = {
  661. isa = PBXShellScriptBuildPhase;
  662. buildActionMask = 2147483647;
  663. files = (
  664. );
  665. inputPaths = (
  666. );
  667. outputPaths = (
  668. );
  669. runOnlyForDeploymentPostprocessing = 0;
  670. shellPath = /bin/sh;
  671. shellScript = "# Remember, this \"Run Script\" build phase will be executed from $SRCROOT\n/bin/bash Scripts/runtests.sh";
  672. };
  673. 40C44ADB0E3798F4008FCC51 /* Generate Version.h */ = {
  674. isa = PBXShellScriptBuildPhase;
  675. buildActionMask = 2147483647;
  676. files = (
  677. );
  678. inputPaths = (
  679. "$(SRCROOT)/Scripts/versiongenerate.py",
  680. "$(SRCROOT)/../configure.ac",
  681. );
  682. name = "Generate Version.h";
  683. outputPaths = (
  684. "$(PROJECT_TEMP_DIR)/Version.h",
  685. );
  686. runOnlyForDeploymentPostprocessing = 0;
  687. shellPath = /bin/sh;
  688. shellScript = "# Remember, this \"Run Script\" build phase will be executed from $SRCROOT\n/usr/bin/python Scripts/versiongenerate.py ../ $PROJECT_TEMP_DIR";
  689. };
  690. /* End PBXShellScriptBuildPhase section */
  691. /* Begin PBXSourcesBuildPhase section */
  692. 40899F400FFA7184000B29AE /* Sources */ = {
  693. isa = PBXSourcesBuildPhase;
  694. buildActionMask = 2147483647;
  695. files = (
  696. 40899F530FFA72A0000B29AE /* gtest_unittest.cc in Sources */,
  697. );
  698. runOnlyForDeploymentPostprocessing = 0;
  699. };
  700. 4089A0100FFACEFC000B29AE /* Sources */ = {
  701. isa = PBXSourcesBuildPhase;
  702. buildActionMask = 2147483647;
  703. files = (
  704. 4089A0440FFAD1BE000B29AE /* sample1.cc in Sources */,
  705. 4089A0460FFAD1BE000B29AE /* sample1_unittest.cc in Sources */,
  706. );
  707. runOnlyForDeploymentPostprocessing = 0;
  708. };
  709. 40C848F7101A209C0083642A /* Sources */ = {
  710. isa = PBXSourcesBuildPhase;
  711. buildActionMask = 2147483647;
  712. files = (
  713. 40C848FF101A21150083642A /* gtest-all.cc in Sources */,
  714. );
  715. runOnlyForDeploymentPostprocessing = 0;
  716. };
  717. 40C84908101A217E0083642A /* Sources */ = {
  718. isa = PBXSourcesBuildPhase;
  719. buildActionMask = 2147483647;
  720. files = (
  721. 40C84915101A21DF0083642A /* gtest_main.cc in Sources */,
  722. );
  723. runOnlyForDeploymentPostprocessing = 0;
  724. };
  725. 40C8497F101A36850083642A /* Sources */ = {
  726. isa = PBXSourcesBuildPhase;
  727. buildActionMask = 2147483647;
  728. files = (
  729. 40C84980101A36850083642A /* gtest_unittest.cc in Sources */,
  730. );
  731. runOnlyForDeploymentPostprocessing = 0;
  732. };
  733. 40C8498E101A36A60083642A /* Sources */ = {
  734. isa = PBXSourcesBuildPhase;
  735. buildActionMask = 2147483647;
  736. files = (
  737. 40C8498F101A36A60083642A /* sample1.cc in Sources */,
  738. 40C84990101A36A60083642A /* sample1_unittest.cc in Sources */,
  739. );
  740. runOnlyForDeploymentPostprocessing = 0;
  741. };
  742. 8D07F2C10486CC7A007CD1D0 /* Sources */ = {
  743. isa = PBXSourcesBuildPhase;
  744. buildActionMask = 2147483647;
  745. files = (
  746. 40899F3A0FFA70D4000B29AE /* gtest-all.cc in Sources */,
  747. );
  748. runOnlyForDeploymentPostprocessing = 0;
  749. };
  750. /* End PBXSourcesBuildPhase section */
  751. /* Begin PBXTargetDependency section */
  752. 40899F9D0FFA740F000B29AE /* PBXTargetDependency */ = {
  753. isa = PBXTargetDependency;
  754. target = 40899F420FFA7184000B29AE /* gtest_unittest-framework */;
  755. targetProxy = 40899F9C0FFA740F000B29AE /* PBXContainerItemProxy */;
  756. };
  757. 4089A0980FFAD34A000B29AE /* PBXTargetDependency */ = {
  758. isa = PBXTargetDependency;
  759. target = 4089A0120FFACEFC000B29AE /* sample1_unittest-framework */;
  760. targetProxy = 4089A0970FFAD34A000B29AE /* PBXContainerItemProxy */;
  761. };
  762. 408BEC101046CFE900DEF522 /* PBXTargetDependency */ = {
  763. isa = PBXTargetDependency;
  764. target = 40C848F9101A209C0083642A /* gtest-static */;
  765. targetProxy = 408BEC0F1046CFE900DEF522 /* PBXContainerItemProxy */;
  766. };
  767. 40C44AE60E379922008FCC51 /* PBXTargetDependency */ = {
  768. isa = PBXTargetDependency;
  769. target = 40C44ADC0E3798F4008FCC51 /* Version Info */;
  770. targetProxy = 40C44AE50E379922008FCC51 /* PBXContainerItemProxy */;
  771. };
  772. 40C8497B101A36850083642A /* PBXTargetDependency */ = {
  773. isa = PBXTargetDependency;
  774. target = 40C848F9101A209C0083642A /* gtest-static */;
  775. targetProxy = 40C8497C101A36850083642A /* PBXContainerItemProxy */;
  776. };
  777. 40C8497D101A36850083642A /* PBXTargetDependency */ = {
  778. isa = PBXTargetDependency;
  779. target = 40C8490A101A217E0083642A /* gtest_main-static */;
  780. targetProxy = 40C8497E101A36850083642A /* PBXContainerItemProxy */;
  781. };
  782. 40C8498A101A36A60083642A /* PBXTargetDependency */ = {
  783. isa = PBXTargetDependency;
  784. target = 40C848F9101A209C0083642A /* gtest-static */;
  785. targetProxy = 40C8498B101A36A60083642A /* PBXContainerItemProxy */;
  786. };
  787. 40C8498C101A36A60083642A /* PBXTargetDependency */ = {
  788. isa = PBXTargetDependency;
  789. target = 40C8490A101A217E0083642A /* gtest_main-static */;
  790. targetProxy = 40C8498D101A36A60083642A /* PBXContainerItemProxy */;
  791. };
  792. 40C8499C101A36DC0083642A /* PBXTargetDependency */ = {
  793. isa = PBXTargetDependency;
  794. target = 40C8490A101A217E0083642A /* gtest_main-static */;
  795. targetProxy = 40C8499B101A36DC0083642A /* PBXContainerItemProxy */;
  796. };
  797. 40C8499E101A36E50083642A /* PBXTargetDependency */ = {
  798. isa = PBXTargetDependency;
  799. target = 8D07F2BC0486CC7A007CD1D0 /* gtest-framework */;
  800. targetProxy = 40C8499D101A36E50083642A /* PBXContainerItemProxy */;
  801. };
  802. 40C849A0101A36F10083642A /* PBXTargetDependency */ = {
  803. isa = PBXTargetDependency;
  804. target = 8D07F2BC0486CC7A007CD1D0 /* gtest-framework */;
  805. targetProxy = 40C8499F101A36F10083642A /* PBXContainerItemProxy */;
  806. };
  807. 40C849F7101A43440083642A /* PBXTargetDependency */ = {
  808. isa = PBXTargetDependency;
  809. target = 40C8497A101A36850083642A /* gtest_unittest-static */;
  810. targetProxy = 40C849F6101A43440083642A /* PBXContainerItemProxy */;
  811. };
  812. 40C849F9101A43490083642A /* PBXTargetDependency */ = {
  813. isa = PBXTargetDependency;
  814. target = 40C84989101A36A60083642A /* sample1_unittest-static */;
  815. targetProxy = 40C849F8101A43490083642A /* PBXContainerItemProxy */;
  816. };
  817. /* End PBXTargetDependency section */
  818. /* Begin XCBuildConfiguration section */
  819. 3B238F600E828B5400846E11 /* Debug */ = {
  820. isa = XCBuildConfiguration;
  821. buildSettings = {
  822. COMBINE_HIDPI_IMAGES = YES;
  823. COPY_PHASE_STRIP = NO;
  824. GCC_DYNAMIC_NO_PIC = NO;
  825. GCC_OPTIMIZATION_LEVEL = 0;
  826. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  827. PRODUCT_NAME = Check;
  828. SDKROOT = macosx;
  829. };
  830. name = Debug;
  831. };
  832. 3B238F610E828B5400846E11 /* Release */ = {
  833. isa = XCBuildConfiguration;
  834. buildSettings = {
  835. COMBINE_HIDPI_IMAGES = YES;
  836. COPY_PHASE_STRIP = YES;
  837. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  838. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  839. PRODUCT_NAME = Check;
  840. SDKROOT = macosx;
  841. ZERO_LINK = NO;
  842. };
  843. name = Release;
  844. };
  845. 40899F450FFA7185000B29AE /* Debug */ = {
  846. isa = XCBuildConfiguration;
  847. buildSettings = {
  848. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  849. HEADER_SEARCH_PATHS = ../;
  850. PRODUCT_NAME = "gtest_unittest-framework";
  851. SDKROOT = macosx;
  852. };
  853. name = Debug;
  854. };
  855. 40899F460FFA7185000B29AE /* Release */ = {
  856. isa = XCBuildConfiguration;
  857. buildSettings = {
  858. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  859. HEADER_SEARCH_PATHS = ../;
  860. PRODUCT_NAME = "gtest_unittest-framework";
  861. SDKROOT = macosx;
  862. };
  863. name = Release;
  864. };
  865. 4089A0150FFACEFD000B29AE /* Debug */ = {
  866. isa = XCBuildConfiguration;
  867. buildSettings = {
  868. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  869. PRODUCT_NAME = "sample1_unittest-framework";
  870. SDKROOT = macosx;
  871. };
  872. name = Debug;
  873. };
  874. 4089A0160FFACEFD000B29AE /* Release */ = {
  875. isa = XCBuildConfiguration;
  876. buildSettings = {
  877. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  878. PRODUCT_NAME = "sample1_unittest-framework";
  879. SDKROOT = macosx;
  880. };
  881. name = Release;
  882. };
  883. 40C44ADF0E3798F4008FCC51 /* Debug */ = {
  884. isa = XCBuildConfiguration;
  885. buildSettings = {
  886. COMBINE_HIDPI_IMAGES = YES;
  887. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  888. MACOSX_DEPLOYMENT_TARGET = 10.7;
  889. PRODUCT_NAME = gtest;
  890. SDKROOT = macosx;
  891. TARGET_NAME = gtest;
  892. };
  893. name = Debug;
  894. };
  895. 40C44AE00E3798F4008FCC51 /* Release */ = {
  896. isa = XCBuildConfiguration;
  897. buildSettings = {
  898. COMBINE_HIDPI_IMAGES = YES;
  899. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  900. MACOSX_DEPLOYMENT_TARGET = 10.7;
  901. PRODUCT_NAME = gtest;
  902. SDKROOT = macosx;
  903. TARGET_NAME = gtest;
  904. };
  905. name = Release;
  906. };
  907. 40C848FB101A209D0083642A /* Debug */ = {
  908. isa = XCBuildConfiguration;
  909. baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */;
  910. buildSettings = {
  911. COMBINE_HIDPI_IMAGES = YES;
  912. GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
  913. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  914. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  915. HEADER_SEARCH_PATHS = (
  916. ../,
  917. ../include/,
  918. );
  919. PRODUCT_NAME = gtest;
  920. SDKROOT = macosx;
  921. };
  922. name = Debug;
  923. };
  924. 40C848FC101A209D0083642A /* Release */ = {
  925. isa = XCBuildConfiguration;
  926. baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */;
  927. buildSettings = {
  928. COMBINE_HIDPI_IMAGES = YES;
  929. GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
  930. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  931. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  932. HEADER_SEARCH_PATHS = (
  933. ../,
  934. ../include/,
  935. );
  936. PRODUCT_NAME = gtest;
  937. SDKROOT = macosx;
  938. };
  939. name = Release;
  940. };
  941. 40C8490E101A217F0083642A /* Debug */ = {
  942. isa = XCBuildConfiguration;
  943. baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */;
  944. buildSettings = {
  945. COMBINE_HIDPI_IMAGES = YES;
  946. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  947. HEADER_SEARCH_PATHS = (
  948. ../,
  949. ../include/,
  950. );
  951. PRODUCT_NAME = gtest_main;
  952. SDKROOT = macosx;
  953. };
  954. name = Debug;
  955. };
  956. 40C8490F101A217F0083642A /* Release */ = {
  957. isa = XCBuildConfiguration;
  958. baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */;
  959. buildSettings = {
  960. COMBINE_HIDPI_IMAGES = YES;
  961. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  962. HEADER_SEARCH_PATHS = (
  963. ../,
  964. ../include/,
  965. );
  966. PRODUCT_NAME = gtest_main;
  967. SDKROOT = macosx;
  968. };
  969. name = Release;
  970. };
  971. 40C84985101A36850083642A /* Debug */ = {
  972. isa = XCBuildConfiguration;
  973. buildSettings = {
  974. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  975. HEADER_SEARCH_PATHS = ../;
  976. PRODUCT_NAME = gtest_unittest;
  977. SDKROOT = macosx;
  978. };
  979. name = Debug;
  980. };
  981. 40C84986101A36850083642A /* Release */ = {
  982. isa = XCBuildConfiguration;
  983. buildSettings = {
  984. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  985. HEADER_SEARCH_PATHS = ../;
  986. PRODUCT_NAME = gtest_unittest;
  987. SDKROOT = macosx;
  988. };
  989. name = Release;
  990. };
  991. 40C84995101A36A60083642A /* Debug */ = {
  992. isa = XCBuildConfiguration;
  993. buildSettings = {
  994. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  995. PRODUCT_NAME = "sample1_unittest-static";
  996. SDKROOT = macosx;
  997. };
  998. name = Debug;
  999. };
  1000. 40C84996101A36A60083642A /* Release */ = {
  1001. isa = XCBuildConfiguration;
  1002. buildSettings = {
  1003. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1004. PRODUCT_NAME = "sample1_unittest-static";
  1005. SDKROOT = macosx;
  1006. };
  1007. name = Release;
  1008. };
  1009. 4FADC24308B4156D00ABE55E /* Debug */ = {
  1010. isa = XCBuildConfiguration;
  1011. baseConfigurationReference = 40D4CDF20E30E07400294801 /* FrameworkTarget.xcconfig */;
  1012. buildSettings = {
  1013. COMBINE_HIDPI_IMAGES = YES;
  1014. DYLIB_COMPATIBILITY_VERSION = 1;
  1015. DYLIB_CURRENT_VERSION = 1;
  1016. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1017. HEADER_SEARCH_PATHS = (
  1018. ../,
  1019. ../include/,
  1020. );
  1021. INFOPLIST_FILE = Resources/Info.plist;
  1022. INFOPLIST_PREFIX_HEADER = "$(PROJECT_TEMP_DIR)/Version.h";
  1023. INFOPLIST_PREPROCESS = YES;
  1024. PRODUCT_NAME = gtest;
  1025. SDKROOT = macosx;
  1026. VERSIONING_SYSTEM = "apple-generic";
  1027. };
  1028. name = Debug;
  1029. };
  1030. 4FADC24408B4156D00ABE55E /* Release */ = {
  1031. isa = XCBuildConfiguration;
  1032. baseConfigurationReference = 40D4CDF20E30E07400294801 /* FrameworkTarget.xcconfig */;
  1033. buildSettings = {
  1034. COMBINE_HIDPI_IMAGES = YES;
  1035. DYLIB_COMPATIBILITY_VERSION = 1;
  1036. DYLIB_CURRENT_VERSION = 1;
  1037. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1038. HEADER_SEARCH_PATHS = (
  1039. ../,
  1040. ../include/,
  1041. );
  1042. INFOPLIST_FILE = Resources/Info.plist;
  1043. INFOPLIST_PREFIX_HEADER = "$(PROJECT_TEMP_DIR)/Version.h";
  1044. INFOPLIST_PREPROCESS = YES;
  1045. PRODUCT_NAME = gtest;
  1046. SDKROOT = macosx;
  1047. VERSIONING_SYSTEM = "apple-generic";
  1048. };
  1049. name = Release;
  1050. };
  1051. 4FADC24708B4156D00ABE55E /* Debug */ = {
  1052. isa = XCBuildConfiguration;
  1053. baseConfigurationReference = 40D4CDF10E30E07400294801 /* DebugProject.xcconfig */;
  1054. buildSettings = {
  1055. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1056. CLANG_CXX_LIBRARY = "libc++";
  1057. MACOSX_DEPLOYMENT_TARGET = 10.7;
  1058. };
  1059. name = Debug;
  1060. };
  1061. 4FADC24808B4156D00ABE55E /* Release */ = {
  1062. isa = XCBuildConfiguration;
  1063. baseConfigurationReference = 40D4CDF40E30E07400294801 /* ReleaseProject.xcconfig */;
  1064. buildSettings = {
  1065. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1066. CLANG_CXX_LIBRARY = "libc++";
  1067. MACOSX_DEPLOYMENT_TARGET = 10.7;
  1068. };
  1069. name = Release;
  1070. };
  1071. /* End XCBuildConfiguration section */
  1072. /* Begin XCConfigurationList section */
  1073. 3B238FA30E828BB600846E11 /* Build configuration list for PBXAggregateTarget "Check" */ = {
  1074. isa = XCConfigurationList;
  1075. buildConfigurations = (
  1076. 3B238F600E828B5400846E11 /* Debug */,
  1077. 3B238F610E828B5400846E11 /* Release */,
  1078. );
  1079. defaultConfigurationIsVisible = 0;
  1080. defaultConfigurationName = Release;
  1081. };
  1082. 40899F4A0FFA71BC000B29AE /* Build configuration list for PBXNativeTarget "gtest_unittest-framework" */ = {
  1083. isa = XCConfigurationList;
  1084. buildConfigurations = (
  1085. 40899F450FFA7185000B29AE /* Debug */,
  1086. 40899F460FFA7185000B29AE /* Release */,
  1087. );
  1088. defaultConfigurationIsVisible = 0;
  1089. defaultConfigurationName = Release;
  1090. };
  1091. 4089A0240FFACF01000B29AE /* Build configuration list for PBXNativeTarget "sample1_unittest-framework" */ = {
  1092. isa = XCConfigurationList;
  1093. buildConfigurations = (
  1094. 4089A0150FFACEFD000B29AE /* Debug */,
  1095. 4089A0160FFACEFD000B29AE /* Release */,
  1096. );
  1097. defaultConfigurationIsVisible = 0;
  1098. defaultConfigurationName = Release;
  1099. };
  1100. 40C44AE40E379905008FCC51 /* Build configuration list for PBXAggregateTarget "Version Info" */ = {
  1101. isa = XCConfigurationList;
  1102. buildConfigurations = (
  1103. 40C44ADF0E3798F4008FCC51 /* Debug */,
  1104. 40C44AE00E3798F4008FCC51 /* Release */,
  1105. );
  1106. defaultConfigurationIsVisible = 0;
  1107. defaultConfigurationName = Release;
  1108. };
  1109. 40C84902101A212E0083642A /* Build configuration list for PBXNativeTarget "gtest-static" */ = {
  1110. isa = XCConfigurationList;
  1111. buildConfigurations = (
  1112. 40C848FB101A209D0083642A /* Debug */,
  1113. 40C848FC101A209D0083642A /* Release */,
  1114. );
  1115. defaultConfigurationIsVisible = 0;
  1116. defaultConfigurationName = Release;
  1117. };
  1118. 40C84912101A21D20083642A /* Build configuration list for PBXNativeTarget "gtest_main-static" */ = {
  1119. isa = XCConfigurationList;
  1120. buildConfigurations = (
  1121. 40C8490E101A217F0083642A /* Debug */,
  1122. 40C8490F101A217F0083642A /* Release */,
  1123. );
  1124. defaultConfigurationIsVisible = 0;
  1125. defaultConfigurationName = Release;
  1126. };
  1127. 40C84984101A36850083642A /* Build configuration list for PBXNativeTarget "gtest_unittest-static" */ = {
  1128. isa = XCConfigurationList;
  1129. buildConfigurations = (
  1130. 40C84985101A36850083642A /* Debug */,
  1131. 40C84986101A36850083642A /* Release */,
  1132. );
  1133. defaultConfigurationIsVisible = 0;
  1134. defaultConfigurationName = Release;
  1135. };
  1136. 40C84994101A36A60083642A /* Build configuration list for PBXNativeTarget "sample1_unittest-static" */ = {
  1137. isa = XCConfigurationList;
  1138. buildConfigurations = (
  1139. 40C84995101A36A60083642A /* Debug */,
  1140. 40C84996101A36A60083642A /* Release */,
  1141. );
  1142. defaultConfigurationIsVisible = 0;
  1143. defaultConfigurationName = Release;
  1144. };
  1145. 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "gtest-framework" */ = {
  1146. isa = XCConfigurationList;
  1147. buildConfigurations = (
  1148. 4FADC24308B4156D00ABE55E /* Debug */,
  1149. 4FADC24408B4156D00ABE55E /* Release */,
  1150. );
  1151. defaultConfigurationIsVisible = 0;
  1152. defaultConfigurationName = Release;
  1153. };
  1154. 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "gtest" */ = {
  1155. isa = XCConfigurationList;
  1156. buildConfigurations = (
  1157. 4FADC24708B4156D00ABE55E /* Debug */,
  1158. 4FADC24808B4156D00ABE55E /* Release */,
  1159. );
  1160. defaultConfigurationIsVisible = 0;
  1161. defaultConfigurationName = Release;
  1162. };
  1163. /* End XCConfigurationList section */
  1164. };
  1165. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  1166. }