project.pbxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8D6EECFF0F01458D00529121 /* zrtp_test_core.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D6EECF70F01458D00529121 /* zrtp_test_core.c */; };
  10. 8D6EED000F01458D00529121 /* zrtp_test_crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D6EECF80F01458D00529121 /* zrtp_test_crypto.c */; };
  11. 8D6EED010F01458D00529121 /* zrtp_test_queue.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D6EECF90F01458D00529121 /* zrtp_test_queue.c */; };
  12. 8D6EED020F01458D00529121 /* zrtp_test_ui.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D6EECFA0F01458D00529121 /* zrtp_test_ui.c */; };
  13. 8D6EED110F0145BF00529121 /* libzrtp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D6EED0F0F0145AA00529121 /* libzrtp.a */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXContainerItemProxy section */
  16. 8D6EED0E0F0145AA00529121 /* PBXContainerItemProxy */ = {
  17. isa = PBXContainerItemProxy;
  18. containerPortal = 8D6EED030F0145AA00529121 /* libzrtp.xcodeproj */;
  19. proxyType = 2;
  20. remoteGlobalIDString = 8996E0300EC9CA8C007D7FD5;
  21. remoteInfo = libzrtp_ec;
  22. };
  23. 8D6EED490F01487C00529121 /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = 8D6EED030F0145AA00529121 /* libzrtp.xcodeproj */;
  26. proxyType = 1;
  27. remoteGlobalIDString = 8996DFD70EC9CA8C007D7FD5;
  28. remoteInfo = libzrtp_ec;
  29. };
  30. /* End PBXContainerItemProxy section */
  31. /* Begin PBXFileReference section */
  32. 8D6EEC500F013D2A00529121 /* libzrtp_test_ec */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libzrtp_test_ec; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 8D6EECF50F01450800529121 /* zrtp_test_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = zrtp_test_core.h; path = ../../test/pc/zrtp_test_core.h; sourceTree = SOURCE_ROOT; };
  34. 8D6EECF60F01450800529121 /* zrtp_test_queue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = zrtp_test_queue.h; path = ../../test/pc/zrtp_test_queue.h; sourceTree = SOURCE_ROOT; };
  35. 8D6EECF70F01458D00529121 /* zrtp_test_core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zrtp_test_core.c; path = ../../test/pc/zrtp_test_core.c; sourceTree = SOURCE_ROOT; };
  36. 8D6EECF80F01458D00529121 /* zrtp_test_crypto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zrtp_test_crypto.c; path = ../../test/pc/zrtp_test_crypto.c; sourceTree = SOURCE_ROOT; };
  37. 8D6EECF90F01458D00529121 /* zrtp_test_queue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zrtp_test_queue.c; path = ../../test/pc/zrtp_test_queue.c; sourceTree = SOURCE_ROOT; };
  38. 8D6EECFA0F01458D00529121 /* zrtp_test_ui.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zrtp_test_ui.c; path = ../../test/pc/zrtp_test_ui.c; sourceTree = SOURCE_ROOT; };
  39. 8D6EED030F0145AA00529121 /* libzrtp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = libzrtp.xcodeproj; sourceTree = "<group>"; };
  40. /* End PBXFileReference section */
  41. /* Begin PBXFrameworksBuildPhase section */
  42. 8D6EEC4E0F013D2A00529121 /* Frameworks */ = {
  43. isa = PBXFrameworksBuildPhase;
  44. buildActionMask = 2147483647;
  45. files = (
  46. 8D6EED110F0145BF00529121 /* libzrtp.a in Frameworks */,
  47. );
  48. runOnlyForDeploymentPostprocessing = 0;
  49. };
  50. /* End PBXFrameworksBuildPhase section */
  51. /* Begin PBXGroup section */
  52. 08FB7794FE84155DC02AAC07 /* libzrtp_test */ = {
  53. isa = PBXGroup;
  54. children = (
  55. 8D6EED030F0145AA00529121 /* libzrtp.xcodeproj */,
  56. 08FB7795FE84155DC02AAC07 /* Source */,
  57. 1AB674ADFE9D54B511CA2CBB /* Products */,
  58. );
  59. name = libzrtp_test;
  60. sourceTree = "<group>";
  61. };
  62. 08FB7795FE84155DC02AAC07 /* Source */ = {
  63. isa = PBXGroup;
  64. children = (
  65. 8DFEC0890F0125D3004540A4 /* include */,
  66. 8DFEC08A0F0125DE004540A4 /* src */,
  67. );
  68. name = Source;
  69. sourceTree = "<group>";
  70. };
  71. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 8D6EEC500F013D2A00529121 /* libzrtp_test_ec */,
  75. );
  76. name = Products;
  77. sourceTree = "<group>";
  78. };
  79. 8D6EED040F0145AA00529121 /* Products */ = {
  80. isa = PBXGroup;
  81. children = (
  82. 8D6EED0F0F0145AA00529121 /* libzrtp.a */,
  83. );
  84. name = Products;
  85. sourceTree = "<group>";
  86. };
  87. 8DFEC0890F0125D3004540A4 /* include */ = {
  88. isa = PBXGroup;
  89. children = (
  90. 8D6EECF50F01450800529121 /* zrtp_test_core.h */,
  91. 8D6EECF60F01450800529121 /* zrtp_test_queue.h */,
  92. );
  93. name = include;
  94. sourceTree = "<group>";
  95. };
  96. 8DFEC08A0F0125DE004540A4 /* src */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 8D6EECF70F01458D00529121 /* zrtp_test_core.c */,
  100. 8D6EECF80F01458D00529121 /* zrtp_test_crypto.c */,
  101. 8D6EECF90F01458D00529121 /* zrtp_test_queue.c */,
  102. 8D6EECFA0F01458D00529121 /* zrtp_test_ui.c */,
  103. );
  104. name = src;
  105. sourceTree = "<group>";
  106. };
  107. /* End PBXGroup section */
  108. /* Begin PBXNativeTarget section */
  109. 8D6EEC4F0F013D2A00529121 /* libzrtp_test_ec */ = {
  110. isa = PBXNativeTarget;
  111. buildConfigurationList = 8D6EEC5D0F013D3E00529121 /* Build configuration list for PBXNativeTarget "libzrtp_test_ec" */;
  112. buildPhases = (
  113. 8D6EEC4D0F013D2A00529121 /* Sources */,
  114. 8D6EEC4E0F013D2A00529121 /* Frameworks */,
  115. );
  116. buildRules = (
  117. );
  118. dependencies = (
  119. 8D6EED4A0F01487C00529121 /* PBXTargetDependency */,
  120. );
  121. name = libzrtp_test_ec;
  122. productName = libzrtp_test_ec;
  123. productReference = 8D6EEC500F013D2A00529121 /* libzrtp_test_ec */;
  124. productType = "com.apple.product-type.tool";
  125. };
  126. /* End PBXNativeTarget section */
  127. /* Begin PBXProject section */
  128. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  129. isa = PBXProject;
  130. attributes = {
  131. LastUpgradeCheck = 0410;
  132. };
  133. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "libzrtp_test" */;
  134. compatibilityVersion = "Xcode 3.2";
  135. developmentRegion = English;
  136. hasScannedForEncodings = 1;
  137. knownRegions = (
  138. en,
  139. );
  140. mainGroup = 08FB7794FE84155DC02AAC07 /* libzrtp_test */;
  141. projectDirPath = "";
  142. projectReferences = (
  143. {
  144. ProductGroup = 8D6EED040F0145AA00529121 /* Products */;
  145. ProjectRef = 8D6EED030F0145AA00529121 /* libzrtp.xcodeproj */;
  146. },
  147. );
  148. projectRoot = "";
  149. targets = (
  150. 8D6EEC4F0F013D2A00529121 /* libzrtp_test_ec */,
  151. );
  152. };
  153. /* End PBXProject section */
  154. /* Begin PBXReferenceProxy section */
  155. 8D6EED0F0F0145AA00529121 /* libzrtp.a */ = {
  156. isa = PBXReferenceProxy;
  157. fileType = archive.ar;
  158. path = libzrtp.a;
  159. remoteRef = 8D6EED0E0F0145AA00529121 /* PBXContainerItemProxy */;
  160. sourceTree = BUILT_PRODUCTS_DIR;
  161. };
  162. /* End PBXReferenceProxy section */
  163. /* Begin PBXSourcesBuildPhase section */
  164. 8D6EEC4D0F013D2A00529121 /* Sources */ = {
  165. isa = PBXSourcesBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. 8D6EECFF0F01458D00529121 /* zrtp_test_core.c in Sources */,
  169. 8D6EED000F01458D00529121 /* zrtp_test_crypto.c in Sources */,
  170. 8D6EED010F01458D00529121 /* zrtp_test_queue.c in Sources */,
  171. 8D6EED020F01458D00529121 /* zrtp_test_ui.c in Sources */,
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. };
  175. /* End PBXSourcesBuildPhase section */
  176. /* Begin PBXTargetDependency section */
  177. 8D6EED4A0F01487C00529121 /* PBXTargetDependency */ = {
  178. isa = PBXTargetDependency;
  179. name = libzrtp_ec;
  180. targetProxy = 8D6EED490F01487C00529121 /* PBXContainerItemProxy */;
  181. };
  182. /* End PBXTargetDependency section */
  183. /* Begin XCBuildConfiguration section */
  184. 1DEB928A08733DD80010E9CD /* Debug */ = {
  185. isa = XCBuildConfiguration;
  186. buildSettings = {
  187. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  188. GCC_C_LANGUAGE_STANDARD = c99;
  189. GCC_OPTIMIZATION_LEVEL = 0;
  190. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  191. GCC_WARN_UNUSED_VARIABLE = YES;
  192. ONLY_ACTIVE_ARCH = YES;
  193. SDKROOT = macosx;
  194. };
  195. name = Debug;
  196. };
  197. 1DEB928B08733DD80010E9CD /* Release */ = {
  198. isa = XCBuildConfiguration;
  199. buildSettings = {
  200. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  201. GCC_C_LANGUAGE_STANDARD = c99;
  202. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  203. GCC_WARN_UNUSED_VARIABLE = YES;
  204. SDKROOT = macosx;
  205. };
  206. name = Release;
  207. };
  208. 8D6EEC520F013D2B00529121 /* Debug */ = {
  209. isa = XCBuildConfiguration;
  210. buildSettings = {
  211. ALWAYS_SEARCH_USER_PATHS = NO;
  212. COPY_PHASE_STRIP = NO;
  213. GCC_DYNAMIC_NO_PIC = NO;
  214. GCC_MODEL_TUNING = G5;
  215. GCC_OPTIMIZATION_LEVEL = 0;
  216. HEADER_SEARCH_PATHS = (
  217. ../../third_party/bnlib,
  218. ../../third_party/bgaes,
  219. ../../projects/gnu/config,
  220. ../../include/enterprise,
  221. ../../include,
  222. );
  223. INSTALL_PATH = /usr/local/bin;
  224. LIBRARY_SEARCH_PATHS = (
  225. ../../third_party/bnlib,
  226. "\"$(SRCROOT)/../../../third_party/bnlib\"",
  227. );
  228. OTHER_CFLAGS = "";
  229. PRODUCT_NAME = libzrtp_test_ec;
  230. SYMROOT = build_test;
  231. };
  232. name = Debug;
  233. };
  234. 8D6EEC530F013D2B00529121 /* Release */ = {
  235. isa = XCBuildConfiguration;
  236. buildSettings = {
  237. ALWAYS_SEARCH_USER_PATHS = NO;
  238. COPY_PHASE_STRIP = YES;
  239. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  240. GCC_MODEL_TUNING = G5;
  241. HEADER_SEARCH_PATHS = (
  242. ../../third_party/bnlib,
  243. ../../third_party/bgaes,
  244. ../../projects/gnu/config,
  245. ../../include/enterprise,
  246. ../../include,
  247. );
  248. INSTALL_PATH = /usr/local/bin;
  249. LIBRARY_SEARCH_PATHS = (
  250. ../../include/third_party/bnlib,
  251. "\"$(SRCROOT)/../../../third_party/bnlib\"",
  252. );
  253. OTHER_CFLAGS = "-DZRTP_USE_ENTERPRISE=1";
  254. PRODUCT_NAME = libzrtp_test_ec;
  255. SYMROOT = build_test;
  256. ZERO_LINK = NO;
  257. };
  258. name = Release;
  259. };
  260. /* End XCBuildConfiguration section */
  261. /* Begin XCConfigurationList section */
  262. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "libzrtp_test" */ = {
  263. isa = XCConfigurationList;
  264. buildConfigurations = (
  265. 1DEB928A08733DD80010E9CD /* Debug */,
  266. 1DEB928B08733DD80010E9CD /* Release */,
  267. );
  268. defaultConfigurationIsVisible = 0;
  269. defaultConfigurationName = Release;
  270. };
  271. 8D6EEC5D0F013D3E00529121 /* Build configuration list for PBXNativeTarget "libzrtp_test_ec" */ = {
  272. isa = XCConfigurationList;
  273. buildConfigurations = (
  274. 8D6EEC520F013D2B00529121 /* Debug */,
  275. 8D6EEC530F013D2B00529121 /* Release */,
  276. );
  277. defaultConfigurationIsVisible = 0;
  278. defaultConfigurationName = Release;
  279. };
  280. /* End XCConfigurationList section */
  281. };
  282. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  283. }