project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. FBFBB5CC16B178DD002BA3EA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBFBB5CB16B178DD002BA3EA /* Foundation.framework */; };
  10. FBFBB5CF16B178DD002BA3EA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FBFBB5CE16B178DD002BA3EA /* main.m */; };
  11. FBFBB5E216B178FD002BA3EA /* RNCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FBFBB5DA16B178FD002BA3EA /* RNCryptor.m */; };
  12. FBFBB5E316B178FD002BA3EA /* RNCryptorEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = FBFBB5DD16B178FD002BA3EA /* RNCryptorEngine.m */; };
  13. FBFBB5E416B178FD002BA3EA /* RNDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FBFBB5DF16B178FD002BA3EA /* RNDecryptor.m */; };
  14. FBFBB5E516B178FD002BA3EA /* RNEncryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = FBFBB5E116B178FD002BA3EA /* RNEncryptor.m */; };
  15. FBFBB5E916B17931002BA3EA /* Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = FBFBB5E816B17931002BA3EA /* Base64.m */; };
  16. FBFBB5EB16B179D3002BA3EA /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBFBB5EA16B179D3002BA3EA /* Security.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXCopyFilesBuildPhase section */
  19. FBFBB5C516B178DC002BA3EA /* CopyFiles */ = {
  20. isa = PBXCopyFilesBuildPhase;
  21. buildActionMask = 2147483647;
  22. dstPath = /usr/share/man/man1/;
  23. dstSubfolderSpec = 0;
  24. files = (
  25. );
  26. runOnlyForDeploymentPostprocessing = 1;
  27. };
  28. /* End PBXCopyFilesBuildPhase section */
  29. /* Begin PBXFileReference section */
  30. FBFBB5C716B178DD002BA3EA /* testphp */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testphp; sourceTree = BUILT_PRODUCTS_DIR; };
  31. FBFBB5CB16B178DD002BA3EA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  32. FBFBB5CE16B178DD002BA3EA /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  33. FBFBB5D116B178DD002BA3EA /* testphp-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "testphp-Prefix.pch"; sourceTree = "<group>"; };
  34. FBFBB5D916B178FD002BA3EA /* RNCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNCryptor.h; path = ../../../RNCryptor/RNCryptor.h; sourceTree = "<group>"; };
  35. FBFBB5DA16B178FD002BA3EA /* RNCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNCryptor.m; path = ../../../RNCryptor/RNCryptor.m; sourceTree = "<group>"; };
  36. FBFBB5DB16B178FD002BA3EA /* RNCryptor+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "RNCryptor+Private.h"; path = "../../../RNCryptor/RNCryptor+Private.h"; sourceTree = "<group>"; };
  37. FBFBB5DC16B178FD002BA3EA /* RNCryptorEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNCryptorEngine.h; path = ../../../RNCryptor/RNCryptorEngine.h; sourceTree = "<group>"; };
  38. FBFBB5DD16B178FD002BA3EA /* RNCryptorEngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNCryptorEngine.m; path = ../../../RNCryptor/RNCryptorEngine.m; sourceTree = "<group>"; };
  39. FBFBB5DE16B178FD002BA3EA /* RNDecryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNDecryptor.h; path = ../../../RNCryptor/RNDecryptor.h; sourceTree = "<group>"; };
  40. FBFBB5DF16B178FD002BA3EA /* RNDecryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNDecryptor.m; path = ../../../RNCryptor/RNDecryptor.m; sourceTree = "<group>"; };
  41. FBFBB5E016B178FD002BA3EA /* RNEncryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNEncryptor.h; path = ../../../RNCryptor/RNEncryptor.h; sourceTree = "<group>"; };
  42. FBFBB5E116B178FD002BA3EA /* RNEncryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNEncryptor.m; path = ../../../RNCryptor/RNEncryptor.m; sourceTree = "<group>"; };
  43. FBFBB5E716B17931002BA3EA /* Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base64.h; sourceTree = "<group>"; };
  44. FBFBB5E816B17931002BA3EA /* Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Base64.m; sourceTree = "<group>"; };
  45. FBFBB5EA16B179D3002BA3EA /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
  46. /* End PBXFileReference section */
  47. /* Begin PBXFrameworksBuildPhase section */
  48. FBFBB5C416B178DC002BA3EA /* Frameworks */ = {
  49. isa = PBXFrameworksBuildPhase;
  50. buildActionMask = 2147483647;
  51. files = (
  52. FBFBB5EB16B179D3002BA3EA /* Security.framework in Frameworks */,
  53. FBFBB5CC16B178DD002BA3EA /* Foundation.framework in Frameworks */,
  54. );
  55. runOnlyForDeploymentPostprocessing = 0;
  56. };
  57. /* End PBXFrameworksBuildPhase section */
  58. /* Begin PBXGroup section */
  59. FBFBB5BC16B178DC002BA3EA = {
  60. isa = PBXGroup;
  61. children = (
  62. FBFBB5CD16B178DD002BA3EA /* testphp */,
  63. FBFBB5CA16B178DD002BA3EA /* Frameworks */,
  64. FBFBB5C816B178DD002BA3EA /* Products */,
  65. );
  66. sourceTree = "<group>";
  67. };
  68. FBFBB5C816B178DD002BA3EA /* Products */ = {
  69. isa = PBXGroup;
  70. children = (
  71. FBFBB5C716B178DD002BA3EA /* testphp */,
  72. );
  73. name = Products;
  74. sourceTree = "<group>";
  75. };
  76. FBFBB5CA16B178DD002BA3EA /* Frameworks */ = {
  77. isa = PBXGroup;
  78. children = (
  79. FBFBB5EA16B179D3002BA3EA /* Security.framework */,
  80. FBFBB5CB16B178DD002BA3EA /* Foundation.framework */,
  81. );
  82. name = Frameworks;
  83. sourceTree = "<group>";
  84. };
  85. FBFBB5CD16B178DD002BA3EA /* testphp */ = {
  86. isa = PBXGroup;
  87. children = (
  88. FBFBB5E716B17931002BA3EA /* Base64.h */,
  89. FBFBB5E816B17931002BA3EA /* Base64.m */,
  90. FBFBB5E616B1791C002BA3EA /* RNCryptor */,
  91. FBFBB5CE16B178DD002BA3EA /* main.m */,
  92. FBFBB5D016B178DD002BA3EA /* Supporting Files */,
  93. );
  94. path = testphp;
  95. sourceTree = "<group>";
  96. };
  97. FBFBB5D016B178DD002BA3EA /* Supporting Files */ = {
  98. isa = PBXGroup;
  99. children = (
  100. FBFBB5D116B178DD002BA3EA /* testphp-Prefix.pch */,
  101. );
  102. name = "Supporting Files";
  103. sourceTree = "<group>";
  104. };
  105. FBFBB5E616B1791C002BA3EA /* RNCryptor */ = {
  106. isa = PBXGroup;
  107. children = (
  108. FBFBB5D916B178FD002BA3EA /* RNCryptor.h */,
  109. FBFBB5DA16B178FD002BA3EA /* RNCryptor.m */,
  110. FBFBB5DB16B178FD002BA3EA /* RNCryptor+Private.h */,
  111. FBFBB5DC16B178FD002BA3EA /* RNCryptorEngine.h */,
  112. FBFBB5DD16B178FD002BA3EA /* RNCryptorEngine.m */,
  113. FBFBB5DE16B178FD002BA3EA /* RNDecryptor.h */,
  114. FBFBB5DF16B178FD002BA3EA /* RNDecryptor.m */,
  115. FBFBB5E016B178FD002BA3EA /* RNEncryptor.h */,
  116. FBFBB5E116B178FD002BA3EA /* RNEncryptor.m */,
  117. );
  118. name = RNCryptor;
  119. sourceTree = "<group>";
  120. };
  121. /* End PBXGroup section */
  122. /* Begin PBXNativeTarget section */
  123. FBFBB5C616B178DC002BA3EA /* testphp */ = {
  124. isa = PBXNativeTarget;
  125. buildConfigurationList = FBFBB5D616B178DD002BA3EA /* Build configuration list for PBXNativeTarget "testphp" */;
  126. buildPhases = (
  127. FBFBB5C316B178DC002BA3EA /* Sources */,
  128. FBFBB5C416B178DC002BA3EA /* Frameworks */,
  129. FBFBB5C516B178DC002BA3EA /* CopyFiles */,
  130. );
  131. buildRules = (
  132. );
  133. dependencies = (
  134. );
  135. name = testphp;
  136. productName = testphp;
  137. productReference = FBFBB5C716B178DD002BA3EA /* testphp */;
  138. productType = "com.apple.product-type.tool";
  139. };
  140. /* End PBXNativeTarget section */
  141. /* Begin PBXProject section */
  142. FBFBB5BE16B178DC002BA3EA /* Project object */ = {
  143. isa = PBXProject;
  144. attributes = {
  145. LastUpgradeCheck = 0450;
  146. ORGANIZATIONNAME = "Rob Napier";
  147. };
  148. buildConfigurationList = FBFBB5C116B178DC002BA3EA /* Build configuration list for PBXProject "testphp" */;
  149. compatibilityVersion = "Xcode 3.2";
  150. developmentRegion = English;
  151. hasScannedForEncodings = 0;
  152. knownRegions = (
  153. en,
  154. );
  155. mainGroup = FBFBB5BC16B178DC002BA3EA;
  156. productRefGroup = FBFBB5C816B178DD002BA3EA /* Products */;
  157. projectDirPath = "";
  158. projectRoot = "";
  159. targets = (
  160. FBFBB5C616B178DC002BA3EA /* testphp */,
  161. );
  162. };
  163. /* End PBXProject section */
  164. /* Begin PBXSourcesBuildPhase section */
  165. FBFBB5C316B178DC002BA3EA /* Sources */ = {
  166. isa = PBXSourcesBuildPhase;
  167. buildActionMask = 2147483647;
  168. files = (
  169. FBFBB5CF16B178DD002BA3EA /* main.m in Sources */,
  170. FBFBB5E216B178FD002BA3EA /* RNCryptor.m in Sources */,
  171. FBFBB5E316B178FD002BA3EA /* RNCryptorEngine.m in Sources */,
  172. FBFBB5E416B178FD002BA3EA /* RNDecryptor.m in Sources */,
  173. FBFBB5E516B178FD002BA3EA /* RNEncryptor.m in Sources */,
  174. FBFBB5E916B17931002BA3EA /* Base64.m in Sources */,
  175. );
  176. runOnlyForDeploymentPostprocessing = 0;
  177. };
  178. /* End PBXSourcesBuildPhase section */
  179. /* Begin XCBuildConfiguration section */
  180. FBFBB5D416B178DD002BA3EA /* Debug */ = {
  181. isa = XCBuildConfiguration;
  182. buildSettings = {
  183. ALWAYS_SEARCH_USER_PATHS = NO;
  184. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  185. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  186. CLANG_CXX_LIBRARY = "libc++";
  187. CLANG_ENABLE_OBJC_ARC = YES;
  188. CLANG_WARN_EMPTY_BODY = YES;
  189. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  190. COPY_PHASE_STRIP = NO;
  191. GCC_C_LANGUAGE_STANDARD = gnu99;
  192. GCC_DYNAMIC_NO_PIC = NO;
  193. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  194. GCC_OPTIMIZATION_LEVEL = 0;
  195. GCC_PREPROCESSOR_DEFINITIONS = (
  196. "DEBUG=1",
  197. "$(inherited)",
  198. );
  199. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  200. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  201. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  202. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  203. GCC_WARN_UNUSED_VARIABLE = YES;
  204. MACOSX_DEPLOYMENT_TARGET = 10.8;
  205. ONLY_ACTIVE_ARCH = YES;
  206. SDKROOT = macosx;
  207. };
  208. name = Debug;
  209. };
  210. FBFBB5D516B178DD002BA3EA /* Release */ = {
  211. isa = XCBuildConfiguration;
  212. buildSettings = {
  213. ALWAYS_SEARCH_USER_PATHS = NO;
  214. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  215. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  216. CLANG_CXX_LIBRARY = "libc++";
  217. CLANG_ENABLE_OBJC_ARC = YES;
  218. CLANG_WARN_EMPTY_BODY = YES;
  219. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  220. COPY_PHASE_STRIP = YES;
  221. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  222. GCC_C_LANGUAGE_STANDARD = gnu99;
  223. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  224. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  225. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  226. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  227. GCC_WARN_UNUSED_VARIABLE = YES;
  228. MACOSX_DEPLOYMENT_TARGET = 10.8;
  229. SDKROOT = macosx;
  230. };
  231. name = Release;
  232. };
  233. FBFBB5D716B178DD002BA3EA /* Debug */ = {
  234. isa = XCBuildConfiguration;
  235. buildSettings = {
  236. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  237. GCC_PREFIX_HEADER = "testphp/testphp-Prefix.pch";
  238. PRODUCT_NAME = "$(TARGET_NAME)";
  239. };
  240. name = Debug;
  241. };
  242. FBFBB5D816B178DD002BA3EA /* Release */ = {
  243. isa = XCBuildConfiguration;
  244. buildSettings = {
  245. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  246. GCC_PREFIX_HEADER = "testphp/testphp-Prefix.pch";
  247. PRODUCT_NAME = "$(TARGET_NAME)";
  248. };
  249. name = Release;
  250. };
  251. /* End XCBuildConfiguration section */
  252. /* Begin XCConfigurationList section */
  253. FBFBB5C116B178DC002BA3EA /* Build configuration list for PBXProject "testphp" */ = {
  254. isa = XCConfigurationList;
  255. buildConfigurations = (
  256. FBFBB5D416B178DD002BA3EA /* Debug */,
  257. FBFBB5D516B178DD002BA3EA /* Release */,
  258. );
  259. defaultConfigurationIsVisible = 0;
  260. defaultConfigurationName = Release;
  261. };
  262. FBFBB5D616B178DD002BA3EA /* Build configuration list for PBXNativeTarget "testphp" */ = {
  263. isa = XCConfigurationList;
  264. buildConfigurations = (
  265. FBFBB5D716B178DD002BA3EA /* Debug */,
  266. FBFBB5D816B178DD002BA3EA /* Release */,
  267. );
  268. defaultConfigurationIsVisible = 0;
  269. defaultConfigurationName = Release;
  270. };
  271. /* End XCConfigurationList section */
  272. };
  273. rootObject = FBFBB5BE16B178DC002BA3EA /* Project object */;
  274. }