project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 52397C5D17E0E63200517C9A /* port.c in Sources */ = {isa = PBXBuildFile; fileRef = 52397C5C17E0E63200517C9A /* port.c */; };
  10. 52B1348216F3CCC400C07B32 /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347B16F3CCC400C07B32 /* tls.c */; };
  11. 52B1348316F3CCC400C07B32 /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347C16F3CCC400C07B32 /* ssl.c */; };
  12. 52B1348416F3CCC400C07B32 /* ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347D16F3CCC400C07B32 /* ocsp.c */; };
  13. 52B1348516F3CCC400C07B32 /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347E16F3CCC400C07B32 /* keys.c */; };
  14. 52B1348616F3CCC400C07B32 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1347F16F3CCC400C07B32 /* io.c */; };
  15. 52B1348716F3CCC400C07B32 /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348016F3CCC400C07B32 /* internal.c */; };
  16. 52B1348816F3CCC400C07B32 /* crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348116F3CCC400C07B32 /* crl.c */; };
  17. 52B134A316F3CDF300C07B32 /* tfm.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348916F3CDF300C07B32 /* tfm.c */; };
  18. 52B134A416F3CDF300C07B32 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348A16F3CDF300C07B32 /* sha256.c */; };
  19. 52B134A516F3CDF300C07B32 /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348B16F3CDF300C07B32 /* sha.c */; };
  20. 52B134A616F3CDF300C07B32 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348C16F3CDF300C07B32 /* rsa.c */; };
  21. 52B134A716F3CDF300C07B32 /* ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348D16F3CDF300C07B32 /* ripemd.c */; };
  22. 52B134A816F3CDF300C07B32 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348E16F3CDF300C07B32 /* random.c */; };
  23. 52B134A916F3CDF300C07B32 /* rabbit.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1348F16F3CDF300C07B32 /* rabbit.c */; };
  24. 52B134AA16F3CDF300C07B32 /* pwdbased.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349016F3CDF300C07B32 /* pwdbased.c */; };
  25. 52B134AB16F3CDF300C07B32 /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349116F3CDF300C07B32 /* misc.c */; };
  26. 52B134AC16F3CDF300C07B32 /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349216F3CDF300C07B32 /* memory.c */; };
  27. 52B134AD16F3CDF300C07B32 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349316F3CDF300C07B32 /* md5.c */; };
  28. 52B134AE16F3CDF300C07B32 /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349416F3CDF300C07B32 /* md4.c */; };
  29. 52B134AF16F3CDF300C07B32 /* logging.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349516F3CDF300C07B32 /* logging.c */; };
  30. 52B134B016F3CDF300C07B32 /* integer.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349616F3CDF300C07B32 /* integer.c */; };
  31. 52B134B116F3CDF300C07B32 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349716F3CDF300C07B32 /* hmac.c */; };
  32. 52B134B216F3CDF300C07B32 /* hc128.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349816F3CDF300C07B32 /* hc128.c */; };
  33. 52B134B316F3CDF300C07B32 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349916F3CDF300C07B32 /* error.c */; };
  34. 52B134B416F3CDF300C07B32 /* ecc.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349A16F3CDF300C07B32 /* ecc.c */; };
  35. 52B134B516F3CDF300C07B32 /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349B16F3CDF300C07B32 /* dsa.c */; };
  36. 52B134B616F3CDF300C07B32 /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349C16F3CDF300C07B32 /* dh.c */; };
  37. 52B134B716F3CDF300C07B32 /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349D16F3CDF300C07B32 /* des3.c */; };
  38. 52B134B816F3CDF300C07B32 /* coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349E16F3CDF300C07B32 /* coding.c */; };
  39. 52B134B916F3CDF300C07B32 /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B1349F16F3CDF300C07B32 /* camellia.c */; };
  40. 52B134BA16F3CDF300C07B32 /* asn.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B134A016F3CDF300C07B32 /* asn.c */; };
  41. 52B134BB16F3CDF300C07B32 /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B134A116F3CDF300C07B32 /* arc4.c */; };
  42. 52B134BC16F3CDF300C07B32 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 52B134A216F3CDF300C07B32 /* aes.c */; };
  43. /* End PBXBuildFile section */
  44. /* Begin PBXCopyFilesBuildPhase section */
  45. 52B1344B16F3C9E800C07B32 /* CopyFiles */ = {
  46. isa = PBXCopyFilesBuildPhase;
  47. buildActionMask = 2147483647;
  48. dstPath = "include/${PRODUCT_NAME}";
  49. dstSubfolderSpec = 16;
  50. files = (
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXCopyFilesBuildPhase section */
  55. /* Begin PBXFileReference section */
  56. 52397C5C17E0E63200517C9A /* port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = port.c; path = ctaocrypt/src/port.c; sourceTree = SOURCE_ROOT; };
  57. 52B1344D16F3C9E800C07B32 /* libcyassl-ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libcyassl-ios.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  58. 52B1347B16F3CCC400C07B32 /* tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tls.c; path = src/tls.c; sourceTree = SOURCE_ROOT; };
  59. 52B1347C16F3CCC400C07B32 /* ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl.c; path = src/ssl.c; sourceTree = SOURCE_ROOT; };
  60. 52B1347D16F3CCC400C07B32 /* ocsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ocsp.c; path = src/ocsp.c; sourceTree = SOURCE_ROOT; };
  61. 52B1347E16F3CCC400C07B32 /* keys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keys.c; path = src/keys.c; sourceTree = SOURCE_ROOT; };
  62. 52B1347F16F3CCC400C07B32 /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io.c; path = src/io.c; sourceTree = SOURCE_ROOT; };
  63. 52B1348016F3CCC400C07B32 /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = internal.c; path = src/internal.c; sourceTree = SOURCE_ROOT; };
  64. 52B1348116F3CCC400C07B32 /* crl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crl.c; path = src/crl.c; sourceTree = SOURCE_ROOT; };
  65. 52B1348916F3CDF300C07B32 /* tfm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tfm.c; path = ctaocrypt/src/tfm.c; sourceTree = SOURCE_ROOT; };
  66. 52B1348A16F3CDF300C07B32 /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha256.c; path = ctaocrypt/src/sha256.c; sourceTree = SOURCE_ROOT; };
  67. 52B1348B16F3CDF300C07B32 /* sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha.c; path = ctaocrypt/src/sha.c; sourceTree = SOURCE_ROOT; };
  68. 52B1348C16F3CDF300C07B32 /* rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rsa.c; path = ctaocrypt/src/rsa.c; sourceTree = SOURCE_ROOT; };
  69. 52B1348D16F3CDF300C07B32 /* ripemd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ripemd.c; path = ctaocrypt/src/ripemd.c; sourceTree = SOURCE_ROOT; };
  70. 52B1348E16F3CDF300C07B32 /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = random.c; path = ctaocrypt/src/random.c; sourceTree = SOURCE_ROOT; };
  71. 52B1348F16F3CDF300C07B32 /* rabbit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rabbit.c; path = ctaocrypt/src/rabbit.c; sourceTree = SOURCE_ROOT; };
  72. 52B1349016F3CDF300C07B32 /* pwdbased.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pwdbased.c; path = ctaocrypt/src/pwdbased.c; sourceTree = SOURCE_ROOT; };
  73. 52B1349116F3CDF300C07B32 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ctaocrypt/src/misc.c; sourceTree = SOURCE_ROOT; };
  74. 52B1349216F3CDF300C07B32 /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memory.c; path = ctaocrypt/src/memory.c; sourceTree = SOURCE_ROOT; };
  75. 52B1349316F3CDF300C07B32 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ctaocrypt/src/md5.c; sourceTree = SOURCE_ROOT; };
  76. 52B1349416F3CDF300C07B32 /* md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md4.c; path = ctaocrypt/src/md4.c; sourceTree = SOURCE_ROOT; };
  77. 52B1349516F3CDF300C07B32 /* logging.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = logging.c; path = ctaocrypt/src/logging.c; sourceTree = SOURCE_ROOT; };
  78. 52B1349616F3CDF300C07B32 /* integer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = integer.c; path = ctaocrypt/src/integer.c; sourceTree = SOURCE_ROOT; };
  79. 52B1349716F3CDF300C07B32 /* hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hmac.c; path = ctaocrypt/src/hmac.c; sourceTree = SOURCE_ROOT; };
  80. 52B1349816F3CDF300C07B32 /* hc128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hc128.c; path = ctaocrypt/src/hc128.c; sourceTree = SOURCE_ROOT; };
  81. 52B1349916F3CDF300C07B32 /* error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = error.c; path = ctaocrypt/src/error.c; sourceTree = SOURCE_ROOT; };
  82. 52B1349A16F3CDF300C07B32 /* ecc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecc.c; path = ctaocrypt/src/ecc.c; sourceTree = SOURCE_ROOT; };
  83. 52B1349B16F3CDF300C07B32 /* dsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dsa.c; path = ctaocrypt/src/dsa.c; sourceTree = SOURCE_ROOT; };
  84. 52B1349C16F3CDF300C07B32 /* dh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dh.c; path = ctaocrypt/src/dh.c; sourceTree = SOURCE_ROOT; };
  85. 52B1349D16F3CDF300C07B32 /* des3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = des3.c; path = ctaocrypt/src/des3.c; sourceTree = SOURCE_ROOT; };
  86. 52B1349E16F3CDF300C07B32 /* coding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = coding.c; path = ctaocrypt/src/coding.c; sourceTree = SOURCE_ROOT; };
  87. 52B1349F16F3CDF300C07B32 /* camellia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = camellia.c; path = ctaocrypt/src/camellia.c; sourceTree = SOURCE_ROOT; };
  88. 52B134A016F3CDF300C07B32 /* asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asn.c; path = ctaocrypt/src/asn.c; sourceTree = SOURCE_ROOT; };
  89. 52B134A116F3CDF300C07B32 /* arc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = arc4.c; path = ctaocrypt/src/arc4.c; sourceTree = SOURCE_ROOT; };
  90. 52B134A216F3CDF300C07B32 /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aes.c; path = ctaocrypt/src/aes.c; sourceTree = SOURCE_ROOT; };
  91. /* End PBXFileReference section */
  92. /* Begin PBXFrameworksBuildPhase section */
  93. 52B1344A16F3C9E800C07B32 /* Frameworks */ = {
  94. isa = PBXFrameworksBuildPhase;
  95. buildActionMask = 2147483647;
  96. files = (
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. /* End PBXFrameworksBuildPhase section */
  101. /* Begin PBXGroup section */
  102. 52B1344416F3C9E800C07B32 = {
  103. isa = PBXGroup;
  104. children = (
  105. 52B1347816F3CC0400C07B32 /* Source */,
  106. 52B1344E16F3C9E800C07B32 /* Products */,
  107. );
  108. sourceTree = "<group>";
  109. };
  110. 52B1344E16F3C9E800C07B32 /* Products */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 52B1344D16F3C9E800C07B32 /* libcyassl-ios.a */,
  114. );
  115. name = Products;
  116. sourceTree = "<group>";
  117. };
  118. 52B1347816F3CC0400C07B32 /* Source */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 52B1347916F3CC9200C07B32 /* cyaSSL */,
  122. 52B1347A16F3CC9A00C07B32 /* wolfCrypt */,
  123. );
  124. name = Source;
  125. path = "cyassl-ios";
  126. sourceTree = "<group>";
  127. };
  128. 52B1347916F3CC9200C07B32 /* cyaSSL */ = {
  129. isa = PBXGroup;
  130. children = (
  131. 52B1347B16F3CCC400C07B32 /* tls.c */,
  132. 52B1347C16F3CCC400C07B32 /* ssl.c */,
  133. 52B1347D16F3CCC400C07B32 /* ocsp.c */,
  134. 52B1347E16F3CCC400C07B32 /* keys.c */,
  135. 52B1347F16F3CCC400C07B32 /* io.c */,
  136. 52B1348016F3CCC400C07B32 /* internal.c */,
  137. 52B1348116F3CCC400C07B32 /* crl.c */,
  138. );
  139. name = cyaSSL;
  140. sourceTree = "<group>";
  141. };
  142. 52B1347A16F3CC9A00C07B32 /* wolfCrypt */ = {
  143. isa = PBXGroup;
  144. children = (
  145. 52397C5C17E0E63200517C9A /* port.c */,
  146. 52B1348916F3CDF300C07B32 /* tfm.c */,
  147. 52B1348A16F3CDF300C07B32 /* sha256.c */,
  148. 52B1348B16F3CDF300C07B32 /* sha.c */,
  149. 52B1348C16F3CDF300C07B32 /* rsa.c */,
  150. 52B1348D16F3CDF300C07B32 /* ripemd.c */,
  151. 52B1348E16F3CDF300C07B32 /* random.c */,
  152. 52B1348F16F3CDF300C07B32 /* rabbit.c */,
  153. 52B1349016F3CDF300C07B32 /* pwdbased.c */,
  154. 52B1349116F3CDF300C07B32 /* misc.c */,
  155. 52B1349216F3CDF300C07B32 /* memory.c */,
  156. 52B1349316F3CDF300C07B32 /* md5.c */,
  157. 52B1349416F3CDF300C07B32 /* md4.c */,
  158. 52B1349516F3CDF300C07B32 /* logging.c */,
  159. 52B1349616F3CDF300C07B32 /* integer.c */,
  160. 52B1349716F3CDF300C07B32 /* hmac.c */,
  161. 52B1349816F3CDF300C07B32 /* hc128.c */,
  162. 52B1349916F3CDF300C07B32 /* error.c */,
  163. 52B1349A16F3CDF300C07B32 /* ecc.c */,
  164. 52B1349B16F3CDF300C07B32 /* dsa.c */,
  165. 52B1349C16F3CDF300C07B32 /* dh.c */,
  166. 52B1349D16F3CDF300C07B32 /* des3.c */,
  167. 52B1349E16F3CDF300C07B32 /* coding.c */,
  168. 52B1349F16F3CDF300C07B32 /* camellia.c */,
  169. 52B134A016F3CDF300C07B32 /* asn.c */,
  170. 52B134A116F3CDF300C07B32 /* arc4.c */,
  171. 52B134A216F3CDF300C07B32 /* aes.c */,
  172. );
  173. name = wolfCrypt;
  174. sourceTree = "<group>";
  175. };
  176. /* End PBXGroup section */
  177. /* Begin PBXNativeTarget section */
  178. 52B1344C16F3C9E800C07B32 /* cyassl-ios */ = {
  179. isa = PBXNativeTarget;
  180. buildConfigurationList = 52B1347216F3C9E800C07B32 /* Build configuration list for PBXNativeTarget "cyassl-ios" */;
  181. buildPhases = (
  182. 52B1344916F3C9E800C07B32 /* Sources */,
  183. 52B1344A16F3C9E800C07B32 /* Frameworks */,
  184. 52B1344B16F3C9E800C07B32 /* CopyFiles */,
  185. );
  186. buildRules = (
  187. );
  188. dependencies = (
  189. );
  190. name = "cyassl-ios";
  191. productName = "cyassl-ios";
  192. productReference = 52B1344D16F3C9E800C07B32 /* libcyassl-ios.a */;
  193. productType = "com.apple.product-type.library.static";
  194. };
  195. /* End PBXNativeTarget section */
  196. /* Begin PBXProject section */
  197. 52B1344516F3C9E800C07B32 /* Project object */ = {
  198. isa = PBXProject;
  199. attributes = {
  200. LastUpgradeCheck = 0460;
  201. ORGANIZATIONNAME = "wolfSSL Inc";
  202. };
  203. buildConfigurationList = 52B1344816F3C9E800C07B32 /* Build configuration list for PBXProject "cyassl-ios" */;
  204. compatibilityVersion = "Xcode 3.2";
  205. developmentRegion = English;
  206. hasScannedForEncodings = 0;
  207. knownRegions = (
  208. en,
  209. );
  210. mainGroup = 52B1344416F3C9E800C07B32;
  211. productRefGroup = 52B1344E16F3C9E800C07B32 /* Products */;
  212. projectDirPath = "";
  213. projectRoot = "";
  214. targets = (
  215. 52B1344C16F3C9E800C07B32 /* cyassl-ios */,
  216. );
  217. };
  218. /* End PBXProject section */
  219. /* Begin PBXSourcesBuildPhase section */
  220. 52B1344916F3C9E800C07B32 /* Sources */ = {
  221. isa = PBXSourcesBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. 52B1348216F3CCC400C07B32 /* tls.c in Sources */,
  225. 52B1348316F3CCC400C07B32 /* ssl.c in Sources */,
  226. 52B1348416F3CCC400C07B32 /* ocsp.c in Sources */,
  227. 52B1348516F3CCC400C07B32 /* keys.c in Sources */,
  228. 52B1348616F3CCC400C07B32 /* io.c in Sources */,
  229. 52B1348716F3CCC400C07B32 /* internal.c in Sources */,
  230. 52B1348816F3CCC400C07B32 /* crl.c in Sources */,
  231. 52B134A316F3CDF300C07B32 /* tfm.c in Sources */,
  232. 52B134A416F3CDF300C07B32 /* sha256.c in Sources */,
  233. 52B134A516F3CDF300C07B32 /* sha.c in Sources */,
  234. 52B134A616F3CDF300C07B32 /* rsa.c in Sources */,
  235. 52B134A716F3CDF300C07B32 /* ripemd.c in Sources */,
  236. 52B134A816F3CDF300C07B32 /* random.c in Sources */,
  237. 52B134A916F3CDF300C07B32 /* rabbit.c in Sources */,
  238. 52B134AA16F3CDF300C07B32 /* pwdbased.c in Sources */,
  239. 52B134AB16F3CDF300C07B32 /* misc.c in Sources */,
  240. 52B134AC16F3CDF300C07B32 /* memory.c in Sources */,
  241. 52B134AD16F3CDF300C07B32 /* md5.c in Sources */,
  242. 52B134AE16F3CDF300C07B32 /* md4.c in Sources */,
  243. 52B134AF16F3CDF300C07B32 /* logging.c in Sources */,
  244. 52B134B016F3CDF300C07B32 /* integer.c in Sources */,
  245. 52B134B116F3CDF300C07B32 /* hmac.c in Sources */,
  246. 52B134B216F3CDF300C07B32 /* hc128.c in Sources */,
  247. 52B134B316F3CDF300C07B32 /* error.c in Sources */,
  248. 52B134B416F3CDF300C07B32 /* ecc.c in Sources */,
  249. 52B134B516F3CDF300C07B32 /* dsa.c in Sources */,
  250. 52B134B616F3CDF300C07B32 /* dh.c in Sources */,
  251. 52B134B716F3CDF300C07B32 /* des3.c in Sources */,
  252. 52B134B816F3CDF300C07B32 /* coding.c in Sources */,
  253. 52B134B916F3CDF300C07B32 /* camellia.c in Sources */,
  254. 52B134BA16F3CDF300C07B32 /* asn.c in Sources */,
  255. 52B134BB16F3CDF300C07B32 /* arc4.c in Sources */,
  256. 52B134BC16F3CDF300C07B32 /* aes.c in Sources */,
  257. 52397C5D17E0E63200517C9A /* port.c in Sources */,
  258. );
  259. runOnlyForDeploymentPostprocessing = 0;
  260. };
  261. /* End PBXSourcesBuildPhase section */
  262. /* Begin XCBuildConfiguration section */
  263. 52B1347016F3C9E800C07B32 /* Debug */ = {
  264. isa = XCBuildConfiguration;
  265. buildSettings = {
  266. ALWAYS_SEARCH_USER_PATHS = NO;
  267. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  268. CLANG_CXX_LIBRARY = "libc++";
  269. CLANG_WARN_CONSTANT_CONVERSION = YES;
  270. CLANG_WARN_EMPTY_BODY = YES;
  271. CLANG_WARN_ENUM_CONVERSION = YES;
  272. CLANG_WARN_INT_CONVERSION = YES;
  273. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  274. COPY_PHASE_STRIP = NO;
  275. GCC_C_LANGUAGE_STANDARD = gnu99;
  276. GCC_DYNAMIC_NO_PIC = NO;
  277. GCC_OPTIMIZATION_LEVEL = 0;
  278. GCC_PREPROCESSOR_DEFINITIONS = (
  279. "DEBUG=1",
  280. "$(inherited)",
  281. );
  282. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  283. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  284. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  285. GCC_WARN_UNUSED_VARIABLE = YES;
  286. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  287. ONLY_ACTIVE_ARCH = YES;
  288. SDKROOT = iphoneos;
  289. USER_HEADER_SEARCH_PATHS = "cyassl/ctaocrypt cyassl include";
  290. };
  291. name = Debug;
  292. };
  293. 52B1347116F3C9E800C07B32 /* Release */ = {
  294. isa = XCBuildConfiguration;
  295. buildSettings = {
  296. ALWAYS_SEARCH_USER_PATHS = NO;
  297. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  298. CLANG_CXX_LIBRARY = "libc++";
  299. CLANG_WARN_CONSTANT_CONVERSION = YES;
  300. CLANG_WARN_EMPTY_BODY = YES;
  301. CLANG_WARN_ENUM_CONVERSION = YES;
  302. CLANG_WARN_INT_CONVERSION = YES;
  303. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  304. COPY_PHASE_STRIP = YES;
  305. GCC_C_LANGUAGE_STANDARD = gnu99;
  306. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  307. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  308. GCC_WARN_UNUSED_VARIABLE = YES;
  309. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  310. SDKROOT = iphoneos;
  311. USER_HEADER_SEARCH_PATHS = "cyassl/ctaocrypt cyassl include";
  312. VALIDATE_PRODUCT = NO;
  313. };
  314. name = Release;
  315. };
  316. 52B1347316F3C9E800C07B32 /* Debug */ = {
  317. isa = XCBuildConfiguration;
  318. buildSettings = {
  319. ALWAYS_SEARCH_USER_PATHS = YES;
  320. CLANG_LINK_OBJC_RUNTIME = NO;
  321. DSTROOT = /tmp/cyassl_ios.dst;
  322. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  323. GCC_PREFIX_HEADER = "";
  324. HEADER_SEARCH_PATHS = $SRCROOT;
  325. OTHER_LDFLAGS = "";
  326. PRODUCT_NAME = "$(TARGET_NAME)";
  327. SKIP_INSTALL = YES;
  328. TARGETED_DEVICE_FAMILY = "1,2";
  329. USER_HEADER_SEARCH_PATHS = "cyassl/ctaocrypt cyassl";
  330. };
  331. name = Debug;
  332. };
  333. 52B1347416F3C9E800C07B32 /* Release */ = {
  334. isa = XCBuildConfiguration;
  335. buildSettings = {
  336. ALWAYS_SEARCH_USER_PATHS = YES;
  337. CLANG_LINK_OBJC_RUNTIME = NO;
  338. DSTROOT = /tmp/cyassl_ios.dst;
  339. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  340. GCC_PREFIX_HEADER = "";
  341. HEADER_SEARCH_PATHS = $SRCROOT;
  342. OTHER_LDFLAGS = "";
  343. PRODUCT_NAME = "$(TARGET_NAME)";
  344. SKIP_INSTALL = YES;
  345. TARGETED_DEVICE_FAMILY = "1,2";
  346. USER_HEADER_SEARCH_PATHS = "cyassl/ctaocrypt cyassl";
  347. };
  348. name = Release;
  349. };
  350. /* End XCBuildConfiguration section */
  351. /* Begin XCConfigurationList section */
  352. 52B1344816F3C9E800C07B32 /* Build configuration list for PBXProject "cyassl-ios" */ = {
  353. isa = XCConfigurationList;
  354. buildConfigurations = (
  355. 52B1347016F3C9E800C07B32 /* Debug */,
  356. 52B1347116F3C9E800C07B32 /* Release */,
  357. );
  358. defaultConfigurationIsVisible = 0;
  359. defaultConfigurationName = Release;
  360. };
  361. 52B1347216F3C9E800C07B32 /* Build configuration list for PBXNativeTarget "cyassl-ios" */ = {
  362. isa = XCConfigurationList;
  363. buildConfigurations = (
  364. 52B1347316F3C9E800C07B32 /* Debug */,
  365. 52B1347416F3C9E800C07B32 /* Release */,
  366. );
  367. defaultConfigurationIsVisible = 0;
  368. defaultConfigurationName = Release;
  369. };
  370. /* End XCConfigurationList section */
  371. };
  372. rootObject = 52B1344516F3C9E800C07B32 /* Project object */;
  373. }