project.pbxproj 97 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 521646091A89928E0062516A /* crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646011A89928E0062516A /* crl.c */; };
  10. 5216460A1A89928E0062516A /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646021A89928E0062516A /* internal.c */; };
  11. 5216460B1A89928E0062516A /* wolfio.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646031A89928E0062516A /* wolfio.c */; };
  12. 5216460C1A89928E0062516A /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646041A89928E0062516A /* keys.c */; };
  13. 5216460D1A89928E0062516A /* ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646051A89928E0062516A /* ocsp.c */; };
  14. 5216460E1A89928E0062516A /* sniffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646061A89928E0062516A /* sniffer.c */; };
  15. 5216460F1A89928E0062516A /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646071A89928E0062516A /* ssl.c */; };
  16. 521646101A89928E0062516A /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646081A89928E0062516A /* tls.c */; };
  17. 521646321A8992CC0062516A /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646111A8992CC0062516A /* aes.c */; };
  18. 521646331A8992CC0062516A /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646121A8992CC0062516A /* arc4.c */; };
  19. 521646341A8992CC0062516A /* asn.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646131A8992CC0062516A /* asn.c */; };
  20. 521646351A8992CC0062516A /* blake2b.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646141A8992CC0062516A /* blake2b.c */; };
  21. 521646361A8992CC0062516A /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646151A8992CC0062516A /* camellia.c */; };
  22. 521646371A8992CC0062516A /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646161A8992CC0062516A /* chacha.c */; };
  23. 521646381A8992CC0062516A /* coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646171A8992CC0062516A /* coding.c */; };
  24. 521646391A8992CC0062516A /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646181A8992CC0062516A /* des3.c */; };
  25. 5216463A1A8992CC0062516A /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646191A8992CC0062516A /* dh.c */; };
  26. 5216463B1A8992CC0062516A /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461A1A8992CC0062516A /* dsa.c */; };
  27. 5216463C1A8992CC0062516A /* ecc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461B1A8992CC0062516A /* ecc.c */; };
  28. 5216463D1A8992CC0062516A /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461C1A8992CC0062516A /* error.c */; };
  29. 5216463F1A8992CC0062516A /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461E1A8992CC0062516A /* hmac.c */; };
  30. 521646401A8992CC0062516A /* integer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461F1A8992CC0062516A /* integer.c */; };
  31. 521646411A8992CC0062516A /* logging.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646201A8992CC0062516A /* logging.c */; };
  32. 521646421A8992CC0062516A /* md2.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646211A8992CC0062516A /* md2.c */; };
  33. 521646431A8992CC0062516A /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646221A8992CC0062516A /* md4.c */; };
  34. 521646441A8992CC0062516A /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646231A8992CC0062516A /* md5.c */; };
  35. 521646451A8992CC0062516A /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646241A8992CC0062516A /* memory.c */; };
  36. 521646461A8992CC0062516A /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646251A8992CC0062516A /* misc.c */; };
  37. 521646471A8992CC0062516A /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646261A8992CC0062516A /* pkcs7.c */; };
  38. 521646481A8992CC0062516A /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646271A8992CC0062516A /* poly1305.c */; };
  39. 521646491A8992CC0062516A /* pwdbased.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646281A8992CC0062516A /* pwdbased.c */; };
  40. 5216464B1A8992CC0062516A /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462A1A8992CC0062516A /* random.c */; };
  41. 5216464C1A8992CC0062516A /* ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462B1A8992CC0062516A /* ripemd.c */; };
  42. 5216464D1A8992CC0062516A /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462C1A8992CC0062516A /* rsa.c */; };
  43. 5216464E1A8992CC0062516A /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462D1A8992CC0062516A /* sha.c */; };
  44. 5216464F1A8992CC0062516A /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462E1A8992CC0062516A /* sha256.c */; };
  45. 521646501A8992CC0062516A /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462F1A8992CC0062516A /* sha512.c */; };
  46. 521646511A8992CC0062516A /* tfm.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646301A8992CC0062516A /* tfm.c */; };
  47. 521646521A8992CC0062516A /* wc_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646311A8992CC0062516A /* wc_port.c */; };
  48. 521646C41A8A7FE10062516A /* callbacks.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646531A8993290062516A /* callbacks.h */; };
  49. 521646C51A8A7FE10062516A /* certs_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646541A8993290062516A /* certs_test.h */; };
  50. 521646C61A8A7FE10062516A /* crl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646551A8993290062516A /* crl.h */; };
  51. 521646C71A8A7FE10062516A /* error-ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646561A8993290062516A /* error-ssl.h */; };
  52. 521646C81A8A7FE10062516A /* internal.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646571A8993290062516A /* internal.h */; };
  53. 521646C91A8A7FE10062516A /* ocsp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646581A8993290062516A /* ocsp.h */; };
  54. 521646CA1A8A7FE10062516A /* ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465B1A8993290062516A /* ssl.h */; };
  55. 521646CB1A8A7FE10062516A /* test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465C1A8993290062516A /* test.h */; };
  56. 521646CC1A8A7FE10062516A /* version.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465D1A8993290062516A /* version.h */; };
  57. 521646CD1A8A7FF30062516A /* aes.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465E1A8993770062516A /* aes.h */; };
  58. 521646CE1A8A7FF30062516A /* arc4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465F1A8993770062516A /* arc4.h */; };
  59. 521646CF1A8A7FF30062516A /* asn_public.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646601A8993770062516A /* asn_public.h */; };
  60. 521646D01A8A7FF30062516A /* asn.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646611A8993770062516A /* asn.h */; };
  61. 521646D11A8A7FF30062516A /* blake2-impl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646621A8993770062516A /* blake2-impl.h */; };
  62. 521646D21A8A7FF30062516A /* blake2-int.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646631A8993770062516A /* blake2-int.h */; };
  63. 521646D31A8A7FF30062516A /* blake2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646641A8993770062516A /* blake2.h */; };
  64. 521646D41A8A7FF30062516A /* camellia.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646651A8993770062516A /* camellia.h */; };
  65. 521646D51A8A7FF30062516A /* chacha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646661A8993770062516A /* chacha.h */; };
  66. 521646D61A8A7FF30062516A /* coding.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646671A8993770062516A /* coding.h */; };
  67. 521646D71A8A7FF30062516A /* compress.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646681A8993770062516A /* compress.h */; };
  68. 521646D81A8A7FF30062516A /* des3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646691A8993770062516A /* des3.h */; };
  69. 521646D91A8A7FF30062516A /* dh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466A1A8993770062516A /* dh.h */; };
  70. 521646DA1A8A7FF30062516A /* dsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466B1A8993770062516A /* dsa.h */; };
  71. 521646DB1A8A7FF30062516A /* ecc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466C1A8993770062516A /* ecc.h */; };
  72. 521646DC1A8A7FF30062516A /* error-crypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466D1A8993770062516A /* error-crypt.h */; };
  73. 521646DD1A8A7FF30062516A /* fips_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466E1A8993770062516A /* fips_test.h */; };
  74. 521646DF1A8A7FF30062516A /* hmac.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646701A8993770062516A /* hmac.h */; };
  75. 521646E01A8A7FF30062516A /* integer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646721A8993770062516A /* integer.h */; };
  76. 521646E11A8A7FF30062516A /* logging.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646731A8993770062516A /* logging.h */; };
  77. 521646E21A8A7FF30062516A /* md2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646741A8993770062516A /* md2.h */; };
  78. 521646E31A8A7FF30062516A /* md4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646751A8993770062516A /* md4.h */; };
  79. 521646E41A8A7FF30062516A /* md5.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646761A8993770062516A /* md5.h */; };
  80. 521646E51A8A7FF30062516A /* memory.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646771A8993770062516A /* memory.h */; };
  81. 521646E61A8A7FF30062516A /* misc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646781A8993770062516A /* misc.h */; };
  82. 521646E71A8A7FF30062516A /* mpi_class.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646791A8993770062516A /* mpi_class.h */; };
  83. 521646E81A8A7FF30062516A /* mpi_superclass.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467A1A8993770062516A /* mpi_superclass.h */; };
  84. 521646E91A8A7FF30062516A /* pkcs7.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467B1A8993770062516A /* pkcs7.h */; };
  85. 521646EA1A8A7FF30062516A /* poly1305.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467C1A8993770062516A /* poly1305.h */; };
  86. 521646EB1A8A7FF30062516A /* pwdbased.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467D1A8993770062516A /* pwdbased.h */; };
  87. 521646ED1A8A7FF30062516A /* random.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467F1A8993770062516A /* random.h */; };
  88. 521646EE1A8A7FF30062516A /* ripemd.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646801A8993770062516A /* ripemd.h */; };
  89. 521646EF1A8A7FF30062516A /* rsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646811A8993770062516A /* rsa.h */; };
  90. 521646F01A8A7FF30062516A /* settings.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646821A8993770062516A /* settings.h */; };
  91. 521646F11A8A7FF30062516A /* sha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646831A8993770062516A /* sha.h */; };
  92. 521646F21A8A7FF30062516A /* sha256.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646841A8993770062516A /* sha256.h */; };
  93. 521646F31A8A7FF30062516A /* sha512.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646851A8993770062516A /* sha512.h */; };
  94. 521646F41A8A7FF30062516A /* tfm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646861A8993770062516A /* tfm.h */; };
  95. 521646F51A8A7FF30062516A /* types.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646871A8993770062516A /* types.h */; };
  96. 521646F61A8A7FF30062516A /* visibility.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646881A8993770062516A /* visibility.h */; };
  97. 521646F71A8A7FF30062516A /* wc_port.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646891A8993770062516A /* wc_port.h */; };
  98. 5216481D1A8AC2990062516A /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648101A8AC2990062516A /* aes.c */; };
  99. 5216481E1A8AC2990062516A /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648111A8AC2990062516A /* des3.c */; };
  100. 5216481F1A8AC2990062516A /* fips_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648121A8AC2990062516A /* fips_test.c */; };
  101. 521648201A8AC2990062516A /* fips.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648131A8AC2990062516A /* fips.c */; };
  102. 521648211A8AC2990062516A /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648141A8AC2990062516A /* hmac.c */; };
  103. 521648231A8AC2990062516A /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648161A8AC2990062516A /* random.c */; };
  104. 521648241A8AC2990062516A /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648171A8AC2990062516A /* rsa.c */; };
  105. 521648251A8AC2990062516A /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648181A8AC2990062516A /* sha.c */; };
  106. 521648261A8AC2990062516A /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648191A8AC2990062516A /* sha256.c */; };
  107. 521648271A8AC2990062516A /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216481A1A8AC2990062516A /* sha512.c */; };
  108. 521648281A8AC2990062516A /* wolfcrypt_first.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216481B1A8AC2990062516A /* wolfcrypt_first.c */; };
  109. 521648291A8AC2990062516A /* wolfcrypt_last.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216481C1A8AC2990062516A /* wolfcrypt_last.c */; };
  110. 522DBE111B7929C80031F454 /* wc_encrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 522DBE101B7929C80031F454 /* wc_encrypt.c */; };
  111. 522DBE131B792A190031F454 /* wc_encrypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 522DBE121B7929E70031F454 /* wc_encrypt.h */; };
  112. 525BE5BA1B38853E0054BBCD /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 525BE5B91B38853E0054BBCD /* hash.c */; };
  113. 525BE5BC1B3885750054BBCD /* hash.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 525BE5BB1B3885580054BBCD /* hash.h */; };
  114. 6AC85136272CAFEC00F2B32A /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AC85135272CAFEC00F2B32A /* kdf.c */; };
  115. 6AC85137272CAFEC00F2B32A /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AC85135272CAFEC00F2B32A /* kdf.c */; };
  116. 700F0CED2A2FC11300755BA7 /* async.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CCB2A2FC0D500755BA7 /* async.h */; };
  117. 700F0CEE2A2FC11300755BA7 /* chacha20_poly1305.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CC62A2FC0D400755BA7 /* chacha20_poly1305.h */; };
  118. 700F0CEF2A2FC11300755BA7 /* cmac.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD72A2FC0D500755BA7 /* cmac.h */; };
  119. 700F0CF02A2FC11300755BA7 /* cpuid.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CCE2A2FC0D500755BA7 /* cpuid.h */; };
  120. 700F0CF12A2FC11300755BA7 /* cryptocb.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CE02A2FC0D500755BA7 /* cryptocb.h */; };
  121. 700F0CF22A2FC11300755BA7 /* curve448.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD32A2FC0D500755BA7 /* curve448.h */; };
  122. 700F0CF32A2FC11300755BA7 /* curve25519.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CC82A2FC0D500755BA7 /* curve25519.h */; };
  123. 700F0CF42A2FC11300755BA7 /* dilithium.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CE52A2FC0D500755BA7 /* dilithium.h */; };
  124. 700F0CF52A2FC11300755BA7 /* eccsi.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CDB2A2FC0D500755BA7 /* eccsi.h */; };
  125. 700F0CF62A2FC11300755BA7 /* ed448.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD22A2FC0D500755BA7 /* ed448.h */; };
  126. 700F0CF72A2FC11300755BA7 /* ed25519.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CE12A2FC0D500755BA7 /* ed25519.h */; };
  127. 700F0CF82A2FC11300755BA7 /* ext_kyber.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD52A2FC0D500755BA7 /* ext_kyber.h */; };
  128. 700F0CF92A2FC11300755BA7 /* falcon.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CDD2A2FC0D500755BA7 /* falcon.h */; };
  129. 700F0CFA2A2FC11300755BA7 /* fe_448.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CDE2A2FC0D500755BA7 /* fe_448.h */; };
  130. 700F0CFB2A2FC11300755BA7 /* fe_operations.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CC72A2FC0D400755BA7 /* fe_operations.h */; };
  131. 700F0CFC2A2FC11300755BA7 /* fips.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CCF2A2FC0D500755BA7 /* fips.h */; };
  132. 700F0CFD2A2FC11300755BA7 /* ge_448.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CE22A2FC0D500755BA7 /* ge_448.h */; };
  133. 700F0CFE2A2FC11300755BA7 /* ge_operations.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CCA2A2FC0D500755BA7 /* ge_operations.h */; };
  134. 700F0CFF2A2FC11300755BA7 /* hpke.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CCD2A2FC0D500755BA7 /* hpke.h */; };
  135. 700F0D002A2FC11300755BA7 /* kyber.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CCC2A2FC0D500755BA7 /* kyber.h */; };
  136. 700F0D012A2FC11300755BA7 /* mem_track.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CDA2A2FC0D500755BA7 /* mem_track.h */; };
  137. 700F0D022A2FC11300755BA7 /* pkcs11.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD92A2FC0D500755BA7 /* pkcs11.h */; };
  138. 700F0D032A2FC11300755BA7 /* pkcs12.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CE42A2FC0D500755BA7 /* pkcs12.h */; };
  139. 700F0D042A2FC11300755BA7 /* rc2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CEA2A2FC0D500755BA7 /* rc2.h */; };
  140. 700F0D052A2FC11300755BA7 /* sakke.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CE62A2FC0D500755BA7 /* sakke.h */; };
  141. 700F0D062A2FC11300755BA7 /* selftest.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CC92A2FC0D500755BA7 /* selftest.h */; };
  142. 700F0D072A2FC11300755BA7 /* sha3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD02A2FC0D500755BA7 /* sha3.h */; };
  143. 700F0D082A2FC11300755BA7 /* signature.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CE72A2FC0D500755BA7 /* signature.h */; };
  144. 700F0D092A2FC11300755BA7 /* siphash.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD42A2FC0D500755BA7 /* siphash.h */; };
  145. 700F0D0A2A2FC11300755BA7 /* sp_int.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CDF2A2FC0D500755BA7 /* sp_int.h */; };
  146. 700F0D0B2A2FC11300755BA7 /* sp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD12A2FC0D500755BA7 /* sp.h */; };
  147. 700F0D0C2A2FC11300755BA7 /* sphincs.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CEC2A2FC0D500755BA7 /* sphincs.h */; };
  148. 700F0D0D2A2FC11300755BA7 /* srp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CDC2A2FC0D500755BA7 /* srp.h */; };
  149. 700F0D0E2A2FC11300755BA7 /* wc_kyber.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD82A2FC0D500755BA7 /* wc_kyber.h */; };
  150. 700F0D0F2A2FC11300755BA7 /* wc_pkcs11.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CE82A2FC0D500755BA7 /* wc_pkcs11.h */; };
  151. 700F0D102A2FC11300755BA7 /* wolfevent.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CD62A2FC0D500755BA7 /* wolfevent.h */; };
  152. 700F0D112A2FC11300755BA7 /* wolfmath.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 700F0CEB2A2FC0D500755BA7 /* wolfmath.h */; };
  153. 700F0D122A2FC11300755BA7 /* kdf.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6AC8513A272CB01200F2B32A /* kdf.h */; };
  154. 9D2E31D7291CE2190082B941 /* dtls13.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31D6291CE2190082B941 /* dtls13.c */; };
  155. 9D2E31D8291CE2190082B941 /* dtls13.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31D6291CE2190082B941 /* dtls13.c */; };
  156. 9D2E31DA291CE2370082B941 /* dtls.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31D9291CE2370082B941 /* dtls.c */; };
  157. 9D2E31DB291CE2370082B941 /* dtls.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31D9291CE2370082B941 /* dtls.c */; };
  158. 9D2E31DE291CE2740082B941 /* quic.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31DC291CE2740082B941 /* quic.c */; };
  159. 9D2E31DF291CE2740082B941 /* quic.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31DC291CE2740082B941 /* quic.c */; };
  160. 9D2E31E0291CE2740082B941 /* tls13.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31DD291CE2740082B941 /* tls13.c */; };
  161. 9D2E31E1291CE2740082B941 /* tls13.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D2E31DD291CE2740082B941 /* tls13.c */; };
  162. A4A54DF71BC5C3E0002866CD /* wolfcrypt_first.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216481B1A8AC2990062516A /* wolfcrypt_first.c */; };
  163. A4A54DF81BC5C3E0002866CD /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648141A8AC2990062516A /* hmac.c */; };
  164. A4A54DF91BC5C3E0002866CD /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648161A8AC2990062516A /* random.c */; };
  165. A4A54DFA1BC5C3E0002866CD /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648191A8AC2990062516A /* sha256.c */; };
  166. A4A54DFB1BC5C3E0002866CD /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648171A8AC2990062516A /* rsa.c */; };
  167. A4A54DFC1BC5C3E0002866CD /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648101A8AC2990062516A /* aes.c */; };
  168. A4A54DFD1BC5C3E0002866CD /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648111A8AC2990062516A /* des3.c */; };
  169. A4A54DFE1BC5C3E0002866CD /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 525BE5B91B38853E0054BBCD /* hash.c */; };
  170. A4A54DFF1BC5C3E0002866CD /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648181A8AC2990062516A /* sha.c */; };
  171. A4A54E001BC5C3E0002866CD /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216481A1A8AC2990062516A /* sha512.c */; };
  172. A4A54E011BC5C3E0002866CD /* fips.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648131A8AC2990062516A /* fips.c */; };
  173. A4A54E021BC5C3E0002866CD /* fips_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 521648121A8AC2990062516A /* fips_test.c */; };
  174. A4A54E031BC5C3E0002866CD /* wolfcrypt_last.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216481C1A8AC2990062516A /* wolfcrypt_last.c */; };
  175. A4A54E041BC5C3E0002866CD /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461A1A8992CC0062516A /* dsa.c */; };
  176. A4A54E051BC5C3E0002866CD /* logging.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646201A8992CC0062516A /* logging.c */; };
  177. A4A54E061BC5C3E0002866CD /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462D1A8992CC0062516A /* sha.c */; };
  178. A4A54E071BC5C3E0002866CD /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646271A8992CC0062516A /* poly1305.c */; };
  179. A4A54E081BC5C3E0002866CD /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646191A8992CC0062516A /* dh.c */; };
  180. A4A54E091BC5C3E0002866CD /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646151A8992CC0062516A /* camellia.c */; };
  181. A4A54E0A1BC5C3E0002866CD /* wc_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646311A8992CC0062516A /* wc_port.c */; };
  182. A4A54E0B1BC5C3E0002866CD /* pwdbased.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646281A8992CC0062516A /* pwdbased.c */; };
  183. A4A54E0C1BC5C3E0002866CD /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646251A8992CC0062516A /* misc.c */; };
  184. A4A54E0E1BC5C3E0002866CD /* asn.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646131A8992CC0062516A /* asn.c */; };
  185. A4A54E0F1BC5C3E0002866CD /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462F1A8992CC0062516A /* sha512.c */; };
  186. A4A54E111BC5C3E0002866CD /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646231A8992CC0062516A /* md5.c */; };
  187. A4A54E121BC5C3E0002866CD /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646071A89928E0062516A /* ssl.c */; };
  188. A4A54E131BC5C3E0002866CD /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462C1A8992CC0062516A /* rsa.c */; };
  189. A4A54E141BC5C3E0002866CD /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462A1A8992CC0062516A /* random.c */; };
  190. A4A54E151BC5C3E0002866CD /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646081A89928E0062516A /* tls.c */; };
  191. A4A54E161BC5C3E0002866CD /* ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646051A89928E0062516A /* ocsp.c */; };
  192. A4A54E171BC5C3E0002866CD /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646221A8992CC0062516A /* md4.c */; };
  193. A4A54E181BC5C3E0002866CD /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646111A8992CC0062516A /* aes.c */; };
  194. A4A54E191BC5C3E0002866CD /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646181A8992CC0062516A /* des3.c */; };
  195. A4A54E1A1BC5C3E0002866CD /* blake2b.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646141A8992CC0062516A /* blake2b.c */; };
  196. A4A54E1B1BC5C3E0002866CD /* ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462B1A8992CC0062516A /* ripemd.c */; };
  197. A4A54E1C1BC5C3E0002866CD /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646241A8992CC0062516A /* memory.c */; };
  198. A4A54E1D1BC5C3E0002866CD /* wc_encrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 522DBE101B7929C80031F454 /* wc_encrypt.c */; };
  199. A4A54E1E1BC5C3E0002866CD /* ecc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461B1A8992CC0062516A /* ecc.c */; };
  200. A4A54E1F1BC5C3E0002866CD /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462E1A8992CC0062516A /* sha256.c */; };
  201. A4A54E201BC5C3E0002866CD /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646161A8992CC0062516A /* chacha.c */; };
  202. A4A54E211BC5C3E0002866CD /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646261A8992CC0062516A /* pkcs7.c */; };
  203. A4A54E221BC5C3E0002866CD /* sniffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646061A89928E0062516A /* sniffer.c */; };
  204. A4A54E231BC5C3E0002866CD /* md2.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646211A8992CC0062516A /* md2.c */; };
  205. A4A54E241BC5C3E0002866CD /* coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646171A8992CC0062516A /* coding.c */; };
  206. A4A54E251BC5C3E0002866CD /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461C1A8992CC0062516A /* error.c */; };
  207. A4A54E261BC5C3E0002866CD /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461E1A8992CC0062516A /* hmac.c */; };
  208. A4A54E271BC5C3E0002866CD /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646121A8992CC0062516A /* arc4.c */; };
  209. A4A54E281BC5C3E0002866CD /* integer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461F1A8992CC0062516A /* integer.c */; };
  210. A4A54E291BC5C3E0002866CD /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646021A89928E0062516A /* internal.c */; };
  211. A4A54E2A1BC5C3E0002866CD /* wolfio.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646031A89928E0062516A /* wolfio.c */; };
  212. A4A54E2B1BC5C3E0002866CD /* tfm.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646301A8992CC0062516A /* tfm.c */; };
  213. A4A54E2C1BC5C3E0002866CD /* crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646011A89928E0062516A /* crl.c */; };
  214. A4A54E2D1BC5C3E0002866CD /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646041A89928E0062516A /* keys.c */; };
  215. A4A54E301BC5C3E0002866CD /* callbacks.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646531A8993290062516A /* callbacks.h */; };
  216. A4A54E311BC5C3E0002866CD /* certs_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646541A8993290062516A /* certs_test.h */; };
  217. A4A54E321BC5C3E0002866CD /* crl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646551A8993290062516A /* crl.h */; };
  218. A4A54E331BC5C3E0002866CD /* error-ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646561A8993290062516A /* error-ssl.h */; };
  219. A4A54E341BC5C3E0002866CD /* internal.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646571A8993290062516A /* internal.h */; };
  220. A4A54E351BC5C3E0002866CD /* ocsp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646581A8993290062516A /* ocsp.h */; };
  221. A4A54E361BC5C3E0002866CD /* ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465B1A8993290062516A /* ssl.h */; };
  222. A4A54E371BC5C3E0002866CD /* test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465C1A8993290062516A /* test.h */; };
  223. A4A54E381BC5C3E0002866CD /* version.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465D1A8993290062516A /* version.h */; };
  224. A4A54E3A1BC5C3E0002866CD /* wc_encrypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 522DBE121B7929E70031F454 /* wc_encrypt.h */; };
  225. A4A54E3B1BC5C3E0002866CD /* hash.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 525BE5BB1B3885580054BBCD /* hash.h */; };
  226. A4A54E3C1BC5C3E0002866CD /* aes.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465E1A8993770062516A /* aes.h */; };
  227. A4A54E3D1BC5C3E0002866CD /* arc4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465F1A8993770062516A /* arc4.h */; };
  228. A4A54E3E1BC5C3E0002866CD /* asn_public.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646601A8993770062516A /* asn_public.h */; };
  229. A4A54E3F1BC5C3E0002866CD /* asn.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646611A8993770062516A /* asn.h */; };
  230. A4A54E401BC5C3E0002866CD /* blake2-impl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646621A8993770062516A /* blake2-impl.h */; };
  231. A4A54E411BC5C3E0002866CD /* blake2-int.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646631A8993770062516A /* blake2-int.h */; };
  232. A4A54E421BC5C3E0002866CD /* blake2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646641A8993770062516A /* blake2.h */; };
  233. A4A54E431BC5C3E0002866CD /* camellia.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646651A8993770062516A /* camellia.h */; };
  234. A4A54E441BC5C3E0002866CD /* chacha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646661A8993770062516A /* chacha.h */; };
  235. A4A54E451BC5C3E0002866CD /* coding.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646671A8993770062516A /* coding.h */; };
  236. A4A54E461BC5C3E0002866CD /* compress.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646681A8993770062516A /* compress.h */; };
  237. A4A54E471BC5C3E0002866CD /* des3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646691A8993770062516A /* des3.h */; };
  238. A4A54E481BC5C3E0002866CD /* dh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466A1A8993770062516A /* dh.h */; };
  239. A4A54E491BC5C3E0002866CD /* dsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466B1A8993770062516A /* dsa.h */; };
  240. A4A54E4A1BC5C3E0002866CD /* ecc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466C1A8993770062516A /* ecc.h */; };
  241. A4A54E4B1BC5C3E0002866CD /* error-crypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466D1A8993770062516A /* error-crypt.h */; };
  242. A4A54E4C1BC5C3E0002866CD /* fips_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466E1A8993770062516A /* fips_test.h */; };
  243. A4A54E4E1BC5C3E0002866CD /* hmac.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646701A8993770062516A /* hmac.h */; };
  244. A4A54E4F1BC5C3E0002866CD /* integer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646721A8993770062516A /* integer.h */; };
  245. A4A54E501BC5C3E0002866CD /* logging.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646731A8993770062516A /* logging.h */; };
  246. A4A54E511BC5C3E0002866CD /* md2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646741A8993770062516A /* md2.h */; };
  247. A4A54E521BC5C3E0002866CD /* md4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646751A8993770062516A /* md4.h */; };
  248. A4A54E531BC5C3E0002866CD /* md5.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646761A8993770062516A /* md5.h */; };
  249. A4A54E541BC5C3E0002866CD /* memory.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646771A8993770062516A /* memory.h */; };
  250. A4A54E551BC5C3E0002866CD /* misc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646781A8993770062516A /* misc.h */; };
  251. A4A54E561BC5C3E0002866CD /* mpi_class.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646791A8993770062516A /* mpi_class.h */; };
  252. A4A54E571BC5C3E0002866CD /* mpi_superclass.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467A1A8993770062516A /* mpi_superclass.h */; };
  253. A4A54E581BC5C3E0002866CD /* pkcs7.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467B1A8993770062516A /* pkcs7.h */; };
  254. A4A54E591BC5C3E0002866CD /* poly1305.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467C1A8993770062516A /* poly1305.h */; };
  255. A4A54E5A1BC5C3E0002866CD /* pwdbased.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467D1A8993770062516A /* pwdbased.h */; };
  256. A4A54E5C1BC5C3E0002866CD /* random.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467F1A8993770062516A /* random.h */; };
  257. A4A54E5D1BC5C3E0002866CD /* ripemd.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646801A8993770062516A /* ripemd.h */; };
  258. A4A54E5E1BC5C3E0002866CD /* rsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646811A8993770062516A /* rsa.h */; };
  259. A4A54E5F1BC5C3E0002866CD /* settings.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646821A8993770062516A /* settings.h */; };
  260. A4A54E601BC5C3E0002866CD /* sha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646831A8993770062516A /* sha.h */; };
  261. A4A54E611BC5C3E0002866CD /* sha256.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646841A8993770062516A /* sha256.h */; };
  262. A4A54E621BC5C3E0002866CD /* sha512.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646851A8993770062516A /* sha512.h */; };
  263. A4A54E631BC5C3E0002866CD /* tfm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646861A8993770062516A /* tfm.h */; };
  264. A4A54E641BC5C3E0002866CD /* types.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646871A8993770062516A /* types.h */; };
  265. A4A54E651BC5C3E0002866CD /* visibility.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646881A8993770062516A /* visibility.h */; };
  266. A4A54E661BC5C3E0002866CD /* wc_port.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646891A8993770062516A /* wc_port.h */; };
  267. /* End PBXBuildFile section */
  268. /* Begin PBXCopyFilesBuildPhase section */
  269. 521646C11A8A7B380062516A /* CopyFiles */ = {
  270. isa = PBXCopyFilesBuildPhase;
  271. buildActionMask = 2147483647;
  272. dstPath = include/wolfssl/wolfcrypt;
  273. dstSubfolderSpec = 7;
  274. files = (
  275. 700F0CED2A2FC11300755BA7 /* async.h in CopyFiles */,
  276. 700F0CEE2A2FC11300755BA7 /* chacha20_poly1305.h in CopyFiles */,
  277. 700F0CEF2A2FC11300755BA7 /* cmac.h in CopyFiles */,
  278. 700F0CF02A2FC11300755BA7 /* cpuid.h in CopyFiles */,
  279. 700F0CF12A2FC11300755BA7 /* cryptocb.h in CopyFiles */,
  280. 700F0CF22A2FC11300755BA7 /* curve448.h in CopyFiles */,
  281. 700F0CF32A2FC11300755BA7 /* curve25519.h in CopyFiles */,
  282. 700F0CF42A2FC11300755BA7 /* dilithium.h in CopyFiles */,
  283. 700F0CF52A2FC11300755BA7 /* eccsi.h in CopyFiles */,
  284. 700F0CF62A2FC11300755BA7 /* ed448.h in CopyFiles */,
  285. 700F0CF72A2FC11300755BA7 /* ed25519.h in CopyFiles */,
  286. 700F0CF82A2FC11300755BA7 /* ext_kyber.h in CopyFiles */,
  287. 700F0CF92A2FC11300755BA7 /* falcon.h in CopyFiles */,
  288. 700F0CFA2A2FC11300755BA7 /* fe_448.h in CopyFiles */,
  289. 700F0CFB2A2FC11300755BA7 /* fe_operations.h in CopyFiles */,
  290. 700F0CFC2A2FC11300755BA7 /* fips.h in CopyFiles */,
  291. 700F0CFD2A2FC11300755BA7 /* ge_448.h in CopyFiles */,
  292. 700F0CFE2A2FC11300755BA7 /* ge_operations.h in CopyFiles */,
  293. 700F0CFF2A2FC11300755BA7 /* hpke.h in CopyFiles */,
  294. 700F0D002A2FC11300755BA7 /* kyber.h in CopyFiles */,
  295. 700F0D012A2FC11300755BA7 /* mem_track.h in CopyFiles */,
  296. 700F0D022A2FC11300755BA7 /* pkcs11.h in CopyFiles */,
  297. 700F0D032A2FC11300755BA7 /* pkcs12.h in CopyFiles */,
  298. 700F0D042A2FC11300755BA7 /* rc2.h in CopyFiles */,
  299. 700F0D052A2FC11300755BA7 /* sakke.h in CopyFiles */,
  300. 700F0D062A2FC11300755BA7 /* selftest.h in CopyFiles */,
  301. 700F0D072A2FC11300755BA7 /* sha3.h in CopyFiles */,
  302. 700F0D082A2FC11300755BA7 /* signature.h in CopyFiles */,
  303. 700F0D092A2FC11300755BA7 /* siphash.h in CopyFiles */,
  304. 700F0D0A2A2FC11300755BA7 /* sp_int.h in CopyFiles */,
  305. 700F0D0B2A2FC11300755BA7 /* sp.h in CopyFiles */,
  306. 700F0D0C2A2FC11300755BA7 /* sphincs.h in CopyFiles */,
  307. 700F0D0D2A2FC11300755BA7 /* srp.h in CopyFiles */,
  308. 700F0D0E2A2FC11300755BA7 /* wc_kyber.h in CopyFiles */,
  309. 700F0D0F2A2FC11300755BA7 /* wc_pkcs11.h in CopyFiles */,
  310. 700F0D102A2FC11300755BA7 /* wolfevent.h in CopyFiles */,
  311. 700F0D112A2FC11300755BA7 /* wolfmath.h in CopyFiles */,
  312. 700F0D122A2FC11300755BA7 /* kdf.h in CopyFiles */,
  313. 522DBE131B792A190031F454 /* wc_encrypt.h in CopyFiles */,
  314. 525BE5BC1B3885750054BBCD /* hash.h in CopyFiles */,
  315. 521646CD1A8A7FF30062516A /* aes.h in CopyFiles */,
  316. 521646CE1A8A7FF30062516A /* arc4.h in CopyFiles */,
  317. 521646CF1A8A7FF30062516A /* asn_public.h in CopyFiles */,
  318. 521646D01A8A7FF30062516A /* asn.h in CopyFiles */,
  319. 521646D11A8A7FF30062516A /* blake2-impl.h in CopyFiles */,
  320. 521646D21A8A7FF30062516A /* blake2-int.h in CopyFiles */,
  321. 521646D31A8A7FF30062516A /* blake2.h in CopyFiles */,
  322. 521646D41A8A7FF30062516A /* camellia.h in CopyFiles */,
  323. 521646D51A8A7FF30062516A /* chacha.h in CopyFiles */,
  324. 521646D61A8A7FF30062516A /* coding.h in CopyFiles */,
  325. 521646D71A8A7FF30062516A /* compress.h in CopyFiles */,
  326. 521646D81A8A7FF30062516A /* des3.h in CopyFiles */,
  327. 521646D91A8A7FF30062516A /* dh.h in CopyFiles */,
  328. 521646DA1A8A7FF30062516A /* dsa.h in CopyFiles */,
  329. 521646DB1A8A7FF30062516A /* ecc.h in CopyFiles */,
  330. 521646DC1A8A7FF30062516A /* error-crypt.h in CopyFiles */,
  331. 521646DD1A8A7FF30062516A /* fips_test.h in CopyFiles */,
  332. 521646DF1A8A7FF30062516A /* hmac.h in CopyFiles */,
  333. 521646E01A8A7FF30062516A /* integer.h in CopyFiles */,
  334. 521646E11A8A7FF30062516A /* logging.h in CopyFiles */,
  335. 521646E21A8A7FF30062516A /* md2.h in CopyFiles */,
  336. 521646E31A8A7FF30062516A /* md4.h in CopyFiles */,
  337. 521646E41A8A7FF30062516A /* md5.h in CopyFiles */,
  338. 521646E51A8A7FF30062516A /* memory.h in CopyFiles */,
  339. 521646E61A8A7FF30062516A /* misc.h in CopyFiles */,
  340. 521646E71A8A7FF30062516A /* mpi_class.h in CopyFiles */,
  341. 521646E81A8A7FF30062516A /* mpi_superclass.h in CopyFiles */,
  342. 521646E91A8A7FF30062516A /* pkcs7.h in CopyFiles */,
  343. 521646EA1A8A7FF30062516A /* poly1305.h in CopyFiles */,
  344. 521646EB1A8A7FF30062516A /* pwdbased.h in CopyFiles */,
  345. 521646ED1A8A7FF30062516A /* random.h in CopyFiles */,
  346. 521646EE1A8A7FF30062516A /* ripemd.h in CopyFiles */,
  347. 521646EF1A8A7FF30062516A /* rsa.h in CopyFiles */,
  348. 521646F01A8A7FF30062516A /* settings.h in CopyFiles */,
  349. 521646F11A8A7FF30062516A /* sha.h in CopyFiles */,
  350. 521646F21A8A7FF30062516A /* sha256.h in CopyFiles */,
  351. 521646F31A8A7FF30062516A /* sha512.h in CopyFiles */,
  352. 521646F41A8A7FF30062516A /* tfm.h in CopyFiles */,
  353. 521646F51A8A7FF30062516A /* types.h in CopyFiles */,
  354. 521646F61A8A7FF30062516A /* visibility.h in CopyFiles */,
  355. 521646F71A8A7FF30062516A /* wc_port.h in CopyFiles */,
  356. );
  357. runOnlyForDeploymentPostprocessing = 0;
  358. };
  359. 52B1344B16F3C9E800C07B32 /* CopyFiles */ = {
  360. isa = PBXCopyFilesBuildPhase;
  361. buildActionMask = 2147483647;
  362. dstPath = include/wolfssl;
  363. dstSubfolderSpec = 7;
  364. files = (
  365. 521646C41A8A7FE10062516A /* callbacks.h in CopyFiles */,
  366. 521646C51A8A7FE10062516A /* certs_test.h in CopyFiles */,
  367. 521646C61A8A7FE10062516A /* crl.h in CopyFiles */,
  368. 521646C71A8A7FE10062516A /* error-ssl.h in CopyFiles */,
  369. 521646C81A8A7FE10062516A /* internal.h in CopyFiles */,
  370. 521646C91A8A7FE10062516A /* ocsp.h in CopyFiles */,
  371. 521646CA1A8A7FE10062516A /* ssl.h in CopyFiles */,
  372. 521646CB1A8A7FE10062516A /* test.h in CopyFiles */,
  373. 521646CC1A8A7FE10062516A /* version.h in CopyFiles */,
  374. );
  375. runOnlyForDeploymentPostprocessing = 0;
  376. };
  377. A4A54E2F1BC5C3E0002866CD /* CopyFiles */ = {
  378. isa = PBXCopyFilesBuildPhase;
  379. buildActionMask = 2147483647;
  380. dstPath = include/wolfssl;
  381. dstSubfolderSpec = 7;
  382. files = (
  383. A4A54E301BC5C3E0002866CD /* callbacks.h in CopyFiles */,
  384. A4A54E311BC5C3E0002866CD /* certs_test.h in CopyFiles */,
  385. A4A54E321BC5C3E0002866CD /* crl.h in CopyFiles */,
  386. A4A54E331BC5C3E0002866CD /* error-ssl.h in CopyFiles */,
  387. A4A54E341BC5C3E0002866CD /* internal.h in CopyFiles */,
  388. A4A54E351BC5C3E0002866CD /* ocsp.h in CopyFiles */,
  389. A4A54E361BC5C3E0002866CD /* ssl.h in CopyFiles */,
  390. A4A54E371BC5C3E0002866CD /* test.h in CopyFiles */,
  391. A4A54E381BC5C3E0002866CD /* version.h in CopyFiles */,
  392. );
  393. runOnlyForDeploymentPostprocessing = 0;
  394. };
  395. A4A54E391BC5C3E0002866CD /* CopyFiles */ = {
  396. isa = PBXCopyFilesBuildPhase;
  397. buildActionMask = 2147483647;
  398. dstPath = include/wolfssl/wolfcrypt;
  399. dstSubfolderSpec = 7;
  400. files = (
  401. A4A54E3A1BC5C3E0002866CD /* wc_encrypt.h in CopyFiles */,
  402. A4A54E3B1BC5C3E0002866CD /* hash.h in CopyFiles */,
  403. A4A54E3C1BC5C3E0002866CD /* aes.h in CopyFiles */,
  404. A4A54E3D1BC5C3E0002866CD /* arc4.h in CopyFiles */,
  405. A4A54E3E1BC5C3E0002866CD /* asn_public.h in CopyFiles */,
  406. A4A54E3F1BC5C3E0002866CD /* asn.h in CopyFiles */,
  407. A4A54E401BC5C3E0002866CD /* blake2-impl.h in CopyFiles */,
  408. A4A54E411BC5C3E0002866CD /* blake2-int.h in CopyFiles */,
  409. A4A54E421BC5C3E0002866CD /* blake2.h in CopyFiles */,
  410. A4A54E431BC5C3E0002866CD /* camellia.h in CopyFiles */,
  411. A4A54E441BC5C3E0002866CD /* chacha.h in CopyFiles */,
  412. A4A54E451BC5C3E0002866CD /* coding.h in CopyFiles */,
  413. A4A54E461BC5C3E0002866CD /* compress.h in CopyFiles */,
  414. A4A54E471BC5C3E0002866CD /* des3.h in CopyFiles */,
  415. A4A54E481BC5C3E0002866CD /* dh.h in CopyFiles */,
  416. A4A54E491BC5C3E0002866CD /* dsa.h in CopyFiles */,
  417. A4A54E4A1BC5C3E0002866CD /* ecc.h in CopyFiles */,
  418. A4A54E4B1BC5C3E0002866CD /* error-crypt.h in CopyFiles */,
  419. A4A54E4C1BC5C3E0002866CD /* fips_test.h in CopyFiles */,
  420. A4A54E4E1BC5C3E0002866CD /* hmac.h in CopyFiles */,
  421. A4A54E4F1BC5C3E0002866CD /* integer.h in CopyFiles */,
  422. A4A54E501BC5C3E0002866CD /* logging.h in CopyFiles */,
  423. A4A54E511BC5C3E0002866CD /* md2.h in CopyFiles */,
  424. A4A54E521BC5C3E0002866CD /* md4.h in CopyFiles */,
  425. A4A54E531BC5C3E0002866CD /* md5.h in CopyFiles */,
  426. A4A54E541BC5C3E0002866CD /* memory.h in CopyFiles */,
  427. A4A54E551BC5C3E0002866CD /* misc.h in CopyFiles */,
  428. A4A54E561BC5C3E0002866CD /* mpi_class.h in CopyFiles */,
  429. A4A54E571BC5C3E0002866CD /* mpi_superclass.h in CopyFiles */,
  430. A4A54E581BC5C3E0002866CD /* pkcs7.h in CopyFiles */,
  431. A4A54E591BC5C3E0002866CD /* poly1305.h in CopyFiles */,
  432. A4A54E5A1BC5C3E0002866CD /* pwdbased.h in CopyFiles */,
  433. A4A54E5C1BC5C3E0002866CD /* random.h in CopyFiles */,
  434. A4A54E5D1BC5C3E0002866CD /* ripemd.h in CopyFiles */,
  435. A4A54E5E1BC5C3E0002866CD /* rsa.h in CopyFiles */,
  436. A4A54E5F1BC5C3E0002866CD /* settings.h in CopyFiles */,
  437. A4A54E601BC5C3E0002866CD /* sha.h in CopyFiles */,
  438. A4A54E611BC5C3E0002866CD /* sha256.h in CopyFiles */,
  439. A4A54E621BC5C3E0002866CD /* sha512.h in CopyFiles */,
  440. A4A54E631BC5C3E0002866CD /* tfm.h in CopyFiles */,
  441. A4A54E641BC5C3E0002866CD /* types.h in CopyFiles */,
  442. A4A54E651BC5C3E0002866CD /* visibility.h in CopyFiles */,
  443. A4A54E661BC5C3E0002866CD /* wc_port.h in CopyFiles */,
  444. );
  445. runOnlyForDeploymentPostprocessing = 0;
  446. };
  447. /* End PBXCopyFilesBuildPhase section */
  448. /* Begin PBXFileReference section */
  449. 521646011A89928E0062516A /* crl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crl.c; path = ../../src/crl.c; sourceTree = "<group>"; };
  450. 521646021A89928E0062516A /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = internal.c; path = ../../src/internal.c; sourceTree = "<group>"; };
  451. 521646031A89928E0062516A /* wolfio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wolfio.c; path = ../../src/wolfio.c; sourceTree = "<group>"; };
  452. 521646041A89928E0062516A /* keys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keys.c; path = ../../src/keys.c; sourceTree = "<group>"; };
  453. 521646051A89928E0062516A /* ocsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ocsp.c; path = ../../src/ocsp.c; sourceTree = "<group>"; };
  454. 521646061A89928E0062516A /* sniffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sniffer.c; path = ../../src/sniffer.c; sourceTree = "<group>"; };
  455. 521646071A89928E0062516A /* ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl.c; path = ../../src/ssl.c; sourceTree = "<group>"; };
  456. 521646081A89928E0062516A /* tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tls.c; path = ../../src/tls.c; sourceTree = "<group>"; };
  457. 521646111A8992CC0062516A /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aes.c; path = ../../wolfcrypt/src/aes.c; sourceTree = SOURCE_ROOT; };
  458. 521646121A8992CC0062516A /* arc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = arc4.c; path = ../../wolfcrypt/src/arc4.c; sourceTree = SOURCE_ROOT; };
  459. 521646131A8992CC0062516A /* asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asn.c; path = ../../wolfcrypt/src/asn.c; sourceTree = SOURCE_ROOT; };
  460. 521646141A8992CC0062516A /* blake2b.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = blake2b.c; path = ../../wolfcrypt/src/blake2b.c; sourceTree = SOURCE_ROOT; };
  461. 521646151A8992CC0062516A /* camellia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = camellia.c; path = ../../wolfcrypt/src/camellia.c; sourceTree = SOURCE_ROOT; };
  462. 521646161A8992CC0062516A /* chacha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = chacha.c; path = ../../wolfcrypt/src/chacha.c; sourceTree = SOURCE_ROOT; };
  463. 521646171A8992CC0062516A /* coding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = coding.c; path = ../../wolfcrypt/src/coding.c; sourceTree = SOURCE_ROOT; };
  464. 521646181A8992CC0062516A /* des3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = des3.c; path = ../../wolfcrypt/src/des3.c; sourceTree = SOURCE_ROOT; };
  465. 521646191A8992CC0062516A /* dh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dh.c; path = ../../wolfcrypt/src/dh.c; sourceTree = SOURCE_ROOT; };
  466. 5216461A1A8992CC0062516A /* dsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dsa.c; path = ../../wolfcrypt/src/dsa.c; sourceTree = SOURCE_ROOT; };
  467. 5216461B1A8992CC0062516A /* ecc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecc.c; path = ../../wolfcrypt/src/ecc.c; sourceTree = SOURCE_ROOT; };
  468. 5216461C1A8992CC0062516A /* error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = error.c; path = ../../wolfcrypt/src/error.c; sourceTree = SOURCE_ROOT; };
  469. 5216461E1A8992CC0062516A /* hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hmac.c; path = ../../wolfcrypt/src/hmac.c; sourceTree = SOURCE_ROOT; };
  470. 5216461F1A8992CC0062516A /* integer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = integer.c; path = ../../wolfcrypt/src/integer.c; sourceTree = SOURCE_ROOT; };
  471. 521646201A8992CC0062516A /* logging.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = logging.c; path = ../../wolfcrypt/src/logging.c; sourceTree = SOURCE_ROOT; };
  472. 521646211A8992CC0062516A /* md2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md2.c; path = ../../wolfcrypt/src/md2.c; sourceTree = SOURCE_ROOT; };
  473. 521646221A8992CC0062516A /* md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md4.c; path = ../../wolfcrypt/src/md4.c; sourceTree = SOURCE_ROOT; };
  474. 521646231A8992CC0062516A /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../wolfcrypt/src/md5.c; sourceTree = SOURCE_ROOT; };
  475. 521646241A8992CC0062516A /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memory.c; path = ../../wolfcrypt/src/memory.c; sourceTree = SOURCE_ROOT; };
  476. 521646251A8992CC0062516A /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ../../wolfcrypt/src/misc.c; sourceTree = SOURCE_ROOT; };
  477. 521646261A8992CC0062516A /* pkcs7.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pkcs7.c; path = ../../wolfcrypt/src/pkcs7.c; sourceTree = SOURCE_ROOT; };
  478. 521646271A8992CC0062516A /* poly1305.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = poly1305.c; path = ../../wolfcrypt/src/poly1305.c; sourceTree = SOURCE_ROOT; };
  479. 521646281A8992CC0062516A /* pwdbased.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pwdbased.c; path = ../../wolfcrypt/src/pwdbased.c; sourceTree = SOURCE_ROOT; };
  480. 5216462A1A8992CC0062516A /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = random.c; path = ../../wolfcrypt/src/random.c; sourceTree = SOURCE_ROOT; };
  481. 5216462B1A8992CC0062516A /* ripemd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ripemd.c; path = ../../wolfcrypt/src/ripemd.c; sourceTree = SOURCE_ROOT; };
  482. 5216462C1A8992CC0062516A /* rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rsa.c; path = ../../wolfcrypt/src/rsa.c; sourceTree = SOURCE_ROOT; };
  483. 5216462D1A8992CC0062516A /* sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha.c; path = ../../wolfcrypt/src/sha.c; sourceTree = SOURCE_ROOT; };
  484. 5216462E1A8992CC0062516A /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha256.c; path = ../../wolfcrypt/src/sha256.c; sourceTree = SOURCE_ROOT; };
  485. 5216462F1A8992CC0062516A /* sha512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha512.c; path = ../../wolfcrypt/src/sha512.c; sourceTree = SOURCE_ROOT; };
  486. 521646301A8992CC0062516A /* tfm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tfm.c; path = ../../wolfcrypt/src/tfm.c; sourceTree = SOURCE_ROOT; };
  487. 521646311A8992CC0062516A /* wc_port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wc_port.c; path = ../../wolfcrypt/src/wc_port.c; sourceTree = SOURCE_ROOT; };
  488. 521646531A8993290062516A /* callbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = callbacks.h; path = ../../wolfssl/callbacks.h; sourceTree = "<group>"; };
  489. 521646541A8993290062516A /* certs_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = certs_test.h; path = ../../wolfssl/certs_test.h; sourceTree = "<group>"; };
  490. 521646551A8993290062516A /* crl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crl.h; path = ../../wolfssl/crl.h; sourceTree = "<group>"; };
  491. 521646561A8993290062516A /* error-ssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "error-ssl.h"; path = "../../wolfssl/error-ssl.h"; sourceTree = "<group>"; };
  492. 521646571A8993290062516A /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = internal.h; path = ../../wolfssl/internal.h; sourceTree = "<group>"; };
  493. 521646581A8993290062516A /* ocsp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ../../wolfssl/ocsp.h; sourceTree = "<group>"; };
  494. 5216465B1A8993290062516A /* ssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ../../wolfssl/ssl.h; sourceTree = "<group>"; };
  495. 5216465C1A8993290062516A /* test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test.h; path = ../../wolfssl/test.h; sourceTree = "<group>"; };
  496. 5216465D1A8993290062516A /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../../wolfssl/version.h; sourceTree = "<group>"; };
  497. 5216465E1A8993770062516A /* aes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ../../wolfssl/wolfcrypt/aes.h; sourceTree = "<group>"; };
  498. 5216465F1A8993770062516A /* arc4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arc4.h; path = ../../wolfssl/wolfcrypt/arc4.h; sourceTree = "<group>"; };
  499. 521646601A8993770062516A /* asn_public.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = asn_public.h; path = ../../wolfssl/wolfcrypt/asn_public.h; sourceTree = "<group>"; };
  500. 521646611A8993770062516A /* asn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = asn.h; path = ../../wolfssl/wolfcrypt/asn.h; sourceTree = "<group>"; };
  501. 521646621A8993770062516A /* blake2-impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "blake2-impl.h"; path = "../../wolfssl/wolfcrypt/blake2-impl.h"; sourceTree = "<group>"; };
  502. 521646631A8993770062516A /* blake2-int.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "blake2-int.h"; path = "../../wolfssl/wolfcrypt/blake2-int.h"; sourceTree = "<group>"; };
  503. 521646641A8993770062516A /* blake2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = blake2.h; path = ../../wolfssl/wolfcrypt/blake2.h; sourceTree = "<group>"; };
  504. 521646651A8993770062516A /* camellia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ../../wolfssl/wolfcrypt/camellia.h; sourceTree = "<group>"; };
  505. 521646661A8993770062516A /* chacha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chacha.h; path = ../../wolfssl/wolfcrypt/chacha.h; sourceTree = "<group>"; };
  506. 521646671A8993770062516A /* coding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coding.h; path = ../../wolfssl/wolfcrypt/coding.h; sourceTree = "<group>"; };
  507. 521646681A8993770062516A /* compress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = compress.h; path = ../../wolfssl/wolfcrypt/compress.h; sourceTree = "<group>"; };
  508. 521646691A8993770062516A /* des3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = des3.h; path = ../../wolfssl/wolfcrypt/des3.h; sourceTree = "<group>"; };
  509. 5216466A1A8993770062516A /* dh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dh.h; path = ../../wolfssl/wolfcrypt/dh.h; sourceTree = "<group>"; };
  510. 5216466B1A8993770062516A /* dsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = ../../wolfssl/wolfcrypt/dsa.h; sourceTree = "<group>"; };
  511. 5216466C1A8993770062516A /* ecc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ecc.h; path = ../../wolfssl/wolfcrypt/ecc.h; sourceTree = "<group>"; };
  512. 5216466D1A8993770062516A /* error-crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "error-crypt.h"; path = "../../wolfssl/wolfcrypt/error-crypt.h"; sourceTree = "<group>"; };
  513. 5216466E1A8993770062516A /* fips_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fips_test.h; path = ../../wolfssl/wolfcrypt/fips_test.h; sourceTree = "<group>"; };
  514. 521646701A8993770062516A /* hmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ../../wolfssl/wolfcrypt/hmac.h; sourceTree = "<group>"; };
  515. 521646721A8993770062516A /* integer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = integer.h; path = ../../wolfssl/wolfcrypt/integer.h; sourceTree = "<group>"; };
  516. 521646731A8993770062516A /* logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = logging.h; path = ../../wolfssl/wolfcrypt/logging.h; sourceTree = "<group>"; };
  517. 521646741A8993770062516A /* md2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md2.h; path = ../../wolfssl/wolfcrypt/md2.h; sourceTree = "<group>"; };
  518. 521646751A8993770062516A /* md4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md4.h; path = ../../wolfssl/wolfcrypt/md4.h; sourceTree = "<group>"; };
  519. 521646761A8993770062516A /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ../../wolfssl/wolfcrypt/md5.h; sourceTree = "<group>"; };
  520. 521646771A8993770062516A /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memory.h; path = ../../wolfssl/wolfcrypt/memory.h; sourceTree = "<group>"; };
  521. 521646781A8993770062516A /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = misc.h; path = ../../wolfssl/wolfcrypt/misc.h; sourceTree = "<group>"; };
  522. 521646791A8993770062516A /* mpi_class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpi_class.h; path = ../../wolfssl/wolfcrypt/mpi_class.h; sourceTree = "<group>"; };
  523. 5216467A1A8993770062516A /* mpi_superclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpi_superclass.h; path = ../../wolfssl/wolfcrypt/mpi_superclass.h; sourceTree = "<group>"; };
  524. 5216467B1A8993770062516A /* pkcs7.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = ../../wolfssl/wolfcrypt/pkcs7.h; sourceTree = "<group>"; };
  525. 5216467C1A8993770062516A /* poly1305.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = poly1305.h; path = ../../wolfssl/wolfcrypt/poly1305.h; sourceTree = "<group>"; };
  526. 5216467D1A8993770062516A /* pwdbased.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pwdbased.h; path = ../../wolfssl/wolfcrypt/pwdbased.h; sourceTree = "<group>"; };
  527. 5216467F1A8993770062516A /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = random.h; path = ../../wolfssl/wolfcrypt/random.h; sourceTree = "<group>"; };
  528. 521646801A8993770062516A /* ripemd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = ../../wolfssl/wolfcrypt/ripemd.h; sourceTree = "<group>"; };
  529. 521646811A8993770062516A /* rsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ../../wolfssl/wolfcrypt/rsa.h; sourceTree = "<group>"; };
  530. 521646821A8993770062516A /* settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = settings.h; path = ../../wolfssl/wolfcrypt/settings.h; sourceTree = "<group>"; };
  531. 521646831A8993770062516A /* sha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha.h; path = ../../wolfssl/wolfcrypt/sha.h; sourceTree = "<group>"; };
  532. 521646841A8993770062516A /* sha256.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha256.h; path = ../../wolfssl/wolfcrypt/sha256.h; sourceTree = "<group>"; };
  533. 521646851A8993770062516A /* sha512.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha512.h; path = ../../wolfssl/wolfcrypt/sha512.h; sourceTree = "<group>"; };
  534. 521646861A8993770062516A /* tfm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tfm.h; path = ../../wolfssl/wolfcrypt/tfm.h; sourceTree = "<group>"; };
  535. 521646871A8993770062516A /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../../wolfssl/wolfcrypt/types.h; sourceTree = "<group>"; };
  536. 521646881A8993770062516A /* visibility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = visibility.h; path = ../../wolfssl/wolfcrypt/visibility.h; sourceTree = "<group>"; };
  537. 521646891A8993770062516A /* wc_port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wc_port.h; path = ../../wolfssl/wolfcrypt/wc_port.h; sourceTree = "<group>"; };
  538. 521648101A8AC2990062516A /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aes.c; path = ../../ctaocrypt/src/aes.c; sourceTree = "<group>"; };
  539. 521648111A8AC2990062516A /* des3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = des3.c; path = ../../ctaocrypt/src/des3.c; sourceTree = "<group>"; };
  540. 521648121A8AC2990062516A /* fips_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fips_test.c; path = ../../ctaocrypt/src/fips_test.c; sourceTree = "<group>"; };
  541. 521648131A8AC2990062516A /* fips.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fips.c; path = ../../ctaocrypt/src/fips.c; sourceTree = "<group>"; };
  542. 521648141A8AC2990062516A /* hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hmac.c; path = ../../ctaocrypt/src/hmac.c; sourceTree = "<group>"; };
  543. 521648161A8AC2990062516A /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = random.c; path = ../../ctaocrypt/src/random.c; sourceTree = "<group>"; };
  544. 521648171A8AC2990062516A /* rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rsa.c; path = ../../ctaocrypt/src/rsa.c; sourceTree = "<group>"; };
  545. 521648181A8AC2990062516A /* sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha.c; path = ../../ctaocrypt/src/sha.c; sourceTree = "<group>"; };
  546. 521648191A8AC2990062516A /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha256.c; path = ../../ctaocrypt/src/sha256.c; sourceTree = "<group>"; };
  547. 5216481A1A8AC2990062516A /* sha512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha512.c; path = ../../ctaocrypt/src/sha512.c; sourceTree = "<group>"; };
  548. 5216481B1A8AC2990062516A /* wolfcrypt_first.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wolfcrypt_first.c; path = ../../ctaocrypt/src/wolfcrypt_first.c; sourceTree = "<group>"; };
  549. 5216481C1A8AC2990062516A /* wolfcrypt_last.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wolfcrypt_last.c; path = ../../ctaocrypt/src/wolfcrypt_last.c; sourceTree = "<group>"; };
  550. 522DBE101B7929C80031F454 /* wc_encrypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wc_encrypt.c; path = ../../wolfcrypt/src/wc_encrypt.c; sourceTree = SOURCE_ROOT; };
  551. 522DBE121B7929E70031F454 /* wc_encrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wc_encrypt.h; path = ../../wolfssl/wolfcrypt/wc_encrypt.h; sourceTree = "<group>"; };
  552. 525BE5B91B38853E0054BBCD /* hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hash.c; path = ../../wolfcrypt/src/hash.c; sourceTree = "<group>"; };
  553. 525BE5BB1B3885580054BBCD /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hash.h; path = ../../wolfssl/wolfcrypt/hash.h; sourceTree = "<group>"; };
  554. 52B1344D16F3C9E800C07B32 /* libwolfssl_fips_ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwolfssl_fips_ios.a; sourceTree = BUILT_PRODUCTS_DIR; };
  555. 6AC85135272CAFEC00F2B32A /* kdf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = kdf.c; path = ../../wolfcrypt/src/kdf.c; sourceTree = "<group>"; };
  556. 6AC8513A272CB01200F2B32A /* kdf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kdf.h; path = ../../wolfssl/wolfcrypt/kdf.h; sourceTree = "<group>"; };
  557. 700F0CC62A2FC0D400755BA7 /* chacha20_poly1305.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chacha20_poly1305.h; path = ../../wolfssl/wolfcrypt/chacha20_poly1305.h; sourceTree = "<group>"; };
  558. 700F0CC72A2FC0D400755BA7 /* fe_operations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fe_operations.h; path = ../../wolfssl/wolfcrypt/fe_operations.h; sourceTree = "<group>"; };
  559. 700F0CC82A2FC0D500755BA7 /* curve25519.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = curve25519.h; path = ../../wolfssl/wolfcrypt/curve25519.h; sourceTree = "<group>"; };
  560. 700F0CC92A2FC0D500755BA7 /* selftest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = selftest.h; path = ../../wolfssl/wolfcrypt/selftest.h; sourceTree = "<group>"; };
  561. 700F0CCA2A2FC0D500755BA7 /* ge_operations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ge_operations.h; path = ../../wolfssl/wolfcrypt/ge_operations.h; sourceTree = "<group>"; };
  562. 700F0CCB2A2FC0D500755BA7 /* async.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = async.h; path = ../../wolfssl/wolfcrypt/async.h; sourceTree = "<group>"; };
  563. 700F0CCC2A2FC0D500755BA7 /* kyber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kyber.h; path = ../../wolfssl/wolfcrypt/kyber.h; sourceTree = "<group>"; };
  564. 700F0CCD2A2FC0D500755BA7 /* hpke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hpke.h; path = ../../wolfssl/wolfcrypt/hpke.h; sourceTree = "<group>"; };
  565. 700F0CCE2A2FC0D500755BA7 /* cpuid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cpuid.h; path = ../../wolfssl/wolfcrypt/cpuid.h; sourceTree = "<group>"; };
  566. 700F0CCF2A2FC0D500755BA7 /* fips.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fips.h; path = ../../wolfssl/wolfcrypt/fips.h; sourceTree = "<group>"; };
  567. 700F0CD02A2FC0D500755BA7 /* sha3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha3.h; path = ../../wolfssl/wolfcrypt/sha3.h; sourceTree = "<group>"; };
  568. 700F0CD12A2FC0D500755BA7 /* sp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sp.h; path = ../../wolfssl/wolfcrypt/sp.h; sourceTree = "<group>"; };
  569. 700F0CD22A2FC0D500755BA7 /* ed448.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ed448.h; path = ../../wolfssl/wolfcrypt/ed448.h; sourceTree = "<group>"; };
  570. 700F0CD32A2FC0D500755BA7 /* curve448.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = curve448.h; path = ../../wolfssl/wolfcrypt/curve448.h; sourceTree = "<group>"; };
  571. 700F0CD42A2FC0D500755BA7 /* siphash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = siphash.h; path = ../../wolfssl/wolfcrypt/siphash.h; sourceTree = "<group>"; };
  572. 700F0CD52A2FC0D500755BA7 /* ext_kyber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ext_kyber.h; path = ../../wolfssl/wolfcrypt/ext_kyber.h; sourceTree = "<group>"; };
  573. 700F0CD62A2FC0D500755BA7 /* wolfevent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wolfevent.h; path = ../../wolfssl/wolfcrypt/wolfevent.h; sourceTree = "<group>"; };
  574. 700F0CD72A2FC0D500755BA7 /* cmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = ../../wolfssl/wolfcrypt/cmac.h; sourceTree = "<group>"; };
  575. 700F0CD82A2FC0D500755BA7 /* wc_kyber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wc_kyber.h; path = ../../wolfssl/wolfcrypt/wc_kyber.h; sourceTree = "<group>"; };
  576. 700F0CD92A2FC0D500755BA7 /* pkcs11.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pkcs11.h; path = ../../wolfssl/wolfcrypt/pkcs11.h; sourceTree = "<group>"; };
  577. 700F0CDA2A2FC0D500755BA7 /* mem_track.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mem_track.h; path = ../../wolfssl/wolfcrypt/mem_track.h; sourceTree = "<group>"; };
  578. 700F0CDB2A2FC0D500755BA7 /* eccsi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eccsi.h; path = ../../wolfssl/wolfcrypt/eccsi.h; sourceTree = "<group>"; };
  579. 700F0CDC2A2FC0D500755BA7 /* srp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = srp.h; path = ../../wolfssl/wolfcrypt/srp.h; sourceTree = "<group>"; };
  580. 700F0CDD2A2FC0D500755BA7 /* falcon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = falcon.h; path = ../../wolfssl/wolfcrypt/falcon.h; sourceTree = "<group>"; };
  581. 700F0CDE2A2FC0D500755BA7 /* fe_448.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fe_448.h; path = ../../wolfssl/wolfcrypt/fe_448.h; sourceTree = "<group>"; };
  582. 700F0CDF2A2FC0D500755BA7 /* sp_int.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sp_int.h; path = ../../wolfssl/wolfcrypt/sp_int.h; sourceTree = "<group>"; };
  583. 700F0CE02A2FC0D500755BA7 /* cryptocb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cryptocb.h; path = ../../wolfssl/wolfcrypt/cryptocb.h; sourceTree = "<group>"; };
  584. 700F0CE12A2FC0D500755BA7 /* ed25519.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ed25519.h; path = ../../wolfssl/wolfcrypt/ed25519.h; sourceTree = "<group>"; };
  585. 700F0CE22A2FC0D500755BA7 /* ge_448.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ge_448.h; path = ../../wolfssl/wolfcrypt/ge_448.h; sourceTree = "<group>"; };
  586. 700F0CE42A2FC0D500755BA7 /* pkcs12.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = ../../wolfssl/wolfcrypt/pkcs12.h; sourceTree = "<group>"; };
  587. 700F0CE52A2FC0D500755BA7 /* dilithium.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dilithium.h; path = ../../wolfssl/wolfcrypt/dilithium.h; sourceTree = "<group>"; };
  588. 700F0CE62A2FC0D500755BA7 /* sakke.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sakke.h; path = ../../wolfssl/wolfcrypt/sakke.h; sourceTree = "<group>"; };
  589. 700F0CE72A2FC0D500755BA7 /* signature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = signature.h; path = ../../wolfssl/wolfcrypt/signature.h; sourceTree = "<group>"; };
  590. 700F0CE82A2FC0D500755BA7 /* wc_pkcs11.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wc_pkcs11.h; path = ../../wolfssl/wolfcrypt/wc_pkcs11.h; sourceTree = "<group>"; };
  591. 700F0CEA2A2FC0D500755BA7 /* rc2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = ../../wolfssl/wolfcrypt/rc2.h; sourceTree = "<group>"; };
  592. 700F0CEB2A2FC0D500755BA7 /* wolfmath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wolfmath.h; path = ../../wolfssl/wolfcrypt/wolfmath.h; sourceTree = "<group>"; };
  593. 700F0CEC2A2FC0D500755BA7 /* sphincs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sphincs.h; path = ../../wolfssl/wolfcrypt/sphincs.h; sourceTree = "<group>"; };
  594. 9D2E31D6291CE2190082B941 /* dtls13.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtls13.c; path = ../../src/dtls13.c; sourceTree = "<group>"; };
  595. 9D2E31D9291CE2370082B941 /* dtls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dtls.c; path = ../../src/dtls.c; sourceTree = "<group>"; };
  596. 9D2E31DC291CE2740082B941 /* quic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = quic.c; path = ../../src/quic.c; sourceTree = "<group>"; };
  597. 9D2E31DD291CE2740082B941 /* tls13.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tls13.c; path = ../../src/tls13.c; sourceTree = "<group>"; };
  598. A4A54DF41BC5C380002866CD /* user_settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = user_settings.h; sourceTree = "<group>"; };
  599. A4A54EA11BC5C3E0002866CD /* libwolfssl_fips_osx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwolfssl_fips_osx.a; sourceTree = BUILT_PRODUCTS_DIR; };
  600. /* End PBXFileReference section */
  601. /* Begin PBXFrameworksBuildPhase section */
  602. 52B1344A16F3C9E800C07B32 /* Frameworks */ = {
  603. isa = PBXFrameworksBuildPhase;
  604. buildActionMask = 2147483647;
  605. files = (
  606. );
  607. runOnlyForDeploymentPostprocessing = 0;
  608. };
  609. A4A54E2E1BC5C3E0002866CD /* Frameworks */ = {
  610. isa = PBXFrameworksBuildPhase;
  611. buildActionMask = 2147483647;
  612. files = (
  613. );
  614. runOnlyForDeploymentPostprocessing = 0;
  615. };
  616. /* End PBXFrameworksBuildPhase section */
  617. /* Begin PBXGroup section */
  618. 521645391A898E7B0062516A /* Headers */ = {
  619. isa = PBXGroup;
  620. children = (
  621. 521645F91A89916E0062516A /* wolfSSL */,
  622. 521645F81A89916A0062516A /* wolfCrypt */,
  623. );
  624. name = Headers;
  625. sourceTree = SOURCE_ROOT;
  626. };
  627. 521645F81A89916A0062516A /* wolfCrypt */ = {
  628. isa = PBXGroup;
  629. children = (
  630. 700F0CCB2A2FC0D500755BA7 /* async.h */,
  631. 700F0CC62A2FC0D400755BA7 /* chacha20_poly1305.h */,
  632. 700F0CD72A2FC0D500755BA7 /* cmac.h */,
  633. 700F0CCE2A2FC0D500755BA7 /* cpuid.h */,
  634. 700F0CE02A2FC0D500755BA7 /* cryptocb.h */,
  635. 700F0CD32A2FC0D500755BA7 /* curve448.h */,
  636. 700F0CC82A2FC0D500755BA7 /* curve25519.h */,
  637. 700F0CE52A2FC0D500755BA7 /* dilithium.h */,
  638. 700F0CDB2A2FC0D500755BA7 /* eccsi.h */,
  639. 700F0CD22A2FC0D500755BA7 /* ed448.h */,
  640. 700F0CE12A2FC0D500755BA7 /* ed25519.h */,
  641. 700F0CD52A2FC0D500755BA7 /* ext_kyber.h */,
  642. 700F0CDD2A2FC0D500755BA7 /* falcon.h */,
  643. 700F0CDE2A2FC0D500755BA7 /* fe_448.h */,
  644. 700F0CC72A2FC0D400755BA7 /* fe_operations.h */,
  645. 700F0CCF2A2FC0D500755BA7 /* fips.h */,
  646. 700F0CE22A2FC0D500755BA7 /* ge_448.h */,
  647. 700F0CCA2A2FC0D500755BA7 /* ge_operations.h */,
  648. 700F0CCD2A2FC0D500755BA7 /* hpke.h */,
  649. 700F0CCC2A2FC0D500755BA7 /* kyber.h */,
  650. 700F0CDA2A2FC0D500755BA7 /* mem_track.h */,
  651. 700F0CD92A2FC0D500755BA7 /* pkcs11.h */,
  652. 700F0CE42A2FC0D500755BA7 /* pkcs12.h */,
  653. 700F0CEA2A2FC0D500755BA7 /* rc2.h */,
  654. 700F0CE62A2FC0D500755BA7 /* sakke.h */,
  655. 700F0CC92A2FC0D500755BA7 /* selftest.h */,
  656. 700F0CD02A2FC0D500755BA7 /* sha3.h */,
  657. 700F0CE72A2FC0D500755BA7 /* signature.h */,
  658. 700F0CD42A2FC0D500755BA7 /* siphash.h */,
  659. 700F0CDF2A2FC0D500755BA7 /* sp_int.h */,
  660. 700F0CD12A2FC0D500755BA7 /* sp.h */,
  661. 700F0CEC2A2FC0D500755BA7 /* sphincs.h */,
  662. 700F0CDC2A2FC0D500755BA7 /* srp.h */,
  663. 700F0CD82A2FC0D500755BA7 /* wc_kyber.h */,
  664. 700F0CE82A2FC0D500755BA7 /* wc_pkcs11.h */,
  665. 700F0CD62A2FC0D500755BA7 /* wolfevent.h */,
  666. 700F0CEB2A2FC0D500755BA7 /* wolfmath.h */,
  667. 5216465E1A8993770062516A /* aes.h */,
  668. 5216465F1A8993770062516A /* arc4.h */,
  669. 521646601A8993770062516A /* asn_public.h */,
  670. 521646611A8993770062516A /* asn.h */,
  671. 521646621A8993770062516A /* blake2-impl.h */,
  672. 521646631A8993770062516A /* blake2-int.h */,
  673. 521646641A8993770062516A /* blake2.h */,
  674. 521646651A8993770062516A /* camellia.h */,
  675. 521646661A8993770062516A /* chacha.h */,
  676. 521646671A8993770062516A /* coding.h */,
  677. 521646681A8993770062516A /* compress.h */,
  678. 521646691A8993770062516A /* des3.h */,
  679. 5216466A1A8993770062516A /* dh.h */,
  680. 5216466B1A8993770062516A /* dsa.h */,
  681. 5216466C1A8993770062516A /* ecc.h */,
  682. 5216466D1A8993770062516A /* error-crypt.h */,
  683. 5216466E1A8993770062516A /* fips_test.h */,
  684. 525BE5BB1B3885580054BBCD /* hash.h */,
  685. 521646701A8993770062516A /* hmac.h */,
  686. 6AC8513A272CB01200F2B32A /* kdf.h */,
  687. 521646721A8993770062516A /* integer.h */,
  688. 521646731A8993770062516A /* logging.h */,
  689. 521646741A8993770062516A /* md2.h */,
  690. 521646751A8993770062516A /* md4.h */,
  691. 521646761A8993770062516A /* md5.h */,
  692. 521646771A8993770062516A /* memory.h */,
  693. 521646781A8993770062516A /* misc.h */,
  694. 521646791A8993770062516A /* mpi_class.h */,
  695. 5216467A1A8993770062516A /* mpi_superclass.h */,
  696. 5216467B1A8993770062516A /* pkcs7.h */,
  697. 5216467C1A8993770062516A /* poly1305.h */,
  698. 5216467D1A8993770062516A /* pwdbased.h */,
  699. 5216467F1A8993770062516A /* random.h */,
  700. 521646801A8993770062516A /* ripemd.h */,
  701. 521646811A8993770062516A /* rsa.h */,
  702. 521646821A8993770062516A /* settings.h */,
  703. 521646831A8993770062516A /* sha.h */,
  704. 521646841A8993770062516A /* sha256.h */,
  705. 521646851A8993770062516A /* sha512.h */,
  706. 521646861A8993770062516A /* tfm.h */,
  707. 521646871A8993770062516A /* types.h */,
  708. 521646881A8993770062516A /* visibility.h */,
  709. 522DBE121B7929E70031F454 /* wc_encrypt.h */,
  710. 521646891A8993770062516A /* wc_port.h */,
  711. );
  712. name = wolfCrypt;
  713. sourceTree = SOURCE_ROOT;
  714. };
  715. 521645F91A89916E0062516A /* wolfSSL */ = {
  716. isa = PBXGroup;
  717. children = (
  718. 521646531A8993290062516A /* callbacks.h */,
  719. 521646541A8993290062516A /* certs_test.h */,
  720. 521646551A8993290062516A /* crl.h */,
  721. 521646561A8993290062516A /* error-ssl.h */,
  722. 521646571A8993290062516A /* internal.h */,
  723. 521646581A8993290062516A /* ocsp.h */,
  724. 5216465B1A8993290062516A /* ssl.h */,
  725. 5216465C1A8993290062516A /* test.h */,
  726. 5216465D1A8993290062516A /* version.h */,
  727. );
  728. name = wolfSSL;
  729. sourceTree = SOURCE_ROOT;
  730. };
  731. 521645FB1A8991990062516A /* Source */ = {
  732. isa = PBXGroup;
  733. children = (
  734. A4A54DF41BC5C380002866CD /* user_settings.h */,
  735. 521646001A89924A0062516A /* wolfSSL */,
  736. 521645FF1A8992470062516A /* wolfCrypt */,
  737. 5216480F1A8ABDA50062516A /* CtaoCrypt */,
  738. );
  739. name = Source;
  740. sourceTree = SOURCE_ROOT;
  741. };
  742. 521645FF1A8992470062516A /* wolfCrypt */ = {
  743. isa = PBXGroup;
  744. children = (
  745. 521646111A8992CC0062516A /* aes.c */,
  746. 521646121A8992CC0062516A /* arc4.c */,
  747. 521646131A8992CC0062516A /* asn.c */,
  748. 521646141A8992CC0062516A /* blake2b.c */,
  749. 521646151A8992CC0062516A /* camellia.c */,
  750. 521646161A8992CC0062516A /* chacha.c */,
  751. 521646171A8992CC0062516A /* coding.c */,
  752. 521646181A8992CC0062516A /* des3.c */,
  753. 521646191A8992CC0062516A /* dh.c */,
  754. 5216461A1A8992CC0062516A /* dsa.c */,
  755. 5216461B1A8992CC0062516A /* ecc.c */,
  756. 5216461C1A8992CC0062516A /* error.c */,
  757. 525BE5B91B38853E0054BBCD /* hash.c */,
  758. 5216461E1A8992CC0062516A /* hmac.c */,
  759. 6AC85135272CAFEC00F2B32A /* kdf.c */,
  760. 5216461F1A8992CC0062516A /* integer.c */,
  761. 521646201A8992CC0062516A /* logging.c */,
  762. 521646211A8992CC0062516A /* md2.c */,
  763. 521646221A8992CC0062516A /* md4.c */,
  764. 521646231A8992CC0062516A /* md5.c */,
  765. 521646241A8992CC0062516A /* memory.c */,
  766. 521646251A8992CC0062516A /* misc.c */,
  767. 521646261A8992CC0062516A /* pkcs7.c */,
  768. 521646271A8992CC0062516A /* poly1305.c */,
  769. 521646281A8992CC0062516A /* pwdbased.c */,
  770. 5216462A1A8992CC0062516A /* random.c */,
  771. 5216462B1A8992CC0062516A /* ripemd.c */,
  772. 5216462C1A8992CC0062516A /* rsa.c */,
  773. 5216462D1A8992CC0062516A /* sha.c */,
  774. 5216462E1A8992CC0062516A /* sha256.c */,
  775. 5216462F1A8992CC0062516A /* sha512.c */,
  776. 521646301A8992CC0062516A /* tfm.c */,
  777. 522DBE101B7929C80031F454 /* wc_encrypt.c */,
  778. 521646311A8992CC0062516A /* wc_port.c */,
  779. );
  780. name = wolfCrypt;
  781. sourceTree = SOURCE_ROOT;
  782. };
  783. 521646001A89924A0062516A /* wolfSSL */ = {
  784. isa = PBXGroup;
  785. children = (
  786. 521646011A89928E0062516A /* crl.c */,
  787. 9D2E31D9291CE2370082B941 /* dtls.c */,
  788. 9D2E31D6291CE2190082B941 /* dtls13.c */,
  789. 521646021A89928E0062516A /* internal.c */,
  790. 521646041A89928E0062516A /* keys.c */,
  791. 521646051A89928E0062516A /* ocsp.c */,
  792. 9D2E31DC291CE2740082B941 /* quic.c */,
  793. 521646061A89928E0062516A /* sniffer.c */,
  794. 521646071A89928E0062516A /* ssl.c */,
  795. 521646081A89928E0062516A /* tls.c */,
  796. 9D2E31DD291CE2740082B941 /* tls13.c */,
  797. 521646031A89928E0062516A /* wolfio.c */,
  798. );
  799. name = wolfSSL;
  800. sourceTree = SOURCE_ROOT;
  801. };
  802. 5216480F1A8ABDA50062516A /* CtaoCrypt */ = {
  803. isa = PBXGroup;
  804. children = (
  805. 5216481B1A8AC2990062516A /* wolfcrypt_first.c */,
  806. 521648141A8AC2990062516A /* hmac.c */,
  807. 521648161A8AC2990062516A /* random.c */,
  808. 521648191A8AC2990062516A /* sha256.c */,
  809. 521648171A8AC2990062516A /* rsa.c */,
  810. 521648101A8AC2990062516A /* aes.c */,
  811. 521648111A8AC2990062516A /* des3.c */,
  812. 521648181A8AC2990062516A /* sha.c */,
  813. 5216481A1A8AC2990062516A /* sha512.c */,
  814. 521648131A8AC2990062516A /* fips.c */,
  815. 521648121A8AC2990062516A /* fips_test.c */,
  816. 5216481C1A8AC2990062516A /* wolfcrypt_last.c */,
  817. );
  818. name = CtaoCrypt;
  819. sourceTree = SOURCE_ROOT;
  820. };
  821. 52B1344416F3C9E800C07B32 = {
  822. isa = PBXGroup;
  823. children = (
  824. 521645FB1A8991990062516A /* Source */,
  825. 521645391A898E7B0062516A /* Headers */,
  826. 52B1344E16F3C9E800C07B32 /* Products */,
  827. );
  828. sourceTree = "<group>";
  829. };
  830. 52B1344E16F3C9E800C07B32 /* Products */ = {
  831. isa = PBXGroup;
  832. children = (
  833. 52B1344D16F3C9E800C07B32 /* libwolfssl_fips_ios.a */,
  834. A4A54EA11BC5C3E0002866CD /* libwolfssl_fips_osx.a */,
  835. );
  836. name = Products;
  837. sourceTree = "<group>";
  838. };
  839. /* End PBXGroup section */
  840. /* Begin PBXNativeTarget section */
  841. 52B1344C16F3C9E800C07B32 /* wolfssl_fips_ios */ = {
  842. isa = PBXNativeTarget;
  843. buildConfigurationList = 52B1347216F3C9E800C07B32 /* Build configuration list for PBXNativeTarget "wolfssl_fips_ios" */;
  844. buildPhases = (
  845. 52B1344A16F3C9E800C07B32 /* Frameworks */,
  846. 52B1344B16F3C9E800C07B32 /* CopyFiles */,
  847. 521646C11A8A7B380062516A /* CopyFiles */,
  848. 52B1344916F3C9E800C07B32 /* Sources */,
  849. );
  850. buildRules = (
  851. );
  852. dependencies = (
  853. );
  854. name = wolfssl_fips_ios;
  855. productName = "wolfssl-ios";
  856. productReference = 52B1344D16F3C9E800C07B32 /* libwolfssl_fips_ios.a */;
  857. productType = "com.apple.product-type.library.static";
  858. };
  859. A4A54DF51BC5C3E0002866CD /* wolfssl_fips_osx */ = {
  860. isa = PBXNativeTarget;
  861. buildConfigurationList = A4A54E9E1BC5C3E0002866CD /* Build configuration list for PBXNativeTarget "wolfssl_fips_osx" */;
  862. buildPhases = (
  863. A4A54DF61BC5C3E0002866CD /* Sources */,
  864. A4A54E2E1BC5C3E0002866CD /* Frameworks */,
  865. A4A54E2F1BC5C3E0002866CD /* CopyFiles */,
  866. A4A54E391BC5C3E0002866CD /* CopyFiles */,
  867. );
  868. buildRules = (
  869. );
  870. dependencies = (
  871. );
  872. name = wolfssl_fips_osx;
  873. productName = "wolfssl-ios";
  874. productReference = A4A54EA11BC5C3E0002866CD /* libwolfssl_fips_osx.a */;
  875. productType = "com.apple.product-type.library.static";
  876. };
  877. /* End PBXNativeTarget section */
  878. /* Begin PBXProject section */
  879. 52B1344516F3C9E800C07B32 /* Project object */ = {
  880. isa = PBXProject;
  881. attributes = {
  882. LastUpgradeCheck = 1010;
  883. ORGANIZATIONNAME = "wolfSSL Inc";
  884. };
  885. buildConfigurationList = 52B1344816F3C9E800C07B32 /* Build configuration list for PBXProject "wolfssl-FIPS" */;
  886. compatibilityVersion = "Xcode 3.2";
  887. developmentRegion = English;
  888. hasScannedForEncodings = 0;
  889. knownRegions = (
  890. English,
  891. en,
  892. );
  893. mainGroup = 52B1344416F3C9E800C07B32;
  894. productRefGroup = 52B1344E16F3C9E800C07B32 /* Products */;
  895. projectDirPath = "";
  896. projectRoot = "";
  897. targets = (
  898. 52B1344C16F3C9E800C07B32 /* wolfssl_fips_ios */,
  899. A4A54DF51BC5C3E0002866CD /* wolfssl_fips_osx */,
  900. );
  901. };
  902. /* End PBXProject section */
  903. /* Begin PBXSourcesBuildPhase section */
  904. 52B1344916F3C9E800C07B32 /* Sources */ = {
  905. isa = PBXSourcesBuildPhase;
  906. buildActionMask = 2147483647;
  907. files = (
  908. 521648281A8AC2990062516A /* wolfcrypt_first.c in Sources */,
  909. 521648211A8AC2990062516A /* hmac.c in Sources */,
  910. 521648231A8AC2990062516A /* random.c in Sources */,
  911. 521648261A8AC2990062516A /* sha256.c in Sources */,
  912. 521648241A8AC2990062516A /* rsa.c in Sources */,
  913. 5216481D1A8AC2990062516A /* aes.c in Sources */,
  914. 9D2E31DA291CE2370082B941 /* dtls.c in Sources */,
  915. 5216481E1A8AC2990062516A /* des3.c in Sources */,
  916. 525BE5BA1B38853E0054BBCD /* hash.c in Sources */,
  917. 521648251A8AC2990062516A /* sha.c in Sources */,
  918. 521648271A8AC2990062516A /* sha512.c in Sources */,
  919. 521648201A8AC2990062516A /* fips.c in Sources */,
  920. 9D2E31DE291CE2740082B941 /* quic.c in Sources */,
  921. 5216481F1A8AC2990062516A /* fips_test.c in Sources */,
  922. 521648291A8AC2990062516A /* wolfcrypt_last.c in Sources */,
  923. 5216463B1A8992CC0062516A /* dsa.c in Sources */,
  924. 521646411A8992CC0062516A /* logging.c in Sources */,
  925. 5216464E1A8992CC0062516A /* sha.c in Sources */,
  926. 521646481A8992CC0062516A /* poly1305.c in Sources */,
  927. 5216463A1A8992CC0062516A /* dh.c in Sources */,
  928. 521646361A8992CC0062516A /* camellia.c in Sources */,
  929. 521646521A8992CC0062516A /* wc_port.c in Sources */,
  930. 521646491A8992CC0062516A /* pwdbased.c in Sources */,
  931. 9D2E31E0291CE2740082B941 /* tls13.c in Sources */,
  932. 521646461A8992CC0062516A /* misc.c in Sources */,
  933. 521646341A8992CC0062516A /* asn.c in Sources */,
  934. 521646501A8992CC0062516A /* sha512.c in Sources */,
  935. 521646441A8992CC0062516A /* md5.c in Sources */,
  936. 5216460F1A89928E0062516A /* ssl.c in Sources */,
  937. 5216464D1A8992CC0062516A /* rsa.c in Sources */,
  938. 5216464B1A8992CC0062516A /* random.c in Sources */,
  939. 521646101A89928E0062516A /* tls.c in Sources */,
  940. 5216460D1A89928E0062516A /* ocsp.c in Sources */,
  941. 521646431A8992CC0062516A /* md4.c in Sources */,
  942. 521646321A8992CC0062516A /* aes.c in Sources */,
  943. 9D2E31D7291CE2190082B941 /* dtls13.c in Sources */,
  944. 521646391A8992CC0062516A /* des3.c in Sources */,
  945. 521646351A8992CC0062516A /* blake2b.c in Sources */,
  946. 5216464C1A8992CC0062516A /* ripemd.c in Sources */,
  947. 521646451A8992CC0062516A /* memory.c in Sources */,
  948. 522DBE111B7929C80031F454 /* wc_encrypt.c in Sources */,
  949. 5216463C1A8992CC0062516A /* ecc.c in Sources */,
  950. 5216464F1A8992CC0062516A /* sha256.c in Sources */,
  951. 521646371A8992CC0062516A /* chacha.c in Sources */,
  952. 521646471A8992CC0062516A /* pkcs7.c in Sources */,
  953. 6AC85136272CAFEC00F2B32A /* kdf.c in Sources */,
  954. 5216460E1A89928E0062516A /* sniffer.c in Sources */,
  955. 521646421A8992CC0062516A /* md2.c in Sources */,
  956. 521646381A8992CC0062516A /* coding.c in Sources */,
  957. 5216463D1A8992CC0062516A /* error.c in Sources */,
  958. 5216463F1A8992CC0062516A /* hmac.c in Sources */,
  959. 521646331A8992CC0062516A /* arc4.c in Sources */,
  960. 521646401A8992CC0062516A /* integer.c in Sources */,
  961. 5216460A1A89928E0062516A /* internal.c in Sources */,
  962. 5216460B1A89928E0062516A /* wolfio.c in Sources */,
  963. 521646511A8992CC0062516A /* tfm.c in Sources */,
  964. 521646091A89928E0062516A /* crl.c in Sources */,
  965. 5216460C1A89928E0062516A /* keys.c in Sources */,
  966. );
  967. runOnlyForDeploymentPostprocessing = 0;
  968. };
  969. A4A54DF61BC5C3E0002866CD /* Sources */ = {
  970. isa = PBXSourcesBuildPhase;
  971. buildActionMask = 2147483647;
  972. files = (
  973. A4A54DF71BC5C3E0002866CD /* wolfcrypt_first.c in Sources */,
  974. A4A54DF81BC5C3E0002866CD /* hmac.c in Sources */,
  975. A4A54DF91BC5C3E0002866CD /* random.c in Sources */,
  976. A4A54DFA1BC5C3E0002866CD /* sha256.c in Sources */,
  977. A4A54DFB1BC5C3E0002866CD /* rsa.c in Sources */,
  978. A4A54DFC1BC5C3E0002866CD /* aes.c in Sources */,
  979. 9D2E31DB291CE2370082B941 /* dtls.c in Sources */,
  980. A4A54DFD1BC5C3E0002866CD /* des3.c in Sources */,
  981. A4A54DFE1BC5C3E0002866CD /* hash.c in Sources */,
  982. A4A54DFF1BC5C3E0002866CD /* sha.c in Sources */,
  983. A4A54E001BC5C3E0002866CD /* sha512.c in Sources */,
  984. A4A54E011BC5C3E0002866CD /* fips.c in Sources */,
  985. 9D2E31DF291CE2740082B941 /* quic.c in Sources */,
  986. A4A54E021BC5C3E0002866CD /* fips_test.c in Sources */,
  987. A4A54E031BC5C3E0002866CD /* wolfcrypt_last.c in Sources */,
  988. A4A54E041BC5C3E0002866CD /* dsa.c in Sources */,
  989. A4A54E051BC5C3E0002866CD /* logging.c in Sources */,
  990. A4A54E061BC5C3E0002866CD /* sha.c in Sources */,
  991. A4A54E071BC5C3E0002866CD /* poly1305.c in Sources */,
  992. A4A54E081BC5C3E0002866CD /* dh.c in Sources */,
  993. A4A54E091BC5C3E0002866CD /* camellia.c in Sources */,
  994. A4A54E0A1BC5C3E0002866CD /* wc_port.c in Sources */,
  995. A4A54E0B1BC5C3E0002866CD /* pwdbased.c in Sources */,
  996. 9D2E31E1291CE2740082B941 /* tls13.c in Sources */,
  997. A4A54E0C1BC5C3E0002866CD /* misc.c in Sources */,
  998. A4A54E0E1BC5C3E0002866CD /* asn.c in Sources */,
  999. A4A54E0F1BC5C3E0002866CD /* sha512.c in Sources */,
  1000. A4A54E111BC5C3E0002866CD /* md5.c in Sources */,
  1001. A4A54E121BC5C3E0002866CD /* ssl.c in Sources */,
  1002. A4A54E131BC5C3E0002866CD /* rsa.c in Sources */,
  1003. A4A54E141BC5C3E0002866CD /* random.c in Sources */,
  1004. A4A54E151BC5C3E0002866CD /* tls.c in Sources */,
  1005. A4A54E161BC5C3E0002866CD /* ocsp.c in Sources */,
  1006. A4A54E171BC5C3E0002866CD /* md4.c in Sources */,
  1007. A4A54E181BC5C3E0002866CD /* aes.c in Sources */,
  1008. 9D2E31D8291CE2190082B941 /* dtls13.c in Sources */,
  1009. A4A54E191BC5C3E0002866CD /* des3.c in Sources */,
  1010. A4A54E1A1BC5C3E0002866CD /* blake2b.c in Sources */,
  1011. A4A54E1B1BC5C3E0002866CD /* ripemd.c in Sources */,
  1012. A4A54E1C1BC5C3E0002866CD /* memory.c in Sources */,
  1013. A4A54E1D1BC5C3E0002866CD /* wc_encrypt.c in Sources */,
  1014. A4A54E1E1BC5C3E0002866CD /* ecc.c in Sources */,
  1015. A4A54E1F1BC5C3E0002866CD /* sha256.c in Sources */,
  1016. A4A54E201BC5C3E0002866CD /* chacha.c in Sources */,
  1017. A4A54E211BC5C3E0002866CD /* pkcs7.c in Sources */,
  1018. 6AC85137272CAFEC00F2B32A /* kdf.c in Sources */,
  1019. A4A54E221BC5C3E0002866CD /* sniffer.c in Sources */,
  1020. A4A54E231BC5C3E0002866CD /* md2.c in Sources */,
  1021. A4A54E241BC5C3E0002866CD /* coding.c in Sources */,
  1022. A4A54E251BC5C3E0002866CD /* error.c in Sources */,
  1023. A4A54E261BC5C3E0002866CD /* hmac.c in Sources */,
  1024. A4A54E271BC5C3E0002866CD /* arc4.c in Sources */,
  1025. A4A54E281BC5C3E0002866CD /* integer.c in Sources */,
  1026. A4A54E291BC5C3E0002866CD /* internal.c in Sources */,
  1027. A4A54E2A1BC5C3E0002866CD /* wolfio.c in Sources */,
  1028. A4A54E2B1BC5C3E0002866CD /* tfm.c in Sources */,
  1029. A4A54E2C1BC5C3E0002866CD /* crl.c in Sources */,
  1030. A4A54E2D1BC5C3E0002866CD /* keys.c in Sources */,
  1031. );
  1032. runOnlyForDeploymentPostprocessing = 0;
  1033. };
  1034. /* End PBXSourcesBuildPhase section */
  1035. /* Begin XCBuildConfiguration section */
  1036. 52B1347016F3C9E800C07B32 /* Debug */ = {
  1037. isa = XCBuildConfiguration;
  1038. buildSettings = {
  1039. ALWAYS_SEARCH_USER_PATHS = NO;
  1040. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1041. CLANG_CXX_LIBRARY = "libc++";
  1042. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1043. CLANG_WARN_BOOL_CONVERSION = YES;
  1044. CLANG_WARN_COMMA = YES;
  1045. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1046. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1047. CLANG_WARN_EMPTY_BODY = YES;
  1048. CLANG_WARN_ENUM_CONVERSION = YES;
  1049. CLANG_WARN_INFINITE_RECURSION = YES;
  1050. CLANG_WARN_INT_CONVERSION = YES;
  1051. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1052. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1053. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1054. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1055. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1056. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1057. CLANG_WARN_UNREACHABLE_CODE = YES;
  1058. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1059. COPY_PHASE_STRIP = NO;
  1060. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1061. ENABLE_TESTABILITY = YES;
  1062. GCC_C_LANGUAGE_STANDARD = gnu99;
  1063. GCC_DYNAMIC_NO_PIC = NO;
  1064. GCC_NO_COMMON_BLOCKS = YES;
  1065. GCC_OPTIMIZATION_LEVEL = 0;
  1066. GCC_PREPROCESSOR_DEFINITIONS = (
  1067. "DEBUG=1",
  1068. "$(inherited)",
  1069. );
  1070. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1071. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1072. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1073. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1074. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1075. GCC_WARN_UNUSED_FUNCTION = YES;
  1076. GCC_WARN_UNUSED_VARIABLE = YES;
  1077. IPHONEOS_DEPLOYMENT_TARGET = 8.1;
  1078. ONLY_ACTIVE_ARCH = YES;
  1079. SDKROOT = iphoneos;
  1080. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl include";
  1081. };
  1082. name = Debug;
  1083. };
  1084. 52B1347116F3C9E800C07B32 /* Release */ = {
  1085. isa = XCBuildConfiguration;
  1086. buildSettings = {
  1087. ALWAYS_SEARCH_USER_PATHS = NO;
  1088. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1089. CLANG_CXX_LIBRARY = "libc++";
  1090. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1091. CLANG_WARN_BOOL_CONVERSION = YES;
  1092. CLANG_WARN_COMMA = YES;
  1093. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1094. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1095. CLANG_WARN_EMPTY_BODY = YES;
  1096. CLANG_WARN_ENUM_CONVERSION = YES;
  1097. CLANG_WARN_INFINITE_RECURSION = YES;
  1098. CLANG_WARN_INT_CONVERSION = YES;
  1099. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1100. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1101. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1102. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1103. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1104. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1105. CLANG_WARN_UNREACHABLE_CODE = YES;
  1106. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1107. COPY_PHASE_STRIP = YES;
  1108. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1109. GCC_C_LANGUAGE_STANDARD = gnu99;
  1110. GCC_NO_COMMON_BLOCKS = YES;
  1111. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1112. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1113. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1114. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1115. GCC_WARN_UNUSED_FUNCTION = YES;
  1116. GCC_WARN_UNUSED_VARIABLE = YES;
  1117. IPHONEOS_DEPLOYMENT_TARGET = 8.1;
  1118. SDKROOT = iphoneos;
  1119. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl include";
  1120. VALIDATE_PRODUCT = NO;
  1121. };
  1122. name = Release;
  1123. };
  1124. 52B1347316F3C9E800C07B32 /* Debug */ = {
  1125. isa = XCBuildConfiguration;
  1126. buildSettings = {
  1127. ALWAYS_SEARCH_USER_PATHS = NO;
  1128. CLANG_ENABLE_OBJC_WEAK = YES;
  1129. CLANG_LINK_OBJC_RUNTIME = NO;
  1130. DSTROOT = /tmp/wolfssl_ios.dst;
  1131. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1132. GCC_PREFIX_HEADER = "";
  1133. GCC_PREPROCESSOR_DEFINITIONS = (
  1134. "DEBUG=1",
  1135. HAVE_FIPS,
  1136. CYASSL_USER_SETTINGS,
  1137. WOLFSSL_USER_SETTINGS,
  1138. );
  1139. HEADER_SEARCH_PATHS = (
  1140. $SRCROOT,
  1141. $PROJECT_DIR/../..,
  1142. );
  1143. IPHONEOS_DEPLOYMENT_TARGET = 8.1;
  1144. OTHER_CFLAGS = "";
  1145. OTHER_LDFLAGS = "";
  1146. PRODUCT_NAME = wolfssl_fips_ios;
  1147. SKIP_INSTALL = YES;
  1148. TARGETED_DEVICE_FAMILY = "1,2";
  1149. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
  1150. };
  1151. name = Debug;
  1152. };
  1153. 52B1347416F3C9E800C07B32 /* Release */ = {
  1154. isa = XCBuildConfiguration;
  1155. buildSettings = {
  1156. ALWAYS_SEARCH_USER_PATHS = NO;
  1157. CLANG_ENABLE_OBJC_WEAK = YES;
  1158. CLANG_LINK_OBJC_RUNTIME = NO;
  1159. DSTROOT = /tmp/wolfssl_ios.dst;
  1160. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1161. GCC_PREFIX_HEADER = "";
  1162. GCC_PREPROCESSOR_DEFINITIONS = (
  1163. HAVE_FIPS,
  1164. CYASSL_USER_SETTINGS,
  1165. WOLFSSL_USER_SETTINGS,
  1166. );
  1167. HEADER_SEARCH_PATHS = (
  1168. $SRCROOT,
  1169. $PROJECT_DIR/../..,
  1170. );
  1171. IPHONEOS_DEPLOYMENT_TARGET = 8.1;
  1172. OTHER_CFLAGS = "";
  1173. OTHER_LDFLAGS = "";
  1174. PRODUCT_NAME = wolfssl_fips_ios;
  1175. SKIP_INSTALL = YES;
  1176. TARGETED_DEVICE_FAMILY = "1,2";
  1177. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
  1178. };
  1179. name = Release;
  1180. };
  1181. A4A54E9F1BC5C3E0002866CD /* Debug */ = {
  1182. isa = XCBuildConfiguration;
  1183. buildSettings = {
  1184. ALWAYS_SEARCH_USER_PATHS = YES;
  1185. CLANG_ENABLE_OBJC_WEAK = YES;
  1186. CLANG_LINK_OBJC_RUNTIME = NO;
  1187. DSTROOT = /tmp/wolfssl_ios.dst;
  1188. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1189. GCC_PREFIX_HEADER = "";
  1190. GCC_PREPROCESSOR_DEFINITIONS = (
  1191. "DEBUG=1",
  1192. HAVE_FIPS,
  1193. CYASSL_USER_SETTINGS,
  1194. WOLFSSL_USER_SETTINGS,
  1195. );
  1196. HEADER_SEARCH_PATHS = (
  1197. $SRCROOT,
  1198. $PROJECT_DIR/../..,
  1199. );
  1200. IPHONEOS_DEPLOYMENT_TARGET = 8.1;
  1201. OTHER_CFLAGS = "";
  1202. OTHER_LDFLAGS = "";
  1203. PRODUCT_NAME = "$(TARGET_NAME)";
  1204. SDKROOT = macosx;
  1205. SKIP_INSTALL = YES;
  1206. TARGETED_DEVICE_FAMILY = "1,2";
  1207. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
  1208. };
  1209. name = Debug;
  1210. };
  1211. A4A54EA01BC5C3E0002866CD /* Release */ = {
  1212. isa = XCBuildConfiguration;
  1213. buildSettings = {
  1214. ALWAYS_SEARCH_USER_PATHS = YES;
  1215. CLANG_ENABLE_OBJC_WEAK = YES;
  1216. CLANG_LINK_OBJC_RUNTIME = NO;
  1217. DSTROOT = /tmp/wolfssl_ios.dst;
  1218. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1219. GCC_PREFIX_HEADER = "";
  1220. GCC_PREPROCESSOR_DEFINITIONS = (
  1221. HAVE_FIPS,
  1222. CYASSL_USER_SETTINGS,
  1223. WOLFSSL_USER_SETTINGS,
  1224. );
  1225. HEADER_SEARCH_PATHS = (
  1226. $SRCROOT,
  1227. $PROJECT_DIR/../..,
  1228. );
  1229. IPHONEOS_DEPLOYMENT_TARGET = 8.1;
  1230. OTHER_CFLAGS = "";
  1231. OTHER_LDFLAGS = "";
  1232. PRODUCT_NAME = "$(TARGET_NAME)";
  1233. SDKROOT = macosx;
  1234. SKIP_INSTALL = YES;
  1235. TARGETED_DEVICE_FAMILY = "1,2";
  1236. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
  1237. };
  1238. name = Release;
  1239. };
  1240. /* End XCBuildConfiguration section */
  1241. /* Begin XCConfigurationList section */
  1242. 52B1344816F3C9E800C07B32 /* Build configuration list for PBXProject "wolfssl-FIPS" */ = {
  1243. isa = XCConfigurationList;
  1244. buildConfigurations = (
  1245. 52B1347016F3C9E800C07B32 /* Debug */,
  1246. 52B1347116F3C9E800C07B32 /* Release */,
  1247. );
  1248. defaultConfigurationIsVisible = 0;
  1249. defaultConfigurationName = Release;
  1250. };
  1251. 52B1347216F3C9E800C07B32 /* Build configuration list for PBXNativeTarget "wolfssl_fips_ios" */ = {
  1252. isa = XCConfigurationList;
  1253. buildConfigurations = (
  1254. 52B1347316F3C9E800C07B32 /* Debug */,
  1255. 52B1347416F3C9E800C07B32 /* Release */,
  1256. );
  1257. defaultConfigurationIsVisible = 0;
  1258. defaultConfigurationName = Release;
  1259. };
  1260. A4A54E9E1BC5C3E0002866CD /* Build configuration list for PBXNativeTarget "wolfssl_fips_osx" */ = {
  1261. isa = XCConfigurationList;
  1262. buildConfigurations = (
  1263. A4A54E9F1BC5C3E0002866CD /* Debug */,
  1264. A4A54EA01BC5C3E0002866CD /* Release */,
  1265. );
  1266. defaultConfigurationIsVisible = 0;
  1267. defaultConfigurationName = Release;
  1268. };
  1269. /* End XCConfigurationList section */
  1270. };
  1271. rootObject = 52B1344516F3C9E800C07B32 /* Project object */;
  1272. }