project.pbxproj 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 371FA1C221A8C00000EF8CB6 /* aria.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB5211AD9EB00297EE2 /* aria.c */; };
  10. 371FA1C321A8C00000EF8CB6 /* chacha20.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB7211AD9EB00297EE2 /* chacha20.c */; };
  11. 371FA1C421A8C00000EF8CB6 /* chachapoly.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB4211AD9EA00297EE2 /* chachapoly.c */; };
  12. 371FA1C521A8C00000EF8CB6 /* hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB8211AD9EB00297EE2 /* hkdf.c */; };
  13. 371FA1C621A8C00000EF8CB6 /* nist_kw.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB9211AD9EB00297EE2 /* nist_kw.c */; };
  14. 371FA1C721A8C00000EF8CB6 /* platform_util.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DBA211AD9EB00297EE2 /* platform_util.c */; };
  15. 371FA1C821A8C00000EF8CB6 /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB6211AD9EB00297EE2 /* poly1305.c */; };
  16. 371FA1C921A8C00000EF8CB6 /* rsa_internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DBB211AD9EB00297EE2 /* rsa_internal.c */; };
  17. 371FA1CA21A8C00000EF8CB6 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3D1FEC87DB00F10018 /* aes.c */; };
  18. 371FA1CB21A8C00000EF8CB6 /* aesni.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C051FEC87D200F10018 /* aesni.c */; };
  19. 371FA1CC21A8C00000EF8CB6 /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C241FEC87D700F10018 /* arc4.c */; };
  20. 371FA1CD21A8C00000EF8CB6 /* asn1parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C041FEC87D200F10018 /* asn1parse.c */; };
  21. 371FA1CE21A8C00000EF8CB6 /* asn1write.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C231FEC87D700F10018 /* asn1write.c */; };
  22. 371FA1CF21A8C00000EF8CB6 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0B1FEC87D300F10018 /* base64.c */; };
  23. 371FA1D021A8C00000EF8CB6 /* bignum.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70BFD1FEC87D200F10018 /* bignum.c */; };
  24. 371FA1D121A8C00000EF8CB6 /* blowfish.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C101FEC87D300F10018 /* blowfish.c */; };
  25. 371FA1D221A8C00000EF8CB6 /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2E1FEC87D900F10018 /* camellia.c */; };
  26. 371FA1D321A8C00000EF8CB6 /* ccm.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C021FEC87D200F10018 /* ccm.c */; };
  27. 371FA1D421A8C00000EF8CB6 /* certs.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2B1FEC87D800F10018 /* certs.c */; };
  28. 371FA1D521A8C00000EF8CB6 /* cipher_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C131FEC87D400F10018 /* cipher_wrap.c */; };
  29. 371FA1D621A8C00000EF8CB6 /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C291FEC87D800F10018 /* cipher.c */; };
  30. 371FA1D721A8C00000EF8CB6 /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C311FEC87D900F10018 /* cmac.c */; };
  31. 371FA1D821A8C00000EF8CB6 /* ctr_drbg.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1F1FEC87D600F10018 /* ctr_drbg.c */; };
  32. 371FA1D921A8C00000EF8CB6 /* debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C361FEC87DA00F10018 /* debug.c */; };
  33. 371FA1DA21A8C00000EF8CB6 /* des.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1D1FEC87D500F10018 /* des.c */; };
  34. 371FA1DB21A8C00000EF8CB6 /* dhm.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2A1FEC87D800F10018 /* dhm.c */; };
  35. 371FA1DC21A8C00000EF8CB6 /* ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70BFF1FEC87D200F10018 /* ecdh.c */; };
  36. 371FA1DD21A8C00000EF8CB6 /* ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C181FEC87D400F10018 /* ecdsa.c */; };
  37. 371FA1DE21A8C00000EF8CB6 /* ecjpake.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2C1FEC87D800F10018 /* ecjpake.c */; };
  38. 371FA1DF21A8C00000EF8CB6 /* ecp_curves.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0E1FEC87D300F10018 /* ecp_curves.c */; };
  39. 371FA1E021A8C00000EF8CB6 /* ecp.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1A1FEC87D500F10018 /* ecp.c */; };
  40. 371FA1E121A8C00000EF8CB6 /* entropy_poll.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C141FEC87D400F10018 /* entropy_poll.c */; };
  41. 371FA1E221A8C00000EF8CB6 /* entropy.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C431FEC87DC00F10018 /* entropy.c */; };
  42. 371FA1E321A8C00000EF8CB6 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C401FEC87DB00F10018 /* error.c */; };
  43. 371FA1E421A8C00000EF8CB6 /* gcm.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C011FEC87D200F10018 /* gcm.c */; };
  44. 371FA1E521A8C00000EF8CB6 /* havege.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1B1FEC87D500F10018 /* havege.c */; };
  45. 371FA1E621A8C00000EF8CB6 /* hmac_drbg.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C351FEC87DA00F10018 /* hmac_drbg.c */; };
  46. 371FA1E721A8C00000EF8CB6 /* md_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C331FEC87D900F10018 /* md_wrap.c */; };
  47. 371FA1E821A8C00000EF8CB6 /* md.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3E1FEC87DB00F10018 /* md.c */; };
  48. 371FA1E921A8C00000EF8CB6 /* md2.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C411FEC87DB00F10018 /* md2.c */; };
  49. 371FA1EA21A8C00000EF8CB6 /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2F1FEC87D900F10018 /* md4.c */; };
  50. 371FA1EB21A8C00000EF8CB6 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C211FEC87D600F10018 /* md5.c */; };
  51. 371FA1EC21A8C00000EF8CB6 /* memory_buffer_alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C071FEC87D200F10018 /* memory_buffer_alloc.c */; };
  52. 371FA1ED21A8C00000EF8CB6 /* net_sockets.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C191FEC87D400F10018 /* net_sockets.c */; };
  53. 371FA1EE21A8C00000EF8CB6 /* oid.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0A1FEC87D300F10018 /* oid.c */; };
  54. 371FA1EF21A8C00000EF8CB6 /* padlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C151FEC87D400F10018 /* padlock.c */; };
  55. 371FA1F021A8C00000EF8CB6 /* pem.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3F1FEC87DB00F10018 /* pem.c */; };
  56. 371FA1F121A8C00000EF8CB6 /* pk_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3C1FEC87DB00F10018 /* pk_wrap.c */; };
  57. 371FA1F221A8C00000EF8CB6 /* pk.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2D1FEC87D800F10018 /* pk.c */; };
  58. 371FA1F321A8C00000EF8CB6 /* pkcs5.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C081FEC87D300F10018 /* pkcs5.c */; };
  59. 371FA1F421A8C00000EF8CB6 /* pkcs11.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70BFE1FEC87D200F10018 /* pkcs11.c */; };
  60. 371FA1F521A8C00000EF8CB6 /* pkcs12.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C111FEC87D300F10018 /* pkcs12.c */; };
  61. 371FA1F621A8C00000EF8CB6 /* pkparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1C1FEC87D500F10018 /* pkparse.c */; };
  62. 371FA1F721A8C00000EF8CB6 /* pkwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0D1FEC87D300F10018 /* pkwrite.c */; };
  63. 371FA1F821A8C00000EF8CB6 /* platform.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3A1FEC87DA00F10018 /* platform.c */; };
  64. 371FA1F921A8C00000EF8CB6 /* ripemd160.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0C1FEC87D300F10018 /* ripemd160.c */; };
  65. 371FA1FA21A8C00000EF8CB6 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C341FEC87D900F10018 /* rsa.c */; };
  66. 371FA1FB21A8C00000EF8CB6 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1E1FEC87D500F10018 /* sha1.c */; };
  67. 371FA1FC21A8C00000EF8CB6 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C301FEC87D900F10018 /* sha256.c */; };
  68. 371FA1FD21A8C00000EF8CB6 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C271FEC87D800F10018 /* sha512.c */; };
  69. 371FA1FE21A8C00000EF8CB6 /* ssl_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0F1FEC87D300F10018 /* ssl_cache.c */; };
  70. 371FA1FF21A8C00000EF8CB6 /* ssl_ciphersuites.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C251FEC87D700F10018 /* ssl_ciphersuites.c */; };
  71. 371FA20021A8C00000EF8CB6 /* ssl_cli.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C161FEC87D400F10018 /* ssl_cli.c */; };
  72. 371FA20121A8C00000EF8CB6 /* ssl_cookie.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C391FEC87DA00F10018 /* ssl_cookie.c */; };
  73. 371FA20221A8C00000EF8CB6 /* ssl_srv.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C381FEC87DA00F10018 /* ssl_srv.c */; };
  74. 371FA20321A8C00000EF8CB6 /* ssl_ticket.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3B1FEC87DA00F10018 /* ssl_ticket.c */; };
  75. 371FA20421A8C00000EF8CB6 /* ssl_tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C121FEC87D300F10018 /* ssl_tls.c */; };
  76. 371FA20521A8C00000EF8CB6 /* threading.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C061FEC87D200F10018 /* threading.c */; };
  77. 371FA20621A8C00000EF8CB6 /* timing.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C371FEC87DA00F10018 /* timing.c */; };
  78. 371FA20721A8C00000EF8CB6 /* version_features.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C261FEC87D700F10018 /* version_features.c */; };
  79. 371FA20821A8C00000EF8CB6 /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C221FEC87D700F10018 /* version.c */; };
  80. 371FA20921A8C00000EF8CB6 /* x509_create.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C171FEC87D400F10018 /* x509_create.c */; };
  81. 371FA20A21A8C00000EF8CB6 /* x509_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C001FEC87D200F10018 /* x509_crl.c */; };
  82. 371FA20B21A8C00000EF8CB6 /* x509_crt.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C091FEC87D300F10018 /* x509_crt.c */; };
  83. 371FA20C21A8C00000EF8CB6 /* x509_csr.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C321FEC87D900F10018 /* x509_csr.c */; };
  84. 371FA20D21A8C00000EF8CB6 /* x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C031FEC87D200F10018 /* x509.c */; };
  85. 371FA20E21A8C00000EF8CB6 /* x509write_crt.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C201FEC87D600F10018 /* x509write_crt.c */; };
  86. 371FA20F21A8C00000EF8CB6 /* x509write_csr.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C421FEC87DB00F10018 /* x509write_csr.c */; };
  87. 371FA21021A8C00000EF8CB6 /* xtea.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C281FEC87D800F10018 /* xtea.c */; };
  88. 37A95DBC211AD9EC00297EE2 /* chachapoly.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB4211AD9EA00297EE2 /* chachapoly.c */; };
  89. 37A95DBD211AD9EC00297EE2 /* aria.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB5211AD9EB00297EE2 /* aria.c */; };
  90. 37A95DBE211AD9EC00297EE2 /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB6211AD9EB00297EE2 /* poly1305.c */; };
  91. 37A95DBF211AD9EC00297EE2 /* chacha20.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB7211AD9EB00297EE2 /* chacha20.c */; };
  92. 37A95DC0211AD9EC00297EE2 /* hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB8211AD9EB00297EE2 /* hkdf.c */; };
  93. 37A95DC1211AD9EC00297EE2 /* nist_kw.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DB9211AD9EB00297EE2 /* nist_kw.c */; };
  94. 37A95DC2211AD9EC00297EE2 /* platform_util.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DBA211AD9EB00297EE2 /* platform_util.c */; };
  95. 37A95DC3211AD9EC00297EE2 /* rsa_internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 37A95DBB211AD9EB00297EE2 /* rsa_internal.c */; };
  96. 37E70C441FEC87DC00F10018 /* bignum.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70BFD1FEC87D200F10018 /* bignum.c */; };
  97. 37E70C461FEC87DC00F10018 /* pkcs11.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70BFE1FEC87D200F10018 /* pkcs11.c */; };
  98. 37E70C481FEC87DC00F10018 /* ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70BFF1FEC87D200F10018 /* ecdh.c */; };
  99. 37E70C4A1FEC87DC00F10018 /* x509_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C001FEC87D200F10018 /* x509_crl.c */; };
  100. 37E70C4C1FEC87DC00F10018 /* gcm.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C011FEC87D200F10018 /* gcm.c */; };
  101. 37E70C4E1FEC87DC00F10018 /* ccm.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C021FEC87D200F10018 /* ccm.c */; };
  102. 37E70C501FEC87DC00F10018 /* x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C031FEC87D200F10018 /* x509.c */; };
  103. 37E70C521FEC87DC00F10018 /* asn1parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C041FEC87D200F10018 /* asn1parse.c */; };
  104. 37E70C541FEC87DC00F10018 /* aesni.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C051FEC87D200F10018 /* aesni.c */; };
  105. 37E70C561FEC87DC00F10018 /* threading.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C061FEC87D200F10018 /* threading.c */; };
  106. 37E70C581FEC87DC00F10018 /* memory_buffer_alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C071FEC87D200F10018 /* memory_buffer_alloc.c */; };
  107. 37E70C5A1FEC87DC00F10018 /* pkcs5.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C081FEC87D300F10018 /* pkcs5.c */; };
  108. 37E70C5C1FEC87DC00F10018 /* x509_crt.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C091FEC87D300F10018 /* x509_crt.c */; };
  109. 37E70C5E1FEC87DC00F10018 /* oid.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0A1FEC87D300F10018 /* oid.c */; };
  110. 37E70C601FEC87DC00F10018 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0B1FEC87D300F10018 /* base64.c */; };
  111. 37E70C621FEC87DC00F10018 /* ripemd160.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0C1FEC87D300F10018 /* ripemd160.c */; };
  112. 37E70C641FEC87DC00F10018 /* pkwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0D1FEC87D300F10018 /* pkwrite.c */; };
  113. 37E70C661FEC87DC00F10018 /* ecp_curves.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0E1FEC87D300F10018 /* ecp_curves.c */; };
  114. 37E70C681FEC87DC00F10018 /* ssl_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C0F1FEC87D300F10018 /* ssl_cache.c */; };
  115. 37E70C6A1FEC87DC00F10018 /* blowfish.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C101FEC87D300F10018 /* blowfish.c */; };
  116. 37E70C6C1FEC87DC00F10018 /* pkcs12.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C111FEC87D300F10018 /* pkcs12.c */; };
  117. 37E70C6E1FEC87DC00F10018 /* ssl_tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C121FEC87D300F10018 /* ssl_tls.c */; };
  118. 37E70C701FEC87DC00F10018 /* cipher_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C131FEC87D400F10018 /* cipher_wrap.c */; };
  119. 37E70C721FEC87DC00F10018 /* entropy_poll.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C141FEC87D400F10018 /* entropy_poll.c */; };
  120. 37E70C741FEC87DC00F10018 /* padlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C151FEC87D400F10018 /* padlock.c */; };
  121. 37E70C761FEC87DC00F10018 /* ssl_cli.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C161FEC87D400F10018 /* ssl_cli.c */; };
  122. 37E70C781FEC87DC00F10018 /* x509_create.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C171FEC87D400F10018 /* x509_create.c */; };
  123. 37E70C7A1FEC87DC00F10018 /* ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C181FEC87D400F10018 /* ecdsa.c */; };
  124. 37E70C7C1FEC87DC00F10018 /* net_sockets.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C191FEC87D400F10018 /* net_sockets.c */; };
  125. 37E70C7E1FEC87DC00F10018 /* ecp.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1A1FEC87D500F10018 /* ecp.c */; };
  126. 37E70C801FEC87DC00F10018 /* havege.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1B1FEC87D500F10018 /* havege.c */; };
  127. 37E70C821FEC87DC00F10018 /* pkparse.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1C1FEC87D500F10018 /* pkparse.c */; };
  128. 37E70C841FEC87DC00F10018 /* des.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1D1FEC87D500F10018 /* des.c */; };
  129. 37E70C861FEC87DC00F10018 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1E1FEC87D500F10018 /* sha1.c */; };
  130. 37E70C881FEC87DC00F10018 /* ctr_drbg.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C1F1FEC87D600F10018 /* ctr_drbg.c */; };
  131. 37E70C8A1FEC87DC00F10018 /* x509write_crt.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C201FEC87D600F10018 /* x509write_crt.c */; };
  132. 37E70C8C1FEC87DC00F10018 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C211FEC87D600F10018 /* md5.c */; };
  133. 37E70C8E1FEC87DC00F10018 /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C221FEC87D700F10018 /* version.c */; };
  134. 37E70C901FEC87DC00F10018 /* asn1write.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C231FEC87D700F10018 /* asn1write.c */; };
  135. 37E70C921FEC87DC00F10018 /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C241FEC87D700F10018 /* arc4.c */; };
  136. 37E70C941FEC87DC00F10018 /* ssl_ciphersuites.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C251FEC87D700F10018 /* ssl_ciphersuites.c */; };
  137. 37E70C961FEC87DC00F10018 /* version_features.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C261FEC87D700F10018 /* version_features.c */; };
  138. 37E70C981FEC87DC00F10018 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C271FEC87D800F10018 /* sha512.c */; };
  139. 37E70C9A1FEC87DC00F10018 /* xtea.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C281FEC87D800F10018 /* xtea.c */; };
  140. 37E70C9C1FEC87DC00F10018 /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C291FEC87D800F10018 /* cipher.c */; };
  141. 37E70C9E1FEC87DC00F10018 /* dhm.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2A1FEC87D800F10018 /* dhm.c */; };
  142. 37E70CA01FEC87DC00F10018 /* certs.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2B1FEC87D800F10018 /* certs.c */; };
  143. 37E70CA21FEC87DC00F10018 /* ecjpake.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2C1FEC87D800F10018 /* ecjpake.c */; };
  144. 37E70CA41FEC87DC00F10018 /* pk.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2D1FEC87D800F10018 /* pk.c */; };
  145. 37E70CA61FEC87DC00F10018 /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2E1FEC87D900F10018 /* camellia.c */; };
  146. 37E70CA81FEC87DC00F10018 /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C2F1FEC87D900F10018 /* md4.c */; };
  147. 37E70CAA1FEC87DC00F10018 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C301FEC87D900F10018 /* sha256.c */; };
  148. 37E70CAC1FEC87DC00F10018 /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C311FEC87D900F10018 /* cmac.c */; };
  149. 37E70CAE1FEC87DC00F10018 /* x509_csr.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C321FEC87D900F10018 /* x509_csr.c */; };
  150. 37E70CB01FEC87DC00F10018 /* md_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C331FEC87D900F10018 /* md_wrap.c */; };
  151. 37E70CB21FEC87DC00F10018 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C341FEC87D900F10018 /* rsa.c */; };
  152. 37E70CB41FEC87DC00F10018 /* hmac_drbg.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C351FEC87DA00F10018 /* hmac_drbg.c */; };
  153. 37E70CB61FEC87DC00F10018 /* debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C361FEC87DA00F10018 /* debug.c */; };
  154. 37E70CB81FEC87DC00F10018 /* timing.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C371FEC87DA00F10018 /* timing.c */; };
  155. 37E70CBA1FEC87DC00F10018 /* ssl_srv.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C381FEC87DA00F10018 /* ssl_srv.c */; };
  156. 37E70CBC1FEC87DC00F10018 /* ssl_cookie.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C391FEC87DA00F10018 /* ssl_cookie.c */; };
  157. 37E70CBE1FEC87DC00F10018 /* platform.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3A1FEC87DA00F10018 /* platform.c */; };
  158. 37E70CC01FEC87DC00F10018 /* ssl_ticket.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3B1FEC87DA00F10018 /* ssl_ticket.c */; };
  159. 37E70CC21FEC87DC00F10018 /* pk_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3C1FEC87DB00F10018 /* pk_wrap.c */; };
  160. 37E70CC41FEC87DC00F10018 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3D1FEC87DB00F10018 /* aes.c */; };
  161. 37E70CC61FEC87DC00F10018 /* md.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3E1FEC87DB00F10018 /* md.c */; };
  162. 37E70CC81FEC87DC00F10018 /* pem.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C3F1FEC87DB00F10018 /* pem.c */; };
  163. 37E70CCA1FEC87DC00F10018 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C401FEC87DB00F10018 /* error.c */; };
  164. 37E70CCC1FEC87DC00F10018 /* md2.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C411FEC87DB00F10018 /* md2.c */; };
  165. 37E70CCE1FEC87DC00F10018 /* x509write_csr.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C421FEC87DB00F10018 /* x509write_csr.c */; };
  166. 37E70CD01FEC87DC00F10018 /* entropy.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E70C431FEC87DC00F10018 /* entropy.c */; };
  167. /* End PBXBuildFile section */
  168. /* Begin PBXFileReference section */
  169. 0BDA9CC5121EE4C400ED5E97 /* libmbedTLS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libmbedTLS.a; sourceTree = BUILT_PRODUCTS_DIR; };
  170. 37A95DB4211AD9EA00297EE2 /* chachapoly.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = chachapoly.c; path = ../lib/library/chachapoly.c; sourceTree = "<group>"; };
  171. 37A95DB5211AD9EB00297EE2 /* aria.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aria.c; path = ../lib/library/aria.c; sourceTree = "<group>"; };
  172. 37A95DB6211AD9EB00297EE2 /* poly1305.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = poly1305.c; path = ../lib/library/poly1305.c; sourceTree = "<group>"; };
  173. 37A95DB7211AD9EB00297EE2 /* chacha20.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = chacha20.c; path = ../lib/library/chacha20.c; sourceTree = "<group>"; };
  174. 37A95DB8211AD9EB00297EE2 /* hkdf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hkdf.c; path = ../lib/library/hkdf.c; sourceTree = "<group>"; };
  175. 37A95DB9211AD9EB00297EE2 /* nist_kw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = nist_kw.c; path = ../lib/library/nist_kw.c; sourceTree = "<group>"; };
  176. 37A95DBA211AD9EB00297EE2 /* platform_util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = platform_util.c; path = ../lib/library/platform_util.c; sourceTree = "<group>"; };
  177. 37A95DBB211AD9EB00297EE2 /* rsa_internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rsa_internal.c; path = ../lib/library/rsa_internal.c; sourceTree = "<group>"; };
  178. 37E70BFD1FEC87D200F10018 /* bignum.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bignum.c; path = ../lib/library/bignum.c; sourceTree = "<group>"; };
  179. 37E70BFE1FEC87D200F10018 /* pkcs11.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pkcs11.c; path = ../lib/library/pkcs11.c; sourceTree = "<group>"; };
  180. 37E70BFF1FEC87D200F10018 /* ecdh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecdh.c; path = ../lib/library/ecdh.c; sourceTree = "<group>"; };
  181. 37E70C001FEC87D200F10018 /* x509_crl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x509_crl.c; path = ../lib/library/x509_crl.c; sourceTree = "<group>"; };
  182. 37E70C011FEC87D200F10018 /* gcm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gcm.c; path = ../lib/library/gcm.c; sourceTree = "<group>"; };
  183. 37E70C021FEC87D200F10018 /* ccm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ccm.c; path = ../lib/library/ccm.c; sourceTree = "<group>"; };
  184. 37E70C031FEC87D200F10018 /* x509.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x509.c; path = ../lib/library/x509.c; sourceTree = "<group>"; };
  185. 37E70C041FEC87D200F10018 /* asn1parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asn1parse.c; path = ../lib/library/asn1parse.c; sourceTree = "<group>"; };
  186. 37E70C051FEC87D200F10018 /* aesni.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aesni.c; path = ../lib/library/aesni.c; sourceTree = "<group>"; };
  187. 37E70C061FEC87D200F10018 /* threading.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = threading.c; path = ../lib/library/threading.c; sourceTree = "<group>"; };
  188. 37E70C071FEC87D200F10018 /* memory_buffer_alloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memory_buffer_alloc.c; path = ../lib/library/memory_buffer_alloc.c; sourceTree = "<group>"; };
  189. 37E70C081FEC87D300F10018 /* pkcs5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pkcs5.c; path = ../lib/library/pkcs5.c; sourceTree = "<group>"; };
  190. 37E70C091FEC87D300F10018 /* x509_crt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x509_crt.c; path = ../lib/library/x509_crt.c; sourceTree = "<group>"; };
  191. 37E70C0A1FEC87D300F10018 /* oid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = oid.c; path = ../lib/library/oid.c; sourceTree = "<group>"; };
  192. 37E70C0B1FEC87D300F10018 /* base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = base64.c; path = ../lib/library/base64.c; sourceTree = "<group>"; };
  193. 37E70C0C1FEC87D300F10018 /* ripemd160.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ripemd160.c; path = ../lib/library/ripemd160.c; sourceTree = "<group>"; };
  194. 37E70C0D1FEC87D300F10018 /* pkwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pkwrite.c; path = ../lib/library/pkwrite.c; sourceTree = "<group>"; };
  195. 37E70C0E1FEC87D300F10018 /* ecp_curves.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecp_curves.c; path = ../lib/library/ecp_curves.c; sourceTree = "<group>"; };
  196. 37E70C0F1FEC87D300F10018 /* ssl_cache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl_cache.c; path = ../lib/library/ssl_cache.c; sourceTree = "<group>"; };
  197. 37E70C101FEC87D300F10018 /* blowfish.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = blowfish.c; path = ../lib/library/blowfish.c; sourceTree = "<group>"; };
  198. 37E70C111FEC87D300F10018 /* pkcs12.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pkcs12.c; path = ../lib/library/pkcs12.c; sourceTree = "<group>"; };
  199. 37E70C121FEC87D300F10018 /* ssl_tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl_tls.c; path = ../lib/library/ssl_tls.c; sourceTree = "<group>"; };
  200. 37E70C131FEC87D400F10018 /* cipher_wrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cipher_wrap.c; path = ../lib/library/cipher_wrap.c; sourceTree = "<group>"; };
  201. 37E70C141FEC87D400F10018 /* entropy_poll.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = entropy_poll.c; path = ../lib/library/entropy_poll.c; sourceTree = "<group>"; };
  202. 37E70C151FEC87D400F10018 /* padlock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = padlock.c; path = ../lib/library/padlock.c; sourceTree = "<group>"; };
  203. 37E70C161FEC87D400F10018 /* ssl_cli.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl_cli.c; path = ../lib/library/ssl_cli.c; sourceTree = "<group>"; };
  204. 37E70C171FEC87D400F10018 /* x509_create.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x509_create.c; path = ../lib/library/x509_create.c; sourceTree = "<group>"; };
  205. 37E70C181FEC87D400F10018 /* ecdsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecdsa.c; path = ../lib/library/ecdsa.c; sourceTree = "<group>"; };
  206. 37E70C191FEC87D400F10018 /* net_sockets.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = net_sockets.c; path = ../lib/library/net_sockets.c; sourceTree = "<group>"; };
  207. 37E70C1A1FEC87D500F10018 /* ecp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecp.c; path = ../lib/library/ecp.c; sourceTree = "<group>"; };
  208. 37E70C1B1FEC87D500F10018 /* havege.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = havege.c; path = ../lib/library/havege.c; sourceTree = "<group>"; };
  209. 37E70C1C1FEC87D500F10018 /* pkparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pkparse.c; path = ../lib/library/pkparse.c; sourceTree = "<group>"; };
  210. 37E70C1D1FEC87D500F10018 /* des.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = des.c; path = ../lib/library/des.c; sourceTree = "<group>"; };
  211. 37E70C1E1FEC87D500F10018 /* sha1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha1.c; path = ../lib/library/sha1.c; sourceTree = "<group>"; };
  212. 37E70C1F1FEC87D600F10018 /* ctr_drbg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ctr_drbg.c; path = ../lib/library/ctr_drbg.c; sourceTree = "<group>"; };
  213. 37E70C201FEC87D600F10018 /* x509write_crt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x509write_crt.c; path = ../lib/library/x509write_crt.c; sourceTree = "<group>"; };
  214. 37E70C211FEC87D600F10018 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../lib/library/md5.c; sourceTree = "<group>"; };
  215. 37E70C221FEC87D700F10018 /* version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = version.c; path = ../lib/library/version.c; sourceTree = "<group>"; };
  216. 37E70C231FEC87D700F10018 /* asn1write.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asn1write.c; path = ../lib/library/asn1write.c; sourceTree = "<group>"; };
  217. 37E70C241FEC87D700F10018 /* arc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = arc4.c; path = ../lib/library/arc4.c; sourceTree = "<group>"; };
  218. 37E70C251FEC87D700F10018 /* ssl_ciphersuites.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl_ciphersuites.c; path = ../lib/library/ssl_ciphersuites.c; sourceTree = "<group>"; };
  219. 37E70C261FEC87D700F10018 /* version_features.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = version_features.c; path = ../lib/library/version_features.c; sourceTree = "<group>"; };
  220. 37E70C271FEC87D800F10018 /* sha512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha512.c; path = ../lib/library/sha512.c; sourceTree = "<group>"; };
  221. 37E70C281FEC87D800F10018 /* xtea.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xtea.c; path = ../lib/library/xtea.c; sourceTree = "<group>"; };
  222. 37E70C291FEC87D800F10018 /* cipher.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cipher.c; path = ../lib/library/cipher.c; sourceTree = "<group>"; };
  223. 37E70C2A1FEC87D800F10018 /* dhm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dhm.c; path = ../lib/library/dhm.c; sourceTree = "<group>"; };
  224. 37E70C2B1FEC87D800F10018 /* certs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = certs.c; path = ../lib/library/certs.c; sourceTree = "<group>"; };
  225. 37E70C2C1FEC87D800F10018 /* ecjpake.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecjpake.c; path = ../lib/library/ecjpake.c; sourceTree = "<group>"; };
  226. 37E70C2D1FEC87D800F10018 /* pk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pk.c; path = ../lib/library/pk.c; sourceTree = "<group>"; };
  227. 37E70C2E1FEC87D900F10018 /* camellia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = camellia.c; path = ../lib/library/camellia.c; sourceTree = "<group>"; };
  228. 37E70C2F1FEC87D900F10018 /* md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md4.c; path = ../lib/library/md4.c; sourceTree = "<group>"; };
  229. 37E70C301FEC87D900F10018 /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha256.c; path = ../lib/library/sha256.c; sourceTree = "<group>"; };
  230. 37E70C311FEC87D900F10018 /* cmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cmac.c; path = ../lib/library/cmac.c; sourceTree = "<group>"; };
  231. 37E70C321FEC87D900F10018 /* x509_csr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x509_csr.c; path = ../lib/library/x509_csr.c; sourceTree = "<group>"; };
  232. 37E70C331FEC87D900F10018 /* md_wrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md_wrap.c; path = ../lib/library/md_wrap.c; sourceTree = "<group>"; };
  233. 37E70C341FEC87D900F10018 /* rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rsa.c; path = ../lib/library/rsa.c; sourceTree = "<group>"; };
  234. 37E70C351FEC87DA00F10018 /* hmac_drbg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hmac_drbg.c; path = ../lib/library/hmac_drbg.c; sourceTree = "<group>"; };
  235. 37E70C361FEC87DA00F10018 /* debug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = debug.c; path = ../lib/library/debug.c; sourceTree = "<group>"; };
  236. 37E70C371FEC87DA00F10018 /* timing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = timing.c; path = ../lib/library/timing.c; sourceTree = "<group>"; };
  237. 37E70C381FEC87DA00F10018 /* ssl_srv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl_srv.c; path = ../lib/library/ssl_srv.c; sourceTree = "<group>"; };
  238. 37E70C391FEC87DA00F10018 /* ssl_cookie.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl_cookie.c; path = ../lib/library/ssl_cookie.c; sourceTree = "<group>"; };
  239. 37E70C3A1FEC87DA00F10018 /* platform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = platform.c; path = ../lib/library/platform.c; sourceTree = "<group>"; };
  240. 37E70C3B1FEC87DA00F10018 /* ssl_ticket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl_ticket.c; path = ../lib/library/ssl_ticket.c; sourceTree = "<group>"; };
  241. 37E70C3C1FEC87DB00F10018 /* pk_wrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pk_wrap.c; path = ../lib/library/pk_wrap.c; sourceTree = "<group>"; };
  242. 37E70C3D1FEC87DB00F10018 /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aes.c; path = ../lib/library/aes.c; sourceTree = "<group>"; };
  243. 37E70C3E1FEC87DB00F10018 /* md.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md.c; path = ../lib/library/md.c; sourceTree = "<group>"; };
  244. 37E70C3F1FEC87DB00F10018 /* pem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pem.c; path = ../lib/library/pem.c; sourceTree = "<group>"; };
  245. 37E70C401FEC87DB00F10018 /* error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = error.c; path = ../lib/library/error.c; sourceTree = "<group>"; };
  246. 37E70C411FEC87DB00F10018 /* md2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md2.c; path = ../lib/library/md2.c; sourceTree = "<group>"; };
  247. 37E70C421FEC87DB00F10018 /* x509write_csr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x509write_csr.c; path = ../lib/library/x509write_csr.c; sourceTree = "<group>"; };
  248. 37E70C431FEC87DC00F10018 /* entropy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = entropy.c; path = ../lib/library/entropy.c; sourceTree = "<group>"; };
  249. D2AAC046055464E500DB518D /* libmbedTLS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libmbedTLS.a; sourceTree = BUILT_PRODUCTS_DIR; };
  250. /* End PBXFileReference section */
  251. /* Begin PBXFrameworksBuildPhase section */
  252. 0BDA9CC3121EE4C400ED5E97 /* Frameworks */ = {
  253. isa = PBXFrameworksBuildPhase;
  254. buildActionMask = 2147483647;
  255. files = (
  256. );
  257. runOnlyForDeploymentPostprocessing = 0;
  258. };
  259. D289987405E68DCB004EDB86 /* Frameworks */ = {
  260. isa = PBXFrameworksBuildPhase;
  261. buildActionMask = 2147483647;
  262. files = (
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. /* End PBXFrameworksBuildPhase section */
  267. /* Begin PBXGroup section */
  268. 08FB7794FE84155DC02AAC07 /* lzma */ = {
  269. isa = PBXGroup;
  270. children = (
  271. 08FB7795FE84155DC02AAC07 /* Source */,
  272. 1AB674ADFE9D54B511CA2CBB /* Products */,
  273. );
  274. name = lzma;
  275. sourceTree = "<group>";
  276. };
  277. 08FB7795FE84155DC02AAC07 /* Source */ = {
  278. isa = PBXGroup;
  279. children = (
  280. 37A95DB5211AD9EB00297EE2 /* aria.c */,
  281. 37A95DB7211AD9EB00297EE2 /* chacha20.c */,
  282. 37A95DB4211AD9EA00297EE2 /* chachapoly.c */,
  283. 37A95DB8211AD9EB00297EE2 /* hkdf.c */,
  284. 37A95DB9211AD9EB00297EE2 /* nist_kw.c */,
  285. 37A95DBA211AD9EB00297EE2 /* platform_util.c */,
  286. 37A95DB6211AD9EB00297EE2 /* poly1305.c */,
  287. 37A95DBB211AD9EB00297EE2 /* rsa_internal.c */,
  288. 37E70C3D1FEC87DB00F10018 /* aes.c */,
  289. 37E70C051FEC87D200F10018 /* aesni.c */,
  290. 37E70C241FEC87D700F10018 /* arc4.c */,
  291. 37E70C041FEC87D200F10018 /* asn1parse.c */,
  292. 37E70C231FEC87D700F10018 /* asn1write.c */,
  293. 37E70C0B1FEC87D300F10018 /* base64.c */,
  294. 37E70BFD1FEC87D200F10018 /* bignum.c */,
  295. 37E70C101FEC87D300F10018 /* blowfish.c */,
  296. 37E70C2E1FEC87D900F10018 /* camellia.c */,
  297. 37E70C021FEC87D200F10018 /* ccm.c */,
  298. 37E70C2B1FEC87D800F10018 /* certs.c */,
  299. 37E70C131FEC87D400F10018 /* cipher_wrap.c */,
  300. 37E70C291FEC87D800F10018 /* cipher.c */,
  301. 37E70C311FEC87D900F10018 /* cmac.c */,
  302. 37E70C1F1FEC87D600F10018 /* ctr_drbg.c */,
  303. 37E70C361FEC87DA00F10018 /* debug.c */,
  304. 37E70C1D1FEC87D500F10018 /* des.c */,
  305. 37E70C2A1FEC87D800F10018 /* dhm.c */,
  306. 37E70BFF1FEC87D200F10018 /* ecdh.c */,
  307. 37E70C181FEC87D400F10018 /* ecdsa.c */,
  308. 37E70C2C1FEC87D800F10018 /* ecjpake.c */,
  309. 37E70C0E1FEC87D300F10018 /* ecp_curves.c */,
  310. 37E70C1A1FEC87D500F10018 /* ecp.c */,
  311. 37E70C141FEC87D400F10018 /* entropy_poll.c */,
  312. 37E70C431FEC87DC00F10018 /* entropy.c */,
  313. 37E70C401FEC87DB00F10018 /* error.c */,
  314. 37E70C011FEC87D200F10018 /* gcm.c */,
  315. 37E70C1B1FEC87D500F10018 /* havege.c */,
  316. 37E70C351FEC87DA00F10018 /* hmac_drbg.c */,
  317. 37E70C331FEC87D900F10018 /* md_wrap.c */,
  318. 37E70C3E1FEC87DB00F10018 /* md.c */,
  319. 37E70C411FEC87DB00F10018 /* md2.c */,
  320. 37E70C2F1FEC87D900F10018 /* md4.c */,
  321. 37E70C211FEC87D600F10018 /* md5.c */,
  322. 37E70C071FEC87D200F10018 /* memory_buffer_alloc.c */,
  323. 37E70C191FEC87D400F10018 /* net_sockets.c */,
  324. 37E70C0A1FEC87D300F10018 /* oid.c */,
  325. 37E70C151FEC87D400F10018 /* padlock.c */,
  326. 37E70C3F1FEC87DB00F10018 /* pem.c */,
  327. 37E70C3C1FEC87DB00F10018 /* pk_wrap.c */,
  328. 37E70C2D1FEC87D800F10018 /* pk.c */,
  329. 37E70C081FEC87D300F10018 /* pkcs5.c */,
  330. 37E70BFE1FEC87D200F10018 /* pkcs11.c */,
  331. 37E70C111FEC87D300F10018 /* pkcs12.c */,
  332. 37E70C1C1FEC87D500F10018 /* pkparse.c */,
  333. 37E70C0D1FEC87D300F10018 /* pkwrite.c */,
  334. 37E70C3A1FEC87DA00F10018 /* platform.c */,
  335. 37E70C0C1FEC87D300F10018 /* ripemd160.c */,
  336. 37E70C341FEC87D900F10018 /* rsa.c */,
  337. 37E70C1E1FEC87D500F10018 /* sha1.c */,
  338. 37E70C301FEC87D900F10018 /* sha256.c */,
  339. 37E70C271FEC87D800F10018 /* sha512.c */,
  340. 37E70C0F1FEC87D300F10018 /* ssl_cache.c */,
  341. 37E70C251FEC87D700F10018 /* ssl_ciphersuites.c */,
  342. 37E70C161FEC87D400F10018 /* ssl_cli.c */,
  343. 37E70C391FEC87DA00F10018 /* ssl_cookie.c */,
  344. 37E70C381FEC87DA00F10018 /* ssl_srv.c */,
  345. 37E70C3B1FEC87DA00F10018 /* ssl_ticket.c */,
  346. 37E70C121FEC87D300F10018 /* ssl_tls.c */,
  347. 37E70C061FEC87D200F10018 /* threading.c */,
  348. 37E70C371FEC87DA00F10018 /* timing.c */,
  349. 37E70C261FEC87D700F10018 /* version_features.c */,
  350. 37E70C221FEC87D700F10018 /* version.c */,
  351. 37E70C171FEC87D400F10018 /* x509_create.c */,
  352. 37E70C001FEC87D200F10018 /* x509_crl.c */,
  353. 37E70C091FEC87D300F10018 /* x509_crt.c */,
  354. 37E70C321FEC87D900F10018 /* x509_csr.c */,
  355. 37E70C031FEC87D200F10018 /* x509.c */,
  356. 37E70C201FEC87D600F10018 /* x509write_crt.c */,
  357. 37E70C421FEC87DB00F10018 /* x509write_csr.c */,
  358. 37E70C281FEC87D800F10018 /* xtea.c */,
  359. );
  360. name = Source;
  361. sourceTree = "<group>";
  362. };
  363. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  364. isa = PBXGroup;
  365. children = (
  366. D2AAC046055464E500DB518D /* libmbedTLS.a */,
  367. 0BDA9CC5121EE4C400ED5E97 /* libmbedTLS.a */,
  368. );
  369. name = Products;
  370. sourceTree = "<group>";
  371. };
  372. /* End PBXGroup section */
  373. /* Begin PBXHeadersBuildPhase section */
  374. 0BDA9CC1121EE4C400ED5E97 /* Headers */ = {
  375. isa = PBXHeadersBuildPhase;
  376. buildActionMask = 2147483647;
  377. files = (
  378. );
  379. runOnlyForDeploymentPostprocessing = 0;
  380. };
  381. D2AAC043055464E500DB518D /* Headers */ = {
  382. isa = PBXHeadersBuildPhase;
  383. buildActionMask = 2147483647;
  384. files = (
  385. );
  386. runOnlyForDeploymentPostprocessing = 0;
  387. };
  388. /* End PBXHeadersBuildPhase section */
  389. /* Begin PBXNativeTarget section */
  390. 0BDA9CC4121EE4C400ED5E97 /* iOS */ = {
  391. isa = PBXNativeTarget;
  392. buildConfigurationList = 0BDA9CD0121EE51C00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */;
  393. buildPhases = (
  394. 0BDA9CC1121EE4C400ED5E97 /* Headers */,
  395. 0BDA9CC2121EE4C400ED5E97 /* Sources */,
  396. 0BDA9CC3121EE4C400ED5E97 /* Frameworks */,
  397. );
  398. buildRules = (
  399. );
  400. dependencies = (
  401. );
  402. name = iOS;
  403. productName = iPhone;
  404. productReference = 0BDA9CC5121EE4C400ED5E97 /* libmbedTLS.a */;
  405. productType = "com.apple.product-type.library.static";
  406. };
  407. D2AAC045055464E500DB518D /* Mac */ = {
  408. isa = PBXNativeTarget;
  409. buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "Mac" */;
  410. buildPhases = (
  411. D2AAC043055464E500DB518D /* Headers */,
  412. D2AAC044055464E500DB518D /* Sources */,
  413. D289987405E68DCB004EDB86 /* Frameworks */,
  414. );
  415. buildRules = (
  416. );
  417. dependencies = (
  418. );
  419. name = Mac;
  420. productName = lzma;
  421. productReference = D2AAC046055464E500DB518D /* libmbedTLS.a */;
  422. productType = "com.apple.product-type.library.static";
  423. };
  424. /* End PBXNativeTarget section */
  425. /* Begin PBXProject section */
  426. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  427. isa = PBXProject;
  428. attributes = {
  429. };
  430. buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "mbedTLS" */;
  431. compatibilityVersion = "Xcode 3.2";
  432. developmentRegion = English;
  433. hasScannedForEncodings = 1;
  434. knownRegions = (
  435. English,
  436. Japanese,
  437. French,
  438. German,
  439. );
  440. mainGroup = 08FB7794FE84155DC02AAC07 /* lzma */;
  441. projectDirPath = "";
  442. projectRoot = "";
  443. targets = (
  444. D2AAC045055464E500DB518D /* Mac */,
  445. 0BDA9CC4121EE4C400ED5E97 /* iOS */,
  446. );
  447. };
  448. /* End PBXProject section */
  449. /* Begin PBXSourcesBuildPhase section */
  450. 0BDA9CC2121EE4C400ED5E97 /* Sources */ = {
  451. isa = PBXSourcesBuildPhase;
  452. buildActionMask = 2147483647;
  453. files = (
  454. 371FA1F221A8C00000EF8CB6 /* pk.c in Sources */,
  455. 371FA1FC21A8C00000EF8CB6 /* sha256.c in Sources */,
  456. 371FA1EB21A8C00000EF8CB6 /* md5.c in Sources */,
  457. 371FA20B21A8C00000EF8CB6 /* x509_crt.c in Sources */,
  458. 371FA1F421A8C00000EF8CB6 /* pkcs11.c in Sources */,
  459. 371FA1C721A8C00000EF8CB6 /* platform_util.c in Sources */,
  460. 371FA20A21A8C00000EF8CB6 /* x509_crl.c in Sources */,
  461. 371FA1F921A8C00000EF8CB6 /* ripemd160.c in Sources */,
  462. 371FA1E421A8C00000EF8CB6 /* gcm.c in Sources */,
  463. 371FA1C921A8C00000EF8CB6 /* rsa_internal.c in Sources */,
  464. 371FA20121A8C00000EF8CB6 /* ssl_cookie.c in Sources */,
  465. 371FA1CF21A8C00000EF8CB6 /* base64.c in Sources */,
  466. 371FA20F21A8C00000EF8CB6 /* x509write_csr.c in Sources */,
  467. 371FA1FB21A8C00000EF8CB6 /* sha1.c in Sources */,
  468. 371FA20021A8C00000EF8CB6 /* ssl_cli.c in Sources */,
  469. 371FA1FF21A8C00000EF8CB6 /* ssl_ciphersuites.c in Sources */,
  470. 371FA1DB21A8C00000EF8CB6 /* dhm.c in Sources */,
  471. 371FA1E321A8C00000EF8CB6 /* error.c in Sources */,
  472. 371FA1D421A8C00000EF8CB6 /* certs.c in Sources */,
  473. 371FA1C521A8C00000EF8CB6 /* hkdf.c in Sources */,
  474. 371FA20821A8C00000EF8CB6 /* version.c in Sources */,
  475. 371FA1E121A8C00000EF8CB6 /* entropy_poll.c in Sources */,
  476. 371FA1D021A8C00000EF8CB6 /* bignum.c in Sources */,
  477. 371FA1D521A8C00000EF8CB6 /* cipher_wrap.c in Sources */,
  478. 371FA1CA21A8C00000EF8CB6 /* aes.c in Sources */,
  479. 371FA1CB21A8C00000EF8CB6 /* aesni.c in Sources */,
  480. 371FA20921A8C00000EF8CB6 /* x509_create.c in Sources */,
  481. 371FA1F821A8C00000EF8CB6 /* platform.c in Sources */,
  482. 371FA1F121A8C00000EF8CB6 /* pk_wrap.c in Sources */,
  483. 371FA1F321A8C00000EF8CB6 /* pkcs5.c in Sources */,
  484. 371FA1E821A8C00000EF8CB6 /* md.c in Sources */,
  485. 371FA1FA21A8C00000EF8CB6 /* rsa.c in Sources */,
  486. 371FA20221A8C00000EF8CB6 /* ssl_srv.c in Sources */,
  487. 371FA1DE21A8C00000EF8CB6 /* ecjpake.c in Sources */,
  488. 371FA1E621A8C00000EF8CB6 /* hmac_drbg.c in Sources */,
  489. 371FA1F621A8C00000EF8CB6 /* pkparse.c in Sources */,
  490. 371FA1E021A8C00000EF8CB6 /* ecp.c in Sources */,
  491. 371FA1CC21A8C00000EF8CB6 /* arc4.c in Sources */,
  492. 371FA1EC21A8C00000EF8CB6 /* memory_buffer_alloc.c in Sources */,
  493. 371FA1CD21A8C00000EF8CB6 /* asn1parse.c in Sources */,
  494. 371FA1F021A8C00000EF8CB6 /* pem.c in Sources */,
  495. 371FA1D321A8C00000EF8CB6 /* ccm.c in Sources */,
  496. 371FA1D121A8C00000EF8CB6 /* blowfish.c in Sources */,
  497. 371FA1E721A8C00000EF8CB6 /* md_wrap.c in Sources */,
  498. 371FA1C821A8C00000EF8CB6 /* poly1305.c in Sources */,
  499. 371FA1C221A8C00000EF8CB6 /* aria.c in Sources */,
  500. 371FA20D21A8C00000EF8CB6 /* x509.c in Sources */,
  501. 371FA1EF21A8C00000EF8CB6 /* padlock.c in Sources */,
  502. 371FA20621A8C00000EF8CB6 /* timing.c in Sources */,
  503. 371FA1EA21A8C00000EF8CB6 /* md4.c in Sources */,
  504. 371FA1DD21A8C00000EF8CB6 /* ecdsa.c in Sources */,
  505. 371FA1ED21A8C00000EF8CB6 /* net_sockets.c in Sources */,
  506. 371FA1E921A8C00000EF8CB6 /* md2.c in Sources */,
  507. 371FA21021A8C00000EF8CB6 /* xtea.c in Sources */,
  508. 371FA1E221A8C00000EF8CB6 /* entropy.c in Sources */,
  509. 371FA1F521A8C00000EF8CB6 /* pkcs12.c in Sources */,
  510. 371FA20421A8C00000EF8CB6 /* ssl_tls.c in Sources */,
  511. 371FA1D921A8C00000EF8CB6 /* debug.c in Sources */,
  512. 371FA1D221A8C00000EF8CB6 /* camellia.c in Sources */,
  513. 371FA1E521A8C00000EF8CB6 /* havege.c in Sources */,
  514. 371FA1DA21A8C00000EF8CB6 /* des.c in Sources */,
  515. 371FA1C621A8C00000EF8CB6 /* nist_kw.c in Sources */,
  516. 371FA1FD21A8C00000EF8CB6 /* sha512.c in Sources */,
  517. 371FA1EE21A8C00000EF8CB6 /* oid.c in Sources */,
  518. 371FA1C421A8C00000EF8CB6 /* chachapoly.c in Sources */,
  519. 371FA1FE21A8C00000EF8CB6 /* ssl_cache.c in Sources */,
  520. 371FA1C321A8C00000EF8CB6 /* chacha20.c in Sources */,
  521. 371FA1D621A8C00000EF8CB6 /* cipher.c in Sources */,
  522. 371FA1DC21A8C00000EF8CB6 /* ecdh.c in Sources */,
  523. 371FA1DF21A8C00000EF8CB6 /* ecp_curves.c in Sources */,
  524. 371FA1F721A8C00000EF8CB6 /* pkwrite.c in Sources */,
  525. 371FA20E21A8C00000EF8CB6 /* x509write_crt.c in Sources */,
  526. 371FA20321A8C00000EF8CB6 /* ssl_ticket.c in Sources */,
  527. 371FA1CE21A8C00000EF8CB6 /* asn1write.c in Sources */,
  528. 371FA1D821A8C00000EF8CB6 /* ctr_drbg.c in Sources */,
  529. 371FA20721A8C00000EF8CB6 /* version_features.c in Sources */,
  530. 371FA20C21A8C00000EF8CB6 /* x509_csr.c in Sources */,
  531. 371FA20521A8C00000EF8CB6 /* threading.c in Sources */,
  532. 371FA1D721A8C00000EF8CB6 /* cmac.c in Sources */,
  533. );
  534. runOnlyForDeploymentPostprocessing = 0;
  535. };
  536. D2AAC044055464E500DB518D /* Sources */ = {
  537. isa = PBXSourcesBuildPhase;
  538. buildActionMask = 2147483647;
  539. files = (
  540. 37E70CA41FEC87DC00F10018 /* pk.c in Sources */,
  541. 37A95DBC211AD9EC00297EE2 /* chachapoly.c in Sources */,
  542. 37E70C8C1FEC87DC00F10018 /* md5.c in Sources */,
  543. 37E70C841FEC87DC00F10018 /* des.c in Sources */,
  544. 37E70C561FEC87DC00F10018 /* threading.c in Sources */,
  545. 37E70C881FEC87DC00F10018 /* ctr_drbg.c in Sources */,
  546. 37E70C541FEC87DC00F10018 /* aesni.c in Sources */,
  547. 37E70CAE1FEC87DC00F10018 /* x509_csr.c in Sources */,
  548. 37E70C461FEC87DC00F10018 /* pkcs11.c in Sources */,
  549. 37E70C581FEC87DC00F10018 /* memory_buffer_alloc.c in Sources */,
  550. 37E70CCC1FEC87DC00F10018 /* md2.c in Sources */,
  551. 37E70C681FEC87DC00F10018 /* ssl_cache.c in Sources */,
  552. 37A95DC2211AD9EC00297EE2 /* platform_util.c in Sources */,
  553. 37E70C781FEC87DC00F10018 /* x509_create.c in Sources */,
  554. 37E70CC01FEC87DC00F10018 /* ssl_ticket.c in Sources */,
  555. 37E70C9E1FEC87DC00F10018 /* dhm.c in Sources */,
  556. 37E70C7E1FEC87DC00F10018 /* ecp.c in Sources */,
  557. 37A95DBD211AD9EC00297EE2 /* aria.c in Sources */,
  558. 37E70CC21FEC87DC00F10018 /* pk_wrap.c in Sources */,
  559. 37E70C8A1FEC87DC00F10018 /* x509write_crt.c in Sources */,
  560. 37E70C7C1FEC87DC00F10018 /* net_sockets.c in Sources */,
  561. 37A95DC0211AD9EC00297EE2 /* hkdf.c in Sources */,
  562. 37E70C621FEC87DC00F10018 /* ripemd160.c in Sources */,
  563. 37E70C9C1FEC87DC00F10018 /* cipher.c in Sources */,
  564. 37E70C6E1FEC87DC00F10018 /* ssl_tls.c in Sources */,
  565. 37E70C5E1FEC87DC00F10018 /* oid.c in Sources */,
  566. 37E70CA81FEC87DC00F10018 /* md4.c in Sources */,
  567. 37E70CC61FEC87DC00F10018 /* md.c in Sources */,
  568. 37E70C5C1FEC87DC00F10018 /* x509_crt.c in Sources */,
  569. 37E70C8E1FEC87DC00F10018 /* version.c in Sources */,
  570. 37E70CBA1FEC87DC00F10018 /* ssl_srv.c in Sources */,
  571. 37E70C761FEC87DC00F10018 /* ssl_cli.c in Sources */,
  572. 37E70C4C1FEC87DC00F10018 /* gcm.c in Sources */,
  573. 37E70C6A1FEC87DC00F10018 /* blowfish.c in Sources */,
  574. 37E70CCE1FEC87DC00F10018 /* x509write_csr.c in Sources */,
  575. 37E70C521FEC87DC00F10018 /* asn1parse.c in Sources */,
  576. 37A95DBE211AD9EC00297EE2 /* poly1305.c in Sources */,
  577. 37E70C821FEC87DC00F10018 /* pkparse.c in Sources */,
  578. 37E70C641FEC87DC00F10018 /* pkwrite.c in Sources */,
  579. 37E70C941FEC87DC00F10018 /* ssl_ciphersuites.c in Sources */,
  580. 37E70CB61FEC87DC00F10018 /* debug.c in Sources */,
  581. 37E70CB41FEC87DC00F10018 /* hmac_drbg.c in Sources */,
  582. 37E70C5A1FEC87DC00F10018 /* pkcs5.c in Sources */,
  583. 37E70C961FEC87DC00F10018 /* version_features.c in Sources */,
  584. 37E70C861FEC87DC00F10018 /* sha1.c in Sources */,
  585. 37E70CCA1FEC87DC00F10018 /* error.c in Sources */,
  586. 37E70CA21FEC87DC00F10018 /* ecjpake.c in Sources */,
  587. 37E70C921FEC87DC00F10018 /* arc4.c in Sources */,
  588. 37E70C7A1FEC87DC00F10018 /* ecdsa.c in Sources */,
  589. 37E70C721FEC87DC00F10018 /* entropy_poll.c in Sources */,
  590. 37E70CB21FEC87DC00F10018 /* rsa.c in Sources */,
  591. 37E70C4A1FEC87DC00F10018 /* x509_crl.c in Sources */,
  592. 37E70C601FEC87DC00F10018 /* base64.c in Sources */,
  593. 37E70C4E1FEC87DC00F10018 /* ccm.c in Sources */,
  594. 37E70CB01FEC87DC00F10018 /* md_wrap.c in Sources */,
  595. 37E70C741FEC87DC00F10018 /* padlock.c in Sources */,
  596. 37E70CA01FEC87DC00F10018 /* certs.c in Sources */,
  597. 37E70CA61FEC87DC00F10018 /* camellia.c in Sources */,
  598. 37A95DC1211AD9EC00297EE2 /* nist_kw.c in Sources */,
  599. 37E70C981FEC87DC00F10018 /* sha512.c in Sources */,
  600. 37E70CAA1FEC87DC00F10018 /* sha256.c in Sources */,
  601. 37E70C6C1FEC87DC00F10018 /* pkcs12.c in Sources */,
  602. 37E70CD01FEC87DC00F10018 /* entropy.c in Sources */,
  603. 37E70C701FEC87DC00F10018 /* cipher_wrap.c in Sources */,
  604. 37E70CC41FEC87DC00F10018 /* aes.c in Sources */,
  605. 37E70C661FEC87DC00F10018 /* ecp_curves.c in Sources */,
  606. 37E70C441FEC87DC00F10018 /* bignum.c in Sources */,
  607. 37E70CAC1FEC87DC00F10018 /* cmac.c in Sources */,
  608. 37A95DBF211AD9EC00297EE2 /* chacha20.c in Sources */,
  609. 37E70C481FEC87DC00F10018 /* ecdh.c in Sources */,
  610. 37A95DC3211AD9EC00297EE2 /* rsa_internal.c in Sources */,
  611. 37E70CB81FEC87DC00F10018 /* timing.c in Sources */,
  612. 37E70CC81FEC87DC00F10018 /* pem.c in Sources */,
  613. 37E70C501FEC87DC00F10018 /* x509.c in Sources */,
  614. 37E70C9A1FEC87DC00F10018 /* xtea.c in Sources */,
  615. 37E70CBE1FEC87DC00F10018 /* platform.c in Sources */,
  616. 37E70C801FEC87DC00F10018 /* havege.c in Sources */,
  617. 37E70CBC1FEC87DC00F10018 /* ssl_cookie.c in Sources */,
  618. 37E70C901FEC87DC00F10018 /* asn1write.c in Sources */,
  619. );
  620. runOnlyForDeploymentPostprocessing = 0;
  621. };
  622. /* End PBXSourcesBuildPhase section */
  623. /* Begin XCBuildConfiguration section */
  624. 0B96A71D1304843300CDC521 /* Debug */ = {
  625. isa = XCBuildConfiguration;
  626. buildSettings = {
  627. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  628. GCC_OPTIMIZATION_LEVEL = fast;
  629. GCC_THREADSAFE_STATICS = NO;
  630. HEADER_SEARCH_PATHS = ../lib/include;
  631. PRODUCT_NAME = LZ4;
  632. };
  633. name = Debug;
  634. };
  635. 0B96A71E1304843300CDC521 /* Debug */ = {
  636. isa = XCBuildConfiguration;
  637. buildSettings = {
  638. PRODUCT_NAME = mbedTLS;
  639. };
  640. name = Debug;
  641. };
  642. 0B96A71F1304843300CDC521 /* Debug */ = {
  643. isa = XCBuildConfiguration;
  644. buildSettings = {
  645. PRODUCT_NAME = mbedTLS;
  646. SDKROOT = iphoneos;
  647. };
  648. name = Debug;
  649. };
  650. 0BDA9CC7121EE4C400ED5E97 /* Release */ = {
  651. isa = XCBuildConfiguration;
  652. buildSettings = {
  653. PRODUCT_NAME = mbedTLS;
  654. SDKROOT = iphoneos;
  655. };
  656. name = Release;
  657. };
  658. 1DEB91ED08733DB70010E9CD /* Release */ = {
  659. isa = XCBuildConfiguration;
  660. buildSettings = {
  661. PRODUCT_NAME = mbedTLS;
  662. };
  663. name = Release;
  664. };
  665. 1DEB91F108733DB70010E9CD /* Release */ = {
  666. isa = XCBuildConfiguration;
  667. buildSettings = {
  668. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  669. GCC_OPTIMIZATION_LEVEL = fast;
  670. GCC_THREADSAFE_STATICS = NO;
  671. HEADER_SEARCH_PATHS = ../lib/include;
  672. PRODUCT_NAME = LZ4;
  673. };
  674. name = Release;
  675. };
  676. /* End XCBuildConfiguration section */
  677. /* Begin XCConfigurationList section */
  678. 0BDA9CD0121EE51C00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */ = {
  679. isa = XCConfigurationList;
  680. buildConfigurations = (
  681. 0BDA9CC7121EE4C400ED5E97 /* Release */,
  682. 0B96A71F1304843300CDC521 /* Debug */,
  683. );
  684. defaultConfigurationIsVisible = 0;
  685. defaultConfigurationName = Release;
  686. };
  687. 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "Mac" */ = {
  688. isa = XCConfigurationList;
  689. buildConfigurations = (
  690. 1DEB91ED08733DB70010E9CD /* Release */,
  691. 0B96A71E1304843300CDC521 /* Debug */,
  692. );
  693. defaultConfigurationIsVisible = 0;
  694. defaultConfigurationName = Release;
  695. };
  696. 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "mbedTLS" */ = {
  697. isa = XCConfigurationList;
  698. buildConfigurations = (
  699. 1DEB91F108733DB70010E9CD /* Release */,
  700. 0B96A71D1304843300CDC521 /* Debug */,
  701. );
  702. defaultConfigurationIsVisible = 0;
  703. defaultConfigurationName = Release;
  704. };
  705. /* End XCConfigurationList section */
  706. };
  707. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  708. }