project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 43809E9B0FB7AD1C0050922E /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 43809E9A0FB7AD1C0050922E /* md4.c */; };
  10. 43962ADF0DE7ED48003C5E5B /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2790DDF984100F2D488 /* ssl.c */; };
  11. 439B3820136B391E004C965E /* logging.c in Sources */ = {isa = PBXBuildFile; fileRef = 439B381F136B391E004C965E /* logging.c */; };
  12. 43B89CBD142FEB5E00284CC6 /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CBC142FEB5E00284CC6 /* internal.c */; };
  13. 43B89CBF142FEB6C00284CC6 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CBE142FEB6C00284CC6 /* io.c */; };
  14. 43B89CC5142FEBBD00284CC6 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC0142FEBBD00284CC6 /* memory.c */; };
  15. 43B89CC6142FEBBD00284CC6 /* tfm.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC1142FEBBD00284CC6 /* tfm.c */; };
  16. 43B89CC7142FEBBD00284CC6 /* ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC2142FEBBD00284CC6 /* ripemd.c */; };
  17. 43B89CC8142FEBBD00284CC6 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC3142FEBBD00284CC6 /* sha512.c */; };
  18. 43B89CC9142FEBBD00284CC6 /* pwdbased.c in Sources */ = {isa = PBXBuildFile; fileRef = 43B89CC4142FEBBD00284CC6 /* pwdbased.c */; };
  19. 43C6C27C0DDF984100F2D488 /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2780DDF984100F2D488 /* keys.c */; };
  20. 43C6C27E0DDF984100F2D488 /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C27A0DDF984100F2D488 /* tls.c */; };
  21. 43C6C2920DDF98D400F2D488 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2830DDF98D400F2D488 /* aes.c */; };
  22. 43C6C2930DDF98D400F2D488 /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2840DDF98D400F2D488 /* arc4.c */; };
  23. 43C6C2940DDF98D400F2D488 /* asn.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2850DDF98D400F2D488 /* asn.c */; };
  24. 43C6C2950DDF98D400F2D488 /* coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2860DDF98D400F2D488 /* coding.c */; };
  25. 43C6C2960DDF98D400F2D488 /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2870DDF98D400F2D488 /* des3.c */; };
  26. 43C6C2970DDF98D400F2D488 /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2880DDF98D400F2D488 /* dh.c */; };
  27. 43C6C2980DDF98D400F2D488 /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2890DDF98D400F2D488 /* dsa.c */; };
  28. 43C6C2990DDF98D400F2D488 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28A0DDF98D400F2D488 /* hmac.c */; };
  29. 43C6C29A0DDF98D400F2D488 /* integer.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28B0DDF98D400F2D488 /* integer.c */; };
  30. 43C6C29B0DDF98D400F2D488 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28C0DDF98D400F2D488 /* md5.c */; };
  31. 43C6C29D0DDF98D400F2D488 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28E0DDF98D400F2D488 /* random.c */; };
  32. 43C6C29E0DDF98D400F2D488 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C28F0DDF98D400F2D488 /* rsa.c */; };
  33. 43C6C29F0DDF98D400F2D488 /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2900DDF98D400F2D488 /* sha.c */; };
  34. 43C6C2A00DDF98D400F2D488 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 43C6C2910DDF98D400F2D488 /* sha256.c */; };
  35. 43D565650F1EC9A600550C88 /* hc128.c in Sources */ = {isa = PBXBuildFile; fileRef = 43D565640F1EC9A600550C88 /* hc128.c */; };
  36. 43D565670F1EC9CC00550C88 /* rabbit.c in Sources */ = {isa = PBXBuildFile; fileRef = 43D565660F1EC9CC00550C88 /* rabbit.c */; };
  37. /* End PBXBuildFile section */
  38. /* Begin PBXCopyFilesBuildPhase section */
  39. 43C6C3160DDFAC6A00F2D488 /* CopyFiles */ = {
  40. isa = PBXCopyFilesBuildPhase;
  41. buildActionMask = 2147483647;
  42. dstPath = "";
  43. dstSubfolderSpec = 7;
  44. files = (
  45. );
  46. runOnlyForDeploymentPostprocessing = 0;
  47. };
  48. 43C6C3170DDFAC6A00F2D488 /* CopyFiles */ = {
  49. isa = PBXCopyFilesBuildPhase;
  50. buildActionMask = 8;
  51. dstPath = "";
  52. dstSubfolderSpec = 7;
  53. files = (
  54. );
  55. runOnlyForDeploymentPostprocessing = 1;
  56. };
  57. 43C6C3180DDFAC6A00F2D488 /* CopyFiles */ = {
  58. isa = PBXCopyFilesBuildPhase;
  59. buildActionMask = 2147483647;
  60. dstPath = "";
  61. dstSubfolderSpec = 7;
  62. files = (
  63. );
  64. runOnlyForDeploymentPostprocessing = 0;
  65. };
  66. /* End PBXCopyFilesBuildPhase section */
  67. /* Begin PBXFileReference section */
  68. 4368F6E40E9EA1140002A123 /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = test.c; path = ctaocrypt/test/test.c; sourceTree = "<group>"; };
  69. 43809E9A0FB7AD1C0050922E /* md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md4.c; path = ctaocrypt/src/md4.c; sourceTree = "<group>"; };
  70. 439B381F136B391E004C965E /* logging.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = logging.c; path = ctaocrypt/src/logging.c; sourceTree = "<group>"; };
  71. 43B89CBC142FEB5E00284CC6 /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = internal.c; path = src/internal.c; sourceTree = "<group>"; };
  72. 43B89CBE142FEB6C00284CC6 /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io.c; path = src/io.c; sourceTree = "<group>"; };
  73. 43B89CC0142FEBBD00284CC6 /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memory.c; path = ctaocrypt/src/memory.c; sourceTree = "<group>"; };
  74. 43B89CC1142FEBBD00284CC6 /* tfm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tfm.c; path = ctaocrypt/src/tfm.c; sourceTree = "<group>"; };
  75. 43B89CC2142FEBBD00284CC6 /* ripemd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ripemd.c; path = ctaocrypt/src/ripemd.c; sourceTree = "<group>"; };
  76. 43B89CC3142FEBBD00284CC6 /* sha512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha512.c; path = ctaocrypt/src/sha512.c; sourceTree = "<group>"; };
  77. 43B89CC4142FEBBD00284CC6 /* pwdbased.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pwdbased.c; path = ctaocrypt/src/pwdbased.c; sourceTree = "<group>"; };
  78. 43C6C2780DDF984100F2D488 /* keys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = keys.c; path = src/keys.c; sourceTree = "<group>"; };
  79. 43C6C2790DDF984100F2D488 /* ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; name = ssl.c; path = src/ssl.c; sourceTree = "<group>"; };
  80. 43C6C27A0DDF984100F2D488 /* tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = tls.c; path = src/tls.c; sourceTree = "<group>"; };
  81. 43C6C2830DDF98D400F2D488 /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = aes.c; path = ctaocrypt/src/aes.c; sourceTree = "<group>"; };
  82. 43C6C2840DDF98D400F2D488 /* arc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = arc4.c; path = ctaocrypt/src/arc4.c; sourceTree = "<group>"; };
  83. 43C6C2850DDF98D400F2D488 /* asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = asn.c; path = ctaocrypt/src/asn.c; sourceTree = "<group>"; };
  84. 43C6C2860DDF98D400F2D488 /* coding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = coding.c; path = ctaocrypt/src/coding.c; sourceTree = "<group>"; };
  85. 43C6C2870DDF98D400F2D488 /* des3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = des3.c; path = ctaocrypt/src/des3.c; sourceTree = "<group>"; };
  86. 43C6C2880DDF98D400F2D488 /* dh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = dh.c; path = ctaocrypt/src/dh.c; sourceTree = "<group>"; };
  87. 43C6C2890DDF98D400F2D488 /* dsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = dsa.c; path = ctaocrypt/src/dsa.c; sourceTree = "<group>"; };
  88. 43C6C28A0DDF98D400F2D488 /* hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; name = hmac.c; path = ctaocrypt/src/hmac.c; sourceTree = "<group>"; };
  89. 43C6C28B0DDF98D400F2D488 /* integer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = integer.c; path = ctaocrypt/src/integer.c; sourceTree = "<group>"; };
  90. 43C6C28C0DDF98D400F2D488 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = md5.c; path = ctaocrypt/src/md5.c; sourceTree = "<group>"; };
  91. 43C6C28E0DDF98D400F2D488 /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = random.c; path = ctaocrypt/src/random.c; sourceTree = "<group>"; };
  92. 43C6C28F0DDF98D400F2D488 /* rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = rsa.c; path = ctaocrypt/src/rsa.c; sourceTree = "<group>"; };
  93. 43C6C2900DDF98D400F2D488 /* sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = sha.c; path = ctaocrypt/src/sha.c; sourceTree = "<group>"; };
  94. 43C6C2910DDF98D400F2D488 /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; name = sha256.c; path = ctaocrypt/src/sha256.c; sourceTree = "<group>"; };
  95. 43CB530D116E9FD5000A264B /* iphone-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "iphone-Info.plist"; sourceTree = "<group>"; };
  96. 43D565640F1EC9A600550C88 /* hc128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = hc128.c; path = ctaocrypt/src/hc128.c; sourceTree = "<group>"; };
  97. 43D565660F1EC9CC00550C88 /* rabbit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; name = rabbit.c; path = ctaocrypt/src/rabbit.c; sourceTree = "<group>"; };
  98. D2AAC046055464E500DB518D /* libcyassl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcyassl.a; sourceTree = BUILT_PRODUCTS_DIR; };
  99. /* End PBXFileReference section */
  100. /* Begin PBXFrameworksBuildPhase section */
  101. D289987405E68DCB004EDB86 /* Frameworks */ = {
  102. isa = PBXFrameworksBuildPhase;
  103. buildActionMask = 2147483647;
  104. files = (
  105. );
  106. runOnlyForDeploymentPostprocessing = 0;
  107. };
  108. /* End PBXFrameworksBuildPhase section */
  109. /* Begin PBXGroup section */
  110. 08FB7794FE84155DC02AAC07 /* cyassl */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 08FB7795FE84155DC02AAC07 /* Source */,
  114. C6A0FF2B0290797F04C91782 /* Documentation */,
  115. 1AB674ADFE9D54B511CA2CBB /* Products */,
  116. 43CB530D116E9FD5000A264B /* iphone-Info.plist */,
  117. );
  118. name = cyassl;
  119. sourceTree = "<group>";
  120. };
  121. 08FB7795FE84155DC02AAC07 /* Source */ = {
  122. isa = PBXGroup;
  123. children = (
  124. 43CA25B90EA400A60011ECA2 /* headers */,
  125. 43CA25720EA3F9B20011ECA2 /* src */,
  126. );
  127. name = Source;
  128. sourceTree = "<group>";
  129. };
  130. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  131. isa = PBXGroup;
  132. children = (
  133. D2AAC046055464E500DB518D /* libcyassl.a */,
  134. );
  135. name = Products;
  136. sourceTree = "<group>";
  137. };
  138. 43CA25720EA3F9B20011ECA2 /* src */ = {
  139. isa = PBXGroup;
  140. children = (
  141. 43B89CC0142FEBBD00284CC6 /* memory.c */,
  142. 43B89CC1142FEBBD00284CC6 /* tfm.c */,
  143. 43B89CC2142FEBBD00284CC6 /* ripemd.c */,
  144. 43B89CC3142FEBBD00284CC6 /* sha512.c */,
  145. 43B89CC4142FEBBD00284CC6 /* pwdbased.c */,
  146. 43B89CBE142FEB6C00284CC6 /* io.c */,
  147. 43B89CBC142FEB5E00284CC6 /* internal.c */,
  148. 439B381F136B391E004C965E /* logging.c */,
  149. 43809E9A0FB7AD1C0050922E /* md4.c */,
  150. 43D565660F1EC9CC00550C88 /* rabbit.c */,
  151. 43D565640F1EC9A600550C88 /* hc128.c */,
  152. 43C6C2830DDF98D400F2D488 /* aes.c */,
  153. 43C6C2840DDF98D400F2D488 /* arc4.c */,
  154. 43C6C2850DDF98D400F2D488 /* asn.c */,
  155. 43C6C2860DDF98D400F2D488 /* coding.c */,
  156. 43C6C2870DDF98D400F2D488 /* des3.c */,
  157. 4368F6E40E9EA1140002A123 /* test.c */,
  158. 43C6C2880DDF98D400F2D488 /* dh.c */,
  159. 43C6C2890DDF98D400F2D488 /* dsa.c */,
  160. 43C6C28A0DDF98D400F2D488 /* hmac.c */,
  161. 43C6C28B0DDF98D400F2D488 /* integer.c */,
  162. 43C6C28C0DDF98D400F2D488 /* md5.c */,
  163. 43C6C28E0DDF98D400F2D488 /* random.c */,
  164. 43C6C28F0DDF98D400F2D488 /* rsa.c */,
  165. 43C6C2900DDF98D400F2D488 /* sha.c */,
  166. 43C6C2910DDF98D400F2D488 /* sha256.c */,
  167. 43C6C2780DDF984100F2D488 /* keys.c */,
  168. 43C6C2790DDF984100F2D488 /* ssl.c */,
  169. 43C6C27A0DDF984100F2D488 /* tls.c */,
  170. );
  171. name = src;
  172. sourceTree = "<group>";
  173. };
  174. 43CA25B90EA400A60011ECA2 /* headers */ = {
  175. isa = PBXGroup;
  176. children = (
  177. );
  178. name = headers;
  179. sourceTree = "<group>";
  180. };
  181. C6A0FF2B0290797F04C91782 /* Documentation */ = {
  182. isa = PBXGroup;
  183. children = (
  184. );
  185. name = Documentation;
  186. sourceTree = "<group>";
  187. };
  188. /* End PBXGroup section */
  189. /* Begin PBXHeadersBuildPhase section */
  190. D2AAC043055464E500DB518D /* Headers */ = {
  191. isa = PBXHeadersBuildPhase;
  192. buildActionMask = 2147483647;
  193. files = (
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXHeadersBuildPhase section */
  198. /* Begin PBXNativeTarget section */
  199. D2AAC045055464E500DB518D /* cyassl */ = {
  200. isa = PBXNativeTarget;
  201. buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "cyassl" */;
  202. buildPhases = (
  203. D2AAC043055464E500DB518D /* Headers */,
  204. D2AAC044055464E500DB518D /* Sources */,
  205. D289987405E68DCB004EDB86 /* Frameworks */,
  206. 43C6C3160DDFAC6A00F2D488 /* CopyFiles */,
  207. 43C6C3170DDFAC6A00F2D488 /* CopyFiles */,
  208. 43C6C3180DDFAC6A00F2D488 /* CopyFiles */,
  209. );
  210. buildRules = (
  211. );
  212. dependencies = (
  213. );
  214. name = cyassl;
  215. productName = cyassl;
  216. productReference = D2AAC046055464E500DB518D /* libcyassl.a */;
  217. productType = "com.apple.product-type.library.static";
  218. };
  219. /* End PBXNativeTarget section */
  220. /* Begin PBXProject section */
  221. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  222. isa = PBXProject;
  223. attributes = {
  224. BuildIndependentTargetsInParallel = YES;
  225. };
  226. buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "cyassl-iphone" */;
  227. compatibilityVersion = "Xcode 3.1";
  228. developmentRegion = English;
  229. hasScannedForEncodings = 1;
  230. knownRegions = (
  231. English,
  232. Japanese,
  233. French,
  234. German,
  235. );
  236. mainGroup = 08FB7794FE84155DC02AAC07 /* cyassl */;
  237. projectDirPath = "";
  238. projectRoot = "";
  239. targets = (
  240. D2AAC045055464E500DB518D /* cyassl */,
  241. );
  242. };
  243. /* End PBXProject section */
  244. /* Begin PBXSourcesBuildPhase section */
  245. D2AAC044055464E500DB518D /* Sources */ = {
  246. isa = PBXSourcesBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. 43C6C27C0DDF984100F2D488 /* keys.c in Sources */,
  250. 43C6C27E0DDF984100F2D488 /* tls.c in Sources */,
  251. 43C6C2920DDF98D400F2D488 /* aes.c in Sources */,
  252. 43C6C2930DDF98D400F2D488 /* arc4.c in Sources */,
  253. 43C6C2940DDF98D400F2D488 /* asn.c in Sources */,
  254. 43C6C2950DDF98D400F2D488 /* coding.c in Sources */,
  255. 43C6C2960DDF98D400F2D488 /* des3.c in Sources */,
  256. 43C6C2970DDF98D400F2D488 /* dh.c in Sources */,
  257. 43C6C2980DDF98D400F2D488 /* dsa.c in Sources */,
  258. 43C6C2990DDF98D400F2D488 /* hmac.c in Sources */,
  259. 43C6C29A0DDF98D400F2D488 /* integer.c in Sources */,
  260. 43C6C29B0DDF98D400F2D488 /* md5.c in Sources */,
  261. 43C6C29D0DDF98D400F2D488 /* random.c in Sources */,
  262. 43C6C29E0DDF98D400F2D488 /* rsa.c in Sources */,
  263. 43C6C29F0DDF98D400F2D488 /* sha.c in Sources */,
  264. 43C6C2A00DDF98D400F2D488 /* sha256.c in Sources */,
  265. 43962ADF0DE7ED48003C5E5B /* ssl.c in Sources */,
  266. 43D565650F1EC9A600550C88 /* hc128.c in Sources */,
  267. 43D565670F1EC9CC00550C88 /* rabbit.c in Sources */,
  268. 43809E9B0FB7AD1C0050922E /* md4.c in Sources */,
  269. 439B3820136B391E004C965E /* logging.c in Sources */,
  270. 43B89CBD142FEB5E00284CC6 /* internal.c in Sources */,
  271. 43B89CBF142FEB6C00284CC6 /* io.c in Sources */,
  272. 43B89CC5142FEBBD00284CC6 /* memory.c in Sources */,
  273. 43B89CC6142FEBBD00284CC6 /* tfm.c in Sources */,
  274. 43B89CC7142FEBBD00284CC6 /* ripemd.c in Sources */,
  275. 43B89CC8142FEBBD00284CC6 /* sha512.c in Sources */,
  276. 43B89CC9142FEBBD00284CC6 /* pwdbased.c in Sources */,
  277. );
  278. runOnlyForDeploymentPostprocessing = 0;
  279. };
  280. /* End PBXSourcesBuildPhase section */
  281. /* Begin XCBuildConfiguration section */
  282. 1DEB91EC08733DB70010E9CD /* Debug */ = {
  283. isa = XCBuildConfiguration;
  284. buildSettings = {
  285. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  286. COPY_PHASE_STRIP = NO;
  287. GCC_DYNAMIC_NO_PIC = NO;
  288. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  289. GCC_MODEL_TUNING = G5;
  290. GCC_OPTIMIZATION_LEVEL = 0;
  291. GCC_PREPROCESSOR_DEFINITIONS = IPHONE;
  292. HEADER_SEARCH_PATHS = $SRCROOT;
  293. INSTALL_PATH = /usr/local/lib;
  294. PRODUCT_NAME = cyassl;
  295. SDKROOT = iphoneos;
  296. USER_HEADER_SEARCH_PATHS = "";
  297. WARNING_CFLAGS = "-Wall";
  298. ZERO_LINK = YES;
  299. };
  300. name = Debug;
  301. };
  302. 1DEB91ED08733DB70010E9CD /* Release */ = {
  303. isa = XCBuildConfiguration;
  304. buildSettings = {
  305. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  306. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  307. GCC_MODEL_TUNING = G5;
  308. GCC_PREPROCESSOR_DEFINITIONS = IPHONE;
  309. HEADER_SEARCH_PATHS = $SRCROOT;
  310. INSTALL_PATH = /usr/local/lib;
  311. PRODUCT_NAME = cyassl;
  312. USER_HEADER_SEARCH_PATHS = "";
  313. WARNING_CFLAGS = "-Wall";
  314. };
  315. name = Release;
  316. };
  317. 1DEB91F008733DB70010E9CD /* Debug */ = {
  318. isa = XCBuildConfiguration;
  319. buildSettings = {
  320. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  321. GCC_PREPROCESSOR_DEFINITIONS = IPHONE;
  322. GCC_VERSION = 4.2;
  323. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  324. GCC_WARN_UNUSED_VARIABLE = YES;
  325. PREBINDING = NO;
  326. SDKROOT = iphoneos;
  327. USER_HEADER_SEARCH_PATHS = "include ctaocrypt/include";
  328. };
  329. name = Debug;
  330. };
  331. 1DEB91F108733DB70010E9CD /* Release */ = {
  332. isa = XCBuildConfiguration;
  333. buildSettings = {
  334. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  335. GCC_PREPROCESSOR_DEFINITIONS = IPHONE;
  336. GCC_VERSION = 4.2;
  337. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  338. GCC_WARN_UNUSED_VARIABLE = YES;
  339. PREBINDING = NO;
  340. SDKROOT = iphonesimulator2.2;
  341. USER_HEADER_SEARCH_PATHS = "include ctaocrypt/include";
  342. };
  343. name = Release;
  344. };
  345. /* End XCBuildConfiguration section */
  346. /* Begin XCConfigurationList section */
  347. 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "cyassl" */ = {
  348. isa = XCConfigurationList;
  349. buildConfigurations = (
  350. 1DEB91EC08733DB70010E9CD /* Debug */,
  351. 1DEB91ED08733DB70010E9CD /* Release */,
  352. );
  353. defaultConfigurationIsVisible = 0;
  354. defaultConfigurationName = Release;
  355. };
  356. 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "cyassl-iphone" */ = {
  357. isa = XCConfigurationList;
  358. buildConfigurations = (
  359. 1DEB91F008733DB70010E9CD /* Debug */,
  360. 1DEB91F108733DB70010E9CD /* Release */,
  361. );
  362. defaultConfigurationIsVisible = 0;
  363. defaultConfigurationName = Release;
  364. };
  365. /* End XCConfigurationList section */
  366. };
  367. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  368. }