project.pbxproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. AB13428615E0FC2300456914 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = AB13428415E0FC2300456914 /* InfoPlist.strings */; };
  10. AB13428F15E0FC4600456914 /* RNOpenSSLDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B8090 /* RNOpenSSLDecryptor.m */; };
  11. AB13429015E0FC4600456914 /* RNOpenSSLEncryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B808A /* RNOpenSSLEncryptor.m */; };
  12. AB13429115E0FC4600456914 /* RNCryptorEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B807C /* RNCryptorEngine.m */; };
  13. AB13429215E0FC4600456914 /* RNDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B8078 /* RNDecryptor.m */; };
  14. AB13429315E0FC4600456914 /* RNEncryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B8074 /* RNEncryptor.m */; };
  15. AB13429415E0FC4600456914 /* RNOpenSSLCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B806C /* RNOpenSSLCryptor.m */; };
  16. AB13429515E0FC4600456914 /* RNCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB75651B1512D3E9007B806B /* RNCryptor.m */; };
  17. AB13429715E0FC4E00456914 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB13429615E0FC4E00456914 /* Security.framework */; };
  18. AB13429915E0FD1D00456914 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB13429815E0FD1D00456914 /* Foundation.framework */; };
  19. FB6CB6D7158FD093001F6D61 /* test.enc in Resources */ = {isa = PBXBuildFile; fileRef = FB6CB6D6158FD093001F6D61 /* test.enc */; };
  20. FB7564F41512D3C4007B806B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB7564F31512D3C4007B806B /* Foundation.framework */; };
  21. FB7565021512D3C4007B806B /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB7565011512D3C4007B806B /* SenTestingKit.framework */; };
  22. FB7565051512D3C4007B806B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB7564F31512D3C4007B806B /* Foundation.framework */; };
  23. FB7565081512D3C4007B806B /* libRNCryptor.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FB7564F01512D3C4007B806B /* libRNCryptor.a */; };
  24. FB75650E1512D3C4007B806B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FB75650C1512D3C4007B806B /* InfoPlist.strings */; };
  25. FB7565111512D3C5007B806B /* RNCryptorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565101512D3C5007B806B /* RNCryptorTests.m */; };
  26. FB75651D1512D3E9007B806B /* RNCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB75651B1512D3E9007B806B /* RNCryptor.m */; };
  27. FB75651F1512D7F8007B806B /* RNCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = FB75651A1512D3E9007B806B /* RNCryptor.h */; settings = {ATTRIBUTES = (Public, ); }; };
  28. FB7565241512D9BE007B806B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB7565221512D9A8007B806B /* Security.framework */; };
  29. FB7565241512D9BE007B806D /* RNOpenSSLCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B806C /* RNOpenSSLCryptor.m */; };
  30. FB7565241512D9BE007B806F /* RNOpenSSLCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B806E /* RNOpenSSLCryptor.h */; settings = {ATTRIBUTES = (Public, ); }; };
  31. FB7565241512D9BE007B8075 /* RNEncryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B8074 /* RNEncryptor.m */; };
  32. FB7565241512D9BE007B8077 /* RNEncryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B8076 /* RNEncryptor.h */; };
  33. FB7565241512D9BE007B8079 /* RNDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B8078 /* RNDecryptor.m */; };
  34. FB7565241512D9BE007B807B /* RNDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B807A /* RNDecryptor.h */; };
  35. FB7565241512D9BE007B807D /* RNCryptorEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B807C /* RNCryptorEngine.m */; };
  36. FB7565241512D9BE007B807F /* RNCryptorEngine.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B807E /* RNCryptorEngine.h */; };
  37. FB7565241512D9BE007B8085 /* RNCryptor+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B8084 /* RNCryptor+Private.h */; };
  38. FB7565241512D9BE007B808B /* RNOpenSSLEncryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B808A /* RNOpenSSLEncryptor.m */; };
  39. FB7565241512D9BE007B808D /* RNOpenSSLEncryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B808C /* RNOpenSSLEncryptor.h */; };
  40. FB7565241512D9BE007B808F /* RNOpenSSLDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B808E /* RNOpenSSLDecryptor.h */; };
  41. FB7565241512D9BE007B8091 /* RNOpenSSLDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7565241512D9BE007B8090 /* RNOpenSSLDecryptor.m */; };
  42. FBE1F73B16A899E400C90463 /* RNCryptorV1.enc in CopyFiles */ = {isa = PBXBuildFile; fileRef = FBE1F73A16A899D800C90463 /* RNCryptorV1.enc */; };
  43. FBF7D58E167E5031004B6F0F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB7564F31512D3C4007B806B /* Foundation.framework */; };
  44. FBF7D591167E5032004B6F0F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FBF7D590167E5032004B6F0F /* main.m */; };
  45. FBF7D5A9167E515D004B6F0F /* RNCryptor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB13427A15E0FC2300456914 /* RNCryptor.framework */; };
  46. /* End PBXBuildFile section */
  47. /* Begin PBXContainerItemProxy section */
  48. FB7565061512D3C4007B806B /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = FB7564E71512D3C4007B806B /* Project object */;
  51. proxyType = 1;
  52. remoteGlobalIDString = FB7564EF1512D3C4007B806B;
  53. remoteInfo = RNCrypt;
  54. };
  55. /* End PBXContainerItemProxy section */
  56. /* Begin PBXCopyFilesBuildPhase section */
  57. FBF7D58A167E5031004B6F0F /* CopyFiles */ = {
  58. isa = PBXCopyFilesBuildPhase;
  59. buildActionMask = 12;
  60. dstPath = "";
  61. dstSubfolderSpec = 16;
  62. files = (
  63. FBE1F73B16A899E400C90463 /* RNCryptorV1.enc in CopyFiles */,
  64. );
  65. runOnlyForDeploymentPostprocessing = 0;
  66. };
  67. /* End PBXCopyFilesBuildPhase section */
  68. /* Begin PBXFileReference section */
  69. AB13427A15E0FC2300456914 /* RNCryptor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RNCryptor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  70. AB13427E15E0FC2300456914 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  71. AB13427F15E0FC2300456914 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  72. AB13428015E0FC2300456914 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  73. AB13428315E0FC2300456914 /* RNCryptor OS X-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RNCryptor OS X-Info.plist"; sourceTree = "<group>"; };
  74. AB13428515E0FC2300456914 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  75. AB13428715E0FC2300456914 /* RNCryptor OS X-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNCryptor OS X-Prefix.pch"; sourceTree = "<group>"; };
  76. AB13429615E0FC4E00456914 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; };
  77. AB13429815E0FD1D00456914 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
  78. FB6CB6D6158FD093001F6D61 /* test.enc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test.enc; sourceTree = "<group>"; };
  79. FB7564F01512D3C4007B806B /* libRNCryptor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNCryptor.a; sourceTree = BUILT_PRODUCTS_DIR; };
  80. FB7564F31512D3C4007B806B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  81. FB7564F71512D3C4007B806B /* RNCryptor-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNCryptor-Prefix.pch"; sourceTree = "<group>"; };
  82. FB7565001512D3C4007B806B /* RNCryptorTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RNCryptorTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
  83. FB7565011512D3C4007B806B /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
  84. FB75650B1512D3C4007B806B /* RNCryptorTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RNCryptorTests-Info.plist"; sourceTree = "<group>"; };
  85. FB75650D1512D3C4007B806B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  86. FB75650F1512D3C4007B806B /* RNCryptorTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNCryptorTests.h; sourceTree = "<group>"; };
  87. FB7565101512D3C5007B806B /* RNCryptorTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNCryptorTests.m; sourceTree = "<group>"; };
  88. FB75651A1512D3E9007B806B /* RNCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCryptor.h; sourceTree = "<group>"; };
  89. FB75651B1512D3E9007B806B /* RNCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNCryptor.m; sourceTree = "<group>"; };
  90. FB7565221512D9A8007B806B /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
  91. FB7565241512D9BE007B806C /* RNOpenSSLCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNOpenSSLCryptor.m; sourceTree = "<group>"; };
  92. FB7565241512D9BE007B806E /* RNOpenSSLCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNOpenSSLCryptor.h; sourceTree = "<group>"; };
  93. FB7565241512D9BE007B8074 /* RNEncryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNEncryptor.m; sourceTree = "<group>"; };
  94. FB7565241512D9BE007B8076 /* RNEncryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNEncryptor.h; sourceTree = "<group>"; };
  95. FB7565241512D9BE007B8078 /* RNDecryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNDecryptor.m; sourceTree = "<group>"; };
  96. FB7565241512D9BE007B807A /* RNDecryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNDecryptor.h; sourceTree = "<group>"; };
  97. FB7565241512D9BE007B807C /* RNCryptorEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNCryptorEngine.m; sourceTree = "<group>"; };
  98. FB7565241512D9BE007B807E /* RNCryptorEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNCryptorEngine.h; sourceTree = "<group>"; };
  99. FB7565241512D9BE007B8084 /* RNCryptor+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RNCryptor+Private.h"; sourceTree = "<group>"; };
  100. FB7565241512D9BE007B808A /* RNOpenSSLEncryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNOpenSSLEncryptor.m; sourceTree = "<group>"; };
  101. FB7565241512D9BE007B808C /* RNOpenSSLEncryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNOpenSSLEncryptor.h; sourceTree = "<group>"; };
  102. FB7565241512D9BE007B808E /* RNOpenSSLDecryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNOpenSSLDecryptor.h; sourceTree = "<group>"; };
  103. FB7565241512D9BE007B8090 /* RNOpenSSLDecryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNOpenSSLDecryptor.m; sourceTree = "<group>"; };
  104. FB7565241512D9BE007B8092 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = file.md; path = README.md; sourceTree = "<group>"; };
  105. FBE1F73A16A899D800C90463 /* RNCryptorV1.enc */ = {isa = PBXFileReference; lastKnownFileType = file; path = RNCryptorV1.enc; sourceTree = SOURCE_ROOT; };
  106. FBF7D58C167E5031004B6F0F /* RNCryptorVectors */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = RNCryptorVectors; sourceTree = BUILT_PRODUCTS_DIR; };
  107. FBF7D590167E5032004B6F0F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  108. FBF7D593167E5032004B6F0F /* RNCryptorVectors-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNCryptorVectors-Prefix.pch"; sourceTree = "<group>"; };
  109. /* End PBXFileReference section */
  110. /* Begin PBXFrameworksBuildPhase section */
  111. AB13427615E0FC2300456914 /* Frameworks */ = {
  112. isa = PBXFrameworksBuildPhase;
  113. buildActionMask = 2147483647;
  114. files = (
  115. AB13429915E0FD1D00456914 /* Foundation.framework in Frameworks */,
  116. AB13429715E0FC4E00456914 /* Security.framework in Frameworks */,
  117. );
  118. runOnlyForDeploymentPostprocessing = 0;
  119. };
  120. FB7564ED1512D3C4007B806B /* Frameworks */ = {
  121. isa = PBXFrameworksBuildPhase;
  122. buildActionMask = 2147483647;
  123. files = (
  124. FB7564F41512D3C4007B806B /* Foundation.framework in Frameworks */,
  125. );
  126. runOnlyForDeploymentPostprocessing = 0;
  127. };
  128. FB7564FC1512D3C4007B806B /* Frameworks */ = {
  129. isa = PBXFrameworksBuildPhase;
  130. buildActionMask = 2147483647;
  131. files = (
  132. FB7565021512D3C4007B806B /* SenTestingKit.framework in Frameworks */,
  133. FB7565051512D3C4007B806B /* Foundation.framework in Frameworks */,
  134. FB7565081512D3C4007B806B /* libRNCryptor.a in Frameworks */,
  135. FB7565241512D9BE007B806B /* Security.framework in Frameworks */,
  136. );
  137. runOnlyForDeploymentPostprocessing = 0;
  138. };
  139. FBF7D589167E5031004B6F0F /* Frameworks */ = {
  140. isa = PBXFrameworksBuildPhase;
  141. buildActionMask = 2147483647;
  142. files = (
  143. FBF7D5A9167E515D004B6F0F /* RNCryptor.framework in Frameworks */,
  144. FBF7D58E167E5031004B6F0F /* Foundation.framework in Frameworks */,
  145. );
  146. runOnlyForDeploymentPostprocessing = 0;
  147. };
  148. /* End PBXFrameworksBuildPhase section */
  149. /* Begin PBXGroup section */
  150. AB13427D15E0FC2300456914 /* Other Frameworks */ = {
  151. isa = PBXGroup;
  152. children = (
  153. AB13427E15E0FC2300456914 /* AppKit.framework */,
  154. AB13427F15E0FC2300456914 /* CoreData.framework */,
  155. AB13428015E0FC2300456914 /* Foundation.framework */,
  156. );
  157. name = "Other Frameworks";
  158. sourceTree = "<group>";
  159. };
  160. AB13428115E0FC2300456914 /* RNCryptor OS X */ = {
  161. isa = PBXGroup;
  162. children = (
  163. AB13428215E0FC2300456914 /* Supporting Files */,
  164. );
  165. path = "RNCryptor OS X";
  166. sourceTree = "<group>";
  167. };
  168. AB13428215E0FC2300456914 /* Supporting Files */ = {
  169. isa = PBXGroup;
  170. children = (
  171. AB13428315E0FC2300456914 /* RNCryptor OS X-Info.plist */,
  172. AB13428415E0FC2300456914 /* InfoPlist.strings */,
  173. AB13428715E0FC2300456914 /* RNCryptor OS X-Prefix.pch */,
  174. );
  175. name = "Supporting Files";
  176. sourceTree = "<group>";
  177. };
  178. FB7564E51512D3C4007B806B = {
  179. isa = PBXGroup;
  180. children = (
  181. AB13429815E0FD1D00456914 /* Foundation.framework */,
  182. AB13429615E0FC4E00456914 /* Security.framework */,
  183. FB7565241512D9BE007B8092 /* README.md */,
  184. FB7564F51512D3C4007B806B /* RNCryptor */,
  185. FB7565091512D3C4007B806B /* RNCryptorTests */,
  186. AB13428115E0FC2300456914 /* RNCryptor OS X */,
  187. FBF7D58F167E5031004B6F0F /* RNCryptorVectors */,
  188. FB7564F21512D3C4007B806B /* Frameworks */,
  189. FB7564F11512D3C4007B806B /* Products */,
  190. );
  191. sourceTree = "<group>";
  192. };
  193. FB7564F11512D3C4007B806B /* Products */ = {
  194. isa = PBXGroup;
  195. children = (
  196. FB7564F01512D3C4007B806B /* libRNCryptor.a */,
  197. FB7565001512D3C4007B806B /* RNCryptorTests.octest */,
  198. AB13427A15E0FC2300456914 /* RNCryptor.framework */,
  199. FBF7D58C167E5031004B6F0F /* RNCryptorVectors */,
  200. );
  201. name = Products;
  202. sourceTree = "<group>";
  203. };
  204. FB7564F21512D3C4007B806B /* Frameworks */ = {
  205. isa = PBXGroup;
  206. children = (
  207. FB7565221512D9A8007B806B /* Security.framework */,
  208. FB7564F31512D3C4007B806B /* Foundation.framework */,
  209. FB7565011512D3C4007B806B /* SenTestingKit.framework */,
  210. AB13427D15E0FC2300456914 /* Other Frameworks */,
  211. );
  212. name = Frameworks;
  213. sourceTree = "<group>";
  214. };
  215. FB7564F51512D3C4007B806B /* RNCryptor */ = {
  216. isa = PBXGroup;
  217. children = (
  218. FB75651A1512D3E9007B806B /* RNCryptor.h */,
  219. FB75651B1512D3E9007B806B /* RNCryptor.m */,
  220. FB7565241512D9BE007B807A /* RNDecryptor.h */,
  221. FB7565241512D9BE007B8078 /* RNDecryptor.m */,
  222. FB7565241512D9BE007B8076 /* RNEncryptor.h */,
  223. FB7565241512D9BE007B8074 /* RNEncryptor.m */,
  224. FB7565241512D9BE007B806E /* RNOpenSSLCryptor.h */,
  225. FB7565241512D9BE007B806C /* RNOpenSSLCryptor.m */,
  226. FB7565241512D9BE007B8090 /* RNOpenSSLDecryptor.m */,
  227. FB7565241512D9BE007B808E /* RNOpenSSLDecryptor.h */,
  228. FB7565241512D9BE007B808C /* RNOpenSSLEncryptor.h */,
  229. FB7565241512D9BE007B808A /* RNOpenSSLEncryptor.m */,
  230. FB7565241512D9BE007B807E /* RNCryptorEngine.h */,
  231. FB7565241512D9BE007B807C /* RNCryptorEngine.m */,
  232. FB7565241512D9BE007B8084 /* RNCryptor+Private.h */,
  233. FB7564F61512D3C4007B806B /* Supporting Files */,
  234. );
  235. path = RNCryptor;
  236. sourceTree = "<group>";
  237. };
  238. FB7564F61512D3C4007B806B /* Supporting Files */ = {
  239. isa = PBXGroup;
  240. children = (
  241. FB7564F71512D3C4007B806B /* RNCryptor-Prefix.pch */,
  242. );
  243. name = "Supporting Files";
  244. sourceTree = "<group>";
  245. };
  246. FB7565091512D3C4007B806B /* RNCryptorTests */ = {
  247. isa = PBXGroup;
  248. children = (
  249. FB75650F1512D3C4007B806B /* RNCryptorTests.h */,
  250. FB7565101512D3C5007B806B /* RNCryptorTests.m */,
  251. FB75650A1512D3C4007B806B /* Supporting Files */,
  252. );
  253. path = RNCryptorTests;
  254. sourceTree = "<group>";
  255. };
  256. FB75650A1512D3C4007B806B /* Supporting Files */ = {
  257. isa = PBXGroup;
  258. children = (
  259. FB6CB6D6158FD093001F6D61 /* test.enc */,
  260. FB75650B1512D3C4007B806B /* RNCryptorTests-Info.plist */,
  261. FB75650C1512D3C4007B806B /* InfoPlist.strings */,
  262. );
  263. name = "Supporting Files";
  264. sourceTree = "<group>";
  265. };
  266. FBF7D58F167E5031004B6F0F /* RNCryptorVectors */ = {
  267. isa = PBXGroup;
  268. children = (
  269. FBF7D590167E5032004B6F0F /* main.m */,
  270. FBE1F73A16A899D800C90463 /* RNCryptorV1.enc */,
  271. FBF7D592167E5032004B6F0F /* Supporting Files */,
  272. );
  273. path = RNCryptorVectors;
  274. sourceTree = "<group>";
  275. };
  276. FBF7D592167E5032004B6F0F /* Supporting Files */ = {
  277. isa = PBXGroup;
  278. children = (
  279. FBF7D593167E5032004B6F0F /* RNCryptorVectors-Prefix.pch */,
  280. );
  281. name = "Supporting Files";
  282. sourceTree = "<group>";
  283. };
  284. /* End PBXGroup section */
  285. /* Begin PBXHeadersBuildPhase section */
  286. AB13427715E0FC2300456914 /* Headers */ = {
  287. isa = PBXHeadersBuildPhase;
  288. buildActionMask = 2147483647;
  289. files = (
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. FB7564EE1512D3C4007B806B /* Headers */ = {
  294. isa = PBXHeadersBuildPhase;
  295. buildActionMask = 2147483647;
  296. files = (
  297. FB75651F1512D7F8007B806B /* RNCryptor.h in Headers */,
  298. FB7565241512D9BE007B806F /* RNOpenSSLCryptor.h in Headers */,
  299. FB7565241512D9BE007B8077 /* RNEncryptor.h in Headers */,
  300. FB7565241512D9BE007B807B /* RNDecryptor.h in Headers */,
  301. FB7565241512D9BE007B807F /* RNCryptorEngine.h in Headers */,
  302. FB7565241512D9BE007B8085 /* RNCryptor+Private.h in Headers */,
  303. FB7565241512D9BE007B808D /* RNOpenSSLEncryptor.h in Headers */,
  304. FB7565241512D9BE007B808F /* RNOpenSSLDecryptor.h in Headers */,
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. /* End PBXHeadersBuildPhase section */
  309. /* Begin PBXNativeTarget section */
  310. AB13427915E0FC2300456914 /* RNCryptor OS X */ = {
  311. isa = PBXNativeTarget;
  312. buildConfigurationList = AB13428D15E0FC2300456914 /* Build configuration list for PBXNativeTarget "RNCryptor OS X" */;
  313. buildPhases = (
  314. AB13427515E0FC2300456914 /* Sources */,
  315. AB13427615E0FC2300456914 /* Frameworks */,
  316. AB13427715E0FC2300456914 /* Headers */,
  317. AB13427815E0FC2300456914 /* Resources */,
  318. );
  319. buildRules = (
  320. );
  321. dependencies = (
  322. );
  323. name = "RNCryptor OS X";
  324. productName = "RNCryptor OS X";
  325. productReference = AB13427A15E0FC2300456914 /* RNCryptor.framework */;
  326. productType = "com.apple.product-type.framework";
  327. };
  328. FB7564EF1512D3C4007B806B /* RNCryptor */ = {
  329. isa = PBXNativeTarget;
  330. buildConfigurationList = FB7565141512D3C5007B806B /* Build configuration list for PBXNativeTarget "RNCryptor" */;
  331. buildPhases = (
  332. FB7564EC1512D3C4007B806B /* Sources */,
  333. FB7564ED1512D3C4007B806B /* Frameworks */,
  334. FB7564EE1512D3C4007B806B /* Headers */,
  335. );
  336. buildRules = (
  337. );
  338. dependencies = (
  339. );
  340. name = RNCryptor;
  341. productName = RNCrypt;
  342. productReference = FB7564F01512D3C4007B806B /* libRNCryptor.a */;
  343. productType = "com.apple.product-type.library.static";
  344. };
  345. FB7564FF1512D3C4007B806B /* RNCryptorTests */ = {
  346. isa = PBXNativeTarget;
  347. buildConfigurationList = FB7565171512D3C5007B806B /* Build configuration list for PBXNativeTarget "RNCryptorTests" */;
  348. buildPhases = (
  349. FB7564FB1512D3C4007B806B /* Sources */,
  350. FB7564FC1512D3C4007B806B /* Frameworks */,
  351. FB7564FD1512D3C4007B806B /* Resources */,
  352. FB7564FE1512D3C4007B806B /* ShellScript */,
  353. );
  354. buildRules = (
  355. );
  356. dependencies = (
  357. FB7565071512D3C4007B806B /* PBXTargetDependency */,
  358. );
  359. name = RNCryptorTests;
  360. productName = RNCryptTests;
  361. productReference = FB7565001512D3C4007B806B /* RNCryptorTests.octest */;
  362. productType = "com.apple.product-type.bundle";
  363. };
  364. FBF7D58B167E5031004B6F0F /* RNCryptorVectors */ = {
  365. isa = PBXNativeTarget;
  366. buildConfigurationList = FBF7D596167E5032004B6F0F /* Build configuration list for PBXNativeTarget "RNCryptorVectors" */;
  367. buildPhases = (
  368. FBF7D588167E5031004B6F0F /* Sources */,
  369. FBF7D589167E5031004B6F0F /* Frameworks */,
  370. FBF7D58A167E5031004B6F0F /* CopyFiles */,
  371. );
  372. buildRules = (
  373. );
  374. dependencies = (
  375. );
  376. name = RNCryptorVectors;
  377. productName = RNCryptorVectors;
  378. productReference = FBF7D58C167E5031004B6F0F /* RNCryptorVectors */;
  379. productType = "com.apple.product-type.tool";
  380. };
  381. /* End PBXNativeTarget section */
  382. /* Begin PBXProject section */
  383. FB7564E71512D3C4007B806B /* Project object */ = {
  384. isa = PBXProject;
  385. attributes = {
  386. CLASSPREFIX = RN;
  387. LastUpgradeCheck = 0430;
  388. ORGANIZATIONNAME = "Rob Napier";
  389. };
  390. buildConfigurationList = FB7564EA1512D3C4007B806B /* Build configuration list for PBXProject "RNCryptor" */;
  391. compatibilityVersion = "Xcode 3.2";
  392. developmentRegion = English;
  393. hasScannedForEncodings = 0;
  394. knownRegions = (
  395. en,
  396. );
  397. mainGroup = FB7564E51512D3C4007B806B;
  398. productRefGroup = FB7564F11512D3C4007B806B /* Products */;
  399. projectDirPath = "";
  400. projectRoot = "";
  401. targets = (
  402. FB7564EF1512D3C4007B806B /* RNCryptor */,
  403. AB13427915E0FC2300456914 /* RNCryptor OS X */,
  404. FB7564FF1512D3C4007B806B /* RNCryptorTests */,
  405. FBF7D58B167E5031004B6F0F /* RNCryptorVectors */,
  406. );
  407. };
  408. /* End PBXProject section */
  409. /* Begin PBXResourcesBuildPhase section */
  410. AB13427815E0FC2300456914 /* Resources */ = {
  411. isa = PBXResourcesBuildPhase;
  412. buildActionMask = 2147483647;
  413. files = (
  414. AB13428615E0FC2300456914 /* InfoPlist.strings in Resources */,
  415. );
  416. runOnlyForDeploymentPostprocessing = 0;
  417. };
  418. FB7564FD1512D3C4007B806B /* Resources */ = {
  419. isa = PBXResourcesBuildPhase;
  420. buildActionMask = 2147483647;
  421. files = (
  422. FB75650E1512D3C4007B806B /* InfoPlist.strings in Resources */,
  423. FB6CB6D7158FD093001F6D61 /* test.enc in Resources */,
  424. );
  425. runOnlyForDeploymentPostprocessing = 0;
  426. };
  427. /* End PBXResourcesBuildPhase section */
  428. /* Begin PBXShellScriptBuildPhase section */
  429. FB7564FE1512D3C4007B806B /* ShellScript */ = {
  430. isa = PBXShellScriptBuildPhase;
  431. buildActionMask = 2147483647;
  432. files = (
  433. );
  434. inputPaths = (
  435. );
  436. outputPaths = (
  437. );
  438. runOnlyForDeploymentPostprocessing = 0;
  439. shellPath = /bin/sh;
  440. shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
  441. };
  442. /* End PBXShellScriptBuildPhase section */
  443. /* Begin PBXSourcesBuildPhase section */
  444. AB13427515E0FC2300456914 /* Sources */ = {
  445. isa = PBXSourcesBuildPhase;
  446. buildActionMask = 2147483647;
  447. files = (
  448. AB13428F15E0FC4600456914 /* RNOpenSSLDecryptor.m in Sources */,
  449. AB13429015E0FC4600456914 /* RNOpenSSLEncryptor.m in Sources */,
  450. AB13429115E0FC4600456914 /* RNCryptorEngine.m in Sources */,
  451. AB13429215E0FC4600456914 /* RNDecryptor.m in Sources */,
  452. AB13429315E0FC4600456914 /* RNEncryptor.m in Sources */,
  453. AB13429415E0FC4600456914 /* RNOpenSSLCryptor.m in Sources */,
  454. AB13429515E0FC4600456914 /* RNCryptor.m in Sources */,
  455. );
  456. runOnlyForDeploymentPostprocessing = 0;
  457. };
  458. FB7564EC1512D3C4007B806B /* Sources */ = {
  459. isa = PBXSourcesBuildPhase;
  460. buildActionMask = 2147483647;
  461. files = (
  462. FB75651D1512D3E9007B806B /* RNCryptor.m in Sources */,
  463. FB7565241512D9BE007B806D /* RNOpenSSLCryptor.m in Sources */,
  464. FB7565241512D9BE007B8075 /* RNEncryptor.m in Sources */,
  465. FB7565241512D9BE007B8079 /* RNDecryptor.m in Sources */,
  466. FB7565241512D9BE007B807D /* RNCryptorEngine.m in Sources */,
  467. FB7565241512D9BE007B808B /* RNOpenSSLEncryptor.m in Sources */,
  468. FB7565241512D9BE007B8091 /* RNOpenSSLDecryptor.m in Sources */,
  469. );
  470. runOnlyForDeploymentPostprocessing = 0;
  471. };
  472. FB7564FB1512D3C4007B806B /* Sources */ = {
  473. isa = PBXSourcesBuildPhase;
  474. buildActionMask = 2147483647;
  475. files = (
  476. FB7565111512D3C5007B806B /* RNCryptorTests.m in Sources */,
  477. );
  478. runOnlyForDeploymentPostprocessing = 0;
  479. };
  480. FBF7D588167E5031004B6F0F /* Sources */ = {
  481. isa = PBXSourcesBuildPhase;
  482. buildActionMask = 2147483647;
  483. files = (
  484. FBF7D591167E5032004B6F0F /* main.m in Sources */,
  485. );
  486. runOnlyForDeploymentPostprocessing = 0;
  487. };
  488. /* End PBXSourcesBuildPhase section */
  489. /* Begin PBXTargetDependency section */
  490. FB7565071512D3C4007B806B /* PBXTargetDependency */ = {
  491. isa = PBXTargetDependency;
  492. target = FB7564EF1512D3C4007B806B /* RNCryptor */;
  493. targetProxy = FB7565061512D3C4007B806B /* PBXContainerItemProxy */;
  494. };
  495. /* End PBXTargetDependency section */
  496. /* Begin PBXVariantGroup section */
  497. AB13428415E0FC2300456914 /* InfoPlist.strings */ = {
  498. isa = PBXVariantGroup;
  499. children = (
  500. AB13428515E0FC2300456914 /* en */,
  501. );
  502. name = InfoPlist.strings;
  503. sourceTree = "<group>";
  504. };
  505. FB75650C1512D3C4007B806B /* InfoPlist.strings */ = {
  506. isa = PBXVariantGroup;
  507. children = (
  508. FB75650D1512D3C4007B806B /* en */,
  509. );
  510. name = InfoPlist.strings;
  511. sourceTree = "<group>";
  512. };
  513. /* End PBXVariantGroup section */
  514. /* Begin XCBuildConfiguration section */
  515. AB13428B15E0FC2300456914 /* Debug */ = {
  516. isa = XCBuildConfiguration;
  517. buildSettings = {
  518. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  519. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  520. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  521. COMBINE_HIDPI_IMAGES = YES;
  522. DYLIB_COMPATIBILITY_VERSION = 1;
  523. DYLIB_CURRENT_VERSION = 1;
  524. FRAMEWORK_SEARCH_PATHS = (
  525. "$(inherited)",
  526. "\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
  527. );
  528. FRAMEWORK_VERSION = A;
  529. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  530. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  531. GCC_PREFIX_HEADER = "RNCryptor OS X/RNCryptor OS X-Prefix.pch";
  532. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  533. INFOPLIST_FILE = "RNCryptor OS X/RNCryptor OS X-Info.plist";
  534. MACOSX_DEPLOYMENT_TARGET = 10.7;
  535. ONLY_ACTIVE_ARCH = YES;
  536. PRODUCT_NAME = RNCryptor;
  537. SDKROOT = macosx10.7;
  538. WRAPPER_EXTENSION = framework;
  539. };
  540. name = Debug;
  541. };
  542. AB13428C15E0FC2300456914 /* Release */ = {
  543. isa = XCBuildConfiguration;
  544. buildSettings = {
  545. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  546. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  547. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  548. COMBINE_HIDPI_IMAGES = YES;
  549. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  550. DYLIB_COMPATIBILITY_VERSION = 1;
  551. DYLIB_CURRENT_VERSION = 1;
  552. FRAMEWORK_SEARCH_PATHS = (
  553. "$(inherited)",
  554. "\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
  555. );
  556. FRAMEWORK_VERSION = A;
  557. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  558. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  559. GCC_PREFIX_HEADER = "RNCryptor OS X/RNCryptor OS X-Prefix.pch";
  560. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  561. INFOPLIST_FILE = "RNCryptor OS X/RNCryptor OS X-Info.plist";
  562. MACOSX_DEPLOYMENT_TARGET = 10.7;
  563. PRODUCT_NAME = RNCryptor;
  564. SDKROOT = macosx10.7;
  565. WRAPPER_EXTENSION = framework;
  566. };
  567. name = Release;
  568. };
  569. FB7565121512D3C5007B806B /* Debug */ = {
  570. isa = XCBuildConfiguration;
  571. buildSettings = {
  572. ALWAYS_SEARCH_USER_PATHS = NO;
  573. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  574. CLANG_ENABLE_OBJC_ARC = YES;
  575. COPY_PHASE_STRIP = NO;
  576. GCC_C_LANGUAGE_STANDARD = gnu99;
  577. GCC_DYNAMIC_NO_PIC = NO;
  578. GCC_OPTIMIZATION_LEVEL = 0;
  579. GCC_PREPROCESSOR_DEFINITIONS = (
  580. "DEBUG=1",
  581. "$(inherited)",
  582. );
  583. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  584. GCC_THUMB_SUPPORT = NO;
  585. GCC_VERSION = "";
  586. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  587. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  588. GCC_WARN_UNUSED_VARIABLE = YES;
  589. IPHONEOS_DEPLOYMENT_TARGET = 5.0;
  590. SDKROOT = iphoneos;
  591. };
  592. name = Debug;
  593. };
  594. FB7565131512D3C5007B806B /* Release */ = {
  595. isa = XCBuildConfiguration;
  596. buildSettings = {
  597. ALWAYS_SEARCH_USER_PATHS = NO;
  598. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  599. CLANG_ENABLE_OBJC_ARC = YES;
  600. COPY_PHASE_STRIP = YES;
  601. GCC_C_LANGUAGE_STANDARD = gnu99;
  602. GCC_THUMB_SUPPORT = NO;
  603. GCC_VERSION = "";
  604. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  605. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  606. GCC_WARN_UNUSED_VARIABLE = YES;
  607. IPHONEOS_DEPLOYMENT_TARGET = 5.0;
  608. SDKROOT = iphoneos;
  609. VALIDATE_PRODUCT = YES;
  610. };
  611. name = Release;
  612. };
  613. FB7565151512D3C5007B806B /* Debug */ = {
  614. isa = XCBuildConfiguration;
  615. buildSettings = {
  616. DSTROOT = /tmp/RNCryptor.dst;
  617. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  618. GCC_PREFIX_HEADER = "RNCryptor/RNCryptor-Prefix.pch";
  619. GCC_THUMB_SUPPORT = NO;
  620. OTHER_LDFLAGS = "-ObjC";
  621. PRODUCT_NAME = RNCryptor;
  622. SKIP_INSTALL = YES;
  623. };
  624. name = Debug;
  625. };
  626. FB7565161512D3C5007B806B /* Release */ = {
  627. isa = XCBuildConfiguration;
  628. buildSettings = {
  629. DSTROOT = /tmp/RNCryptor.dst;
  630. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  631. GCC_PREFIX_HEADER = "RNCryptor/RNCryptor-Prefix.pch";
  632. GCC_THUMB_SUPPORT = NO;
  633. OTHER_LDFLAGS = "-ObjC";
  634. PRODUCT_NAME = RNCryptor;
  635. SKIP_INSTALL = YES;
  636. };
  637. name = Release;
  638. };
  639. FB7565181512D3C5007B806B /* Debug */ = {
  640. isa = XCBuildConfiguration;
  641. buildSettings = {
  642. FRAMEWORK_SEARCH_PATHS = (
  643. "$(SDKROOT)/Developer/Library/Frameworks",
  644. "$(DEVELOPER_LIBRARY_DIR)/Frameworks",
  645. );
  646. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  647. GCC_PREFIX_HEADER = "RNCryptor/RNCryptor-Prefix.pch";
  648. GCC_THUMB_SUPPORT = NO;
  649. INFOPLIST_FILE = "RNCryptorTests/RNCryptorTests-Info.plist";
  650. PRODUCT_NAME = RNCryptorTests;
  651. WRAPPER_EXTENSION = octest;
  652. };
  653. name = Debug;
  654. };
  655. FB7565191512D3C5007B806B /* Release */ = {
  656. isa = XCBuildConfiguration;
  657. buildSettings = {
  658. FRAMEWORK_SEARCH_PATHS = (
  659. "$(SDKROOT)/Developer/Library/Frameworks",
  660. "$(DEVELOPER_LIBRARY_DIR)/Frameworks",
  661. );
  662. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  663. GCC_PREFIX_HEADER = "RNCryptor/RNCryptor-Prefix.pch";
  664. GCC_THUMB_SUPPORT = NO;
  665. INFOPLIST_FILE = "RNCryptorTests/RNCryptorTests-Info.plist";
  666. PRODUCT_NAME = RNCryptorTests;
  667. WRAPPER_EXTENSION = octest;
  668. };
  669. name = Release;
  670. };
  671. FBF7D597167E5032004B6F0F /* Debug */ = {
  672. isa = XCBuildConfiguration;
  673. buildSettings = {
  674. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  675. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  676. CLANG_CXX_LIBRARY = "libc++";
  677. CLANG_WARN_EMPTY_BODY = YES;
  678. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  679. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  680. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  681. GCC_PREFIX_HEADER = "RNCryptorVectors/RNCryptorVectors-Prefix.pch";
  682. GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
  683. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  684. MACOSX_DEPLOYMENT_TARGET = 10.8;
  685. ONLY_ACTIVE_ARCH = YES;
  686. PRODUCT_NAME = "$(TARGET_NAME)";
  687. SDKROOT = macosx;
  688. };
  689. name = Debug;
  690. };
  691. FBF7D598167E5032004B6F0F /* Release */ = {
  692. isa = XCBuildConfiguration;
  693. buildSettings = {
  694. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  695. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  696. CLANG_CXX_LIBRARY = "libc++";
  697. CLANG_WARN_EMPTY_BODY = YES;
  698. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  699. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  700. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  701. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  702. GCC_PREFIX_HEADER = "RNCryptorVectors/RNCryptorVectors-Prefix.pch";
  703. GCC_PREPROCESSOR_DEFINITIONS = "";
  704. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  705. MACOSX_DEPLOYMENT_TARGET = 10.8;
  706. PRODUCT_NAME = "$(TARGET_NAME)";
  707. SDKROOT = macosx;
  708. };
  709. name = Release;
  710. };
  711. /* End XCBuildConfiguration section */
  712. /* Begin XCConfigurationList section */
  713. AB13428D15E0FC2300456914 /* Build configuration list for PBXNativeTarget "RNCryptor OS X" */ = {
  714. isa = XCConfigurationList;
  715. buildConfigurations = (
  716. AB13428B15E0FC2300456914 /* Debug */,
  717. AB13428C15E0FC2300456914 /* Release */,
  718. );
  719. defaultConfigurationIsVisible = 0;
  720. defaultConfigurationName = Release;
  721. };
  722. FB7564EA1512D3C4007B806B /* Build configuration list for PBXProject "RNCryptor" */ = {
  723. isa = XCConfigurationList;
  724. buildConfigurations = (
  725. FB7565121512D3C5007B806B /* Debug */,
  726. FB7565131512D3C5007B806B /* Release */,
  727. );
  728. defaultConfigurationIsVisible = 0;
  729. defaultConfigurationName = Release;
  730. };
  731. FB7565141512D3C5007B806B /* Build configuration list for PBXNativeTarget "RNCryptor" */ = {
  732. isa = XCConfigurationList;
  733. buildConfigurations = (
  734. FB7565151512D3C5007B806B /* Debug */,
  735. FB7565161512D3C5007B806B /* Release */,
  736. );
  737. defaultConfigurationIsVisible = 0;
  738. defaultConfigurationName = Release;
  739. };
  740. FB7565171512D3C5007B806B /* Build configuration list for PBXNativeTarget "RNCryptorTests" */ = {
  741. isa = XCConfigurationList;
  742. buildConfigurations = (
  743. FB7565181512D3C5007B806B /* Debug */,
  744. FB7565191512D3C5007B806B /* Release */,
  745. );
  746. defaultConfigurationIsVisible = 0;
  747. defaultConfigurationName = Release;
  748. };
  749. FBF7D596167E5032004B6F0F /* Build configuration list for PBXNativeTarget "RNCryptorVectors" */ = {
  750. isa = XCConfigurationList;
  751. buildConfigurations = (
  752. FBF7D597167E5032004B6F0F /* Debug */,
  753. FBF7D598167E5032004B6F0F /* Release */,
  754. );
  755. defaultConfigurationIsVisible = 0;
  756. defaultConfigurationName = Release;
  757. };
  758. /* End XCConfigurationList section */
  759. };
  760. rootObject = FB7564E71512D3C4007B806B /* Project object */;
  761. }