project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD0C59BA20C4124700454F82 /* matrix_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C59B920C4124700454F82 /* matrix_dummy.cpp */; };
  10. CD0C59BB20C4124D00454F82 /* matrix.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD0E428D1D9B3955002FFED1 /* matrix.hpp */; };
  11. CD0C59BC20C4124D00454F82 /* matrix_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD0E428E1D9B3955002FFED1 /* matrix_helpers.hpp */; };
  12. CD0C59D620C412AD00454F82 /* libmatrix.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C59B520C4123700454F82 /* libmatrix.dylib */; };
  13. CD0C59DE20C412C400454F82 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C59C520C4127400454F82 /* GoogleMock.framework */; };
  14. CD0C59DF20C412C800454F82 /* matrix_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C59CC20C4128F00454F82 /* matrix_test.cpp */; };
  15. /* End PBXBuildFile section */
  16. /* Begin PBXContainerItemProxy section */
  17. CD0C59C420C4127400454F82 /* PBXContainerItemProxy */ = {
  18. isa = PBXContainerItemProxy;
  19. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  20. proxyType = 2;
  21. remoteGlobalIDString = 05818F861A685AEA0072A469;
  22. remoteInfo = GoogleMock;
  23. };
  24. CD0C59C620C4127400454F82 /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  27. proxyType = 2;
  28. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  29. remoteInfo = gmock;
  30. };
  31. CD0C59C820C4127400454F82 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  34. proxyType = 2;
  35. remoteGlobalIDString = 05E96B1F1A68634900204102;
  36. remoteInfo = gtest;
  37. };
  38. CD0C59CA20C4127400454F82 /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  41. proxyType = 2;
  42. remoteGlobalIDString = 05818F901A685AEA0072A469;
  43. remoteInfo = GoogleMockTests;
  44. };
  45. CD0C59D720C412AD00454F82 /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = CD0E42711D9B38A9002FFED1 /* Project object */;
  48. proxyType = 1;
  49. remoteGlobalIDString = CD0C59B420C4123700454F82;
  50. remoteInfo = matrix;
  51. };
  52. CD0C59DC20C412BF00454F82 /* PBXContainerItemProxy */ = {
  53. isa = PBXContainerItemProxy;
  54. containerPortal = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  55. proxyType = 1;
  56. remoteGlobalIDString = 05818F851A685AEA0072A469;
  57. remoteInfo = GoogleMock;
  58. };
  59. /* End PBXContainerItemProxy section */
  60. /* Begin PBXFileReference section */
  61. CD0C59B520C4123700454F82 /* libmatrix.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmatrix.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  62. CD0C59B920C4124700454F82 /* matrix_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_dummy.cpp; sourceTree = "<group>"; };
  63. CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  64. CD0C59CC20C4128F00454F82 /* matrix_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = matrix_test.cpp; sourceTree = "<group>"; };
  65. CD0C59D120C412AD00454F82 /* matrix_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = matrix_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  66. CD0C59D520C412AD00454F82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = matrix_test/Info.plist; sourceTree = "<group>"; };
  67. CD0E428D1D9B3955002FFED1 /* matrix.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix.hpp; sourceTree = "<group>"; };
  68. CD0E428E1D9B3955002FFED1 /* matrix_helpers.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = matrix_helpers.hpp; sourceTree = "<group>"; };
  69. /* End PBXFileReference section */
  70. /* Begin PBXFrameworksBuildPhase section */
  71. CD0C59B220C4123700454F82 /* Frameworks */ = {
  72. isa = PBXFrameworksBuildPhase;
  73. buildActionMask = 2147483647;
  74. files = (
  75. );
  76. runOnlyForDeploymentPostprocessing = 0;
  77. };
  78. CD0C59CE20C412AD00454F82 /* Frameworks */ = {
  79. isa = PBXFrameworksBuildPhase;
  80. buildActionMask = 2147483647;
  81. files = (
  82. CD0C59DE20C412C400454F82 /* GoogleMock.framework in Frameworks */,
  83. CD0C59D620C412AD00454F82 /* libmatrix.dylib in Frameworks */,
  84. );
  85. runOnlyForDeploymentPostprocessing = 0;
  86. };
  87. /* End PBXFrameworksBuildPhase section */
  88. /* Begin PBXGroup section */
  89. CD0C59BE20C4127400454F82 /* Products */ = {
  90. isa = PBXGroup;
  91. children = (
  92. CD0C59C520C4127400454F82 /* GoogleMock.framework */,
  93. CD0C59C720C4127400454F82 /* gmock.framework */,
  94. CD0C59C920C4127400454F82 /* gtest.framework */,
  95. CD0C59CB20C4127400454F82 /* GoogleMockTests.xctest */,
  96. );
  97. name = Products;
  98. sourceTree = "<group>";
  99. };
  100. CD0E42701D9B38A9002FFED1 = {
  101. isa = PBXGroup;
  102. children = (
  103. CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */,
  104. CD78202F1E44F424001D22E5 /* src */,
  105. CD7820301E44F42B001D22E5 /* test */,
  106. CD0E427A1D9B38A9002FFED1 /* Products */,
  107. );
  108. sourceTree = "<group>";
  109. };
  110. CD0E427A1D9B38A9002FFED1 /* Products */ = {
  111. isa = PBXGroup;
  112. children = (
  113. CD0C59B520C4123700454F82 /* libmatrix.dylib */,
  114. CD0C59D120C412AD00454F82 /* matrix_test.xctest */,
  115. );
  116. name = Products;
  117. sourceTree = "<group>";
  118. };
  119. CD78202F1E44F424001D22E5 /* src */ = {
  120. isa = PBXGroup;
  121. children = (
  122. CD0E428D1D9B3955002FFED1 /* matrix.hpp */,
  123. CD0E428E1D9B3955002FFED1 /* matrix_helpers.hpp */,
  124. CD0C59B920C4124700454F82 /* matrix_dummy.cpp */,
  125. );
  126. name = src;
  127. sourceTree = "<group>";
  128. };
  129. CD7820301E44F42B001D22E5 /* test */ = {
  130. isa = PBXGroup;
  131. children = (
  132. CD0C59D520C412AD00454F82 /* Info.plist */,
  133. CD0C59CC20C4128F00454F82 /* matrix_test.cpp */,
  134. );
  135. name = test;
  136. sourceTree = "<group>";
  137. };
  138. /* End PBXGroup section */
  139. /* Begin PBXHeadersBuildPhase section */
  140. CD0C59B320C4123700454F82 /* Headers */ = {
  141. isa = PBXHeadersBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. CD0C59BB20C4124D00454F82 /* matrix.hpp in Headers */,
  145. CD0C59BC20C4124D00454F82 /* matrix_helpers.hpp in Headers */,
  146. );
  147. runOnlyForDeploymentPostprocessing = 0;
  148. };
  149. /* End PBXHeadersBuildPhase section */
  150. /* Begin PBXNativeTarget section */
  151. CD0C59B420C4123700454F82 /* matrix */ = {
  152. isa = PBXNativeTarget;
  153. buildConfigurationList = CD0C59B820C4123800454F82 /* Build configuration list for PBXNativeTarget "matrix" */;
  154. buildPhases = (
  155. CD0C59B120C4123700454F82 /* Sources */,
  156. CD0C59B220C4123700454F82 /* Frameworks */,
  157. CD0C59B320C4123700454F82 /* Headers */,
  158. );
  159. buildRules = (
  160. );
  161. dependencies = (
  162. );
  163. name = matrix;
  164. productName = matrix;
  165. productReference = CD0C59B520C4123700454F82 /* libmatrix.dylib */;
  166. productType = "com.apple.product-type.library.dynamic";
  167. };
  168. CD0C59D020C412AD00454F82 /* matrix_test */ = {
  169. isa = PBXNativeTarget;
  170. buildConfigurationList = CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix_test" */;
  171. buildPhases = (
  172. CD0C59CD20C412AD00454F82 /* Sources */,
  173. CD0C59CE20C412AD00454F82 /* Frameworks */,
  174. CD0C59CF20C412AD00454F82 /* Resources */,
  175. );
  176. buildRules = (
  177. );
  178. dependencies = (
  179. CD0C59DD20C412BF00454F82 /* PBXTargetDependency */,
  180. CD0C59D820C412AD00454F82 /* PBXTargetDependency */,
  181. );
  182. name = matrix_test;
  183. productName = matrix_test;
  184. productReference = CD0C59D120C412AD00454F82 /* matrix_test.xctest */;
  185. productType = "com.apple.product-type.bundle.unit-test";
  186. };
  187. /* End PBXNativeTarget section */
  188. /* Begin PBXProject section */
  189. CD0E42711D9B38A9002FFED1 /* Project object */ = {
  190. isa = PBXProject;
  191. attributes = {
  192. LastUpgradeCheck = 0720;
  193. ORGANIZATIONNAME = "Sam Jaffe";
  194. TargetAttributes = {
  195. CD0C59B420C4123700454F82 = {
  196. CreatedOnToolsVersion = 7.2.1;
  197. };
  198. CD0C59D020C412AD00454F82 = {
  199. CreatedOnToolsVersion = 7.2.1;
  200. };
  201. };
  202. };
  203. buildConfigurationList = CD0E42741D9B38A9002FFED1 /* Build configuration list for PBXProject "matrix" */;
  204. compatibilityVersion = "Xcode 3.2";
  205. developmentRegion = English;
  206. hasScannedForEncodings = 0;
  207. knownRegions = (
  208. en,
  209. );
  210. mainGroup = CD0E42701D9B38A9002FFED1;
  211. productRefGroup = CD0E427A1D9B38A9002FFED1 /* Products */;
  212. projectDirPath = "";
  213. projectReferences = (
  214. {
  215. ProductGroup = CD0C59BE20C4127400454F82 /* Products */;
  216. ProjectRef = CD0C59BD20C4127400454F82 /* GoogleMock.xcodeproj */;
  217. },
  218. );
  219. projectRoot = "";
  220. targets = (
  221. CD0C59B420C4123700454F82 /* matrix */,
  222. CD0C59D020C412AD00454F82 /* matrix_test */,
  223. );
  224. };
  225. /* End PBXProject section */
  226. /* Begin PBXReferenceProxy section */
  227. CD0C59C520C4127400454F82 /* GoogleMock.framework */ = {
  228. isa = PBXReferenceProxy;
  229. fileType = wrapper.framework;
  230. path = GoogleMock.framework;
  231. remoteRef = CD0C59C420C4127400454F82 /* PBXContainerItemProxy */;
  232. sourceTree = BUILT_PRODUCTS_DIR;
  233. };
  234. CD0C59C720C4127400454F82 /* gmock.framework */ = {
  235. isa = PBXReferenceProxy;
  236. fileType = wrapper.framework;
  237. path = gmock.framework;
  238. remoteRef = CD0C59C620C4127400454F82 /* PBXContainerItemProxy */;
  239. sourceTree = BUILT_PRODUCTS_DIR;
  240. };
  241. CD0C59C920C4127400454F82 /* gtest.framework */ = {
  242. isa = PBXReferenceProxy;
  243. fileType = wrapper.framework;
  244. path = gtest.framework;
  245. remoteRef = CD0C59C820C4127400454F82 /* PBXContainerItemProxy */;
  246. sourceTree = BUILT_PRODUCTS_DIR;
  247. };
  248. CD0C59CB20C4127400454F82 /* GoogleMockTests.xctest */ = {
  249. isa = PBXReferenceProxy;
  250. fileType = wrapper.cfbundle;
  251. path = GoogleMockTests.xctest;
  252. remoteRef = CD0C59CA20C4127400454F82 /* PBXContainerItemProxy */;
  253. sourceTree = BUILT_PRODUCTS_DIR;
  254. };
  255. /* End PBXReferenceProxy section */
  256. /* Begin PBXResourcesBuildPhase section */
  257. CD0C59CF20C412AD00454F82 /* Resources */ = {
  258. isa = PBXResourcesBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. );
  262. runOnlyForDeploymentPostprocessing = 0;
  263. };
  264. /* End PBXResourcesBuildPhase section */
  265. /* Begin PBXSourcesBuildPhase section */
  266. CD0C59B120C4123700454F82 /* Sources */ = {
  267. isa = PBXSourcesBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. CD0C59BA20C4124700454F82 /* matrix_dummy.cpp in Sources */,
  271. );
  272. runOnlyForDeploymentPostprocessing = 0;
  273. };
  274. CD0C59CD20C412AD00454F82 /* Sources */ = {
  275. isa = PBXSourcesBuildPhase;
  276. buildActionMask = 2147483647;
  277. files = (
  278. CD0C59DF20C412C800454F82 /* matrix_test.cpp in Sources */,
  279. );
  280. runOnlyForDeploymentPostprocessing = 0;
  281. };
  282. /* End PBXSourcesBuildPhase section */
  283. /* Begin PBXTargetDependency section */
  284. CD0C59D820C412AD00454F82 /* PBXTargetDependency */ = {
  285. isa = PBXTargetDependency;
  286. target = CD0C59B420C4123700454F82 /* matrix */;
  287. targetProxy = CD0C59D720C412AD00454F82 /* PBXContainerItemProxy */;
  288. };
  289. CD0C59DD20C412BF00454F82 /* PBXTargetDependency */ = {
  290. isa = PBXTargetDependency;
  291. name = GoogleMock;
  292. targetProxy = CD0C59DC20C412BF00454F82 /* PBXContainerItemProxy */;
  293. };
  294. /* End PBXTargetDependency section */
  295. /* Begin XCBuildConfiguration section */
  296. CD0C59B620C4123800454F82 /* Debug */ = {
  297. isa = XCBuildConfiguration;
  298. buildSettings = {
  299. DYLIB_COMPATIBILITY_VERSION = 1;
  300. DYLIB_CURRENT_VERSION = 1;
  301. EXECUTABLE_PREFIX = lib;
  302. PRODUCT_NAME = "$(TARGET_NAME)";
  303. };
  304. name = Debug;
  305. };
  306. CD0C59B720C4123800454F82 /* Release */ = {
  307. isa = XCBuildConfiguration;
  308. buildSettings = {
  309. DYLIB_COMPATIBILITY_VERSION = 1;
  310. DYLIB_CURRENT_VERSION = 1;
  311. EXECUTABLE_PREFIX = lib;
  312. PRODUCT_NAME = "$(TARGET_NAME)";
  313. };
  314. name = Release;
  315. };
  316. CD0C59DA20C412AD00454F82 /* Debug */ = {
  317. isa = XCBuildConfiguration;
  318. buildSettings = {
  319. COMBINE_HIDPI_IMAGES = YES;
  320. INFOPLIST_FILE = matrix_test/Info.plist;
  321. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  322. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.matrix-test";
  323. PRODUCT_NAME = "$(TARGET_NAME)";
  324. };
  325. name = Debug;
  326. };
  327. CD0C59DB20C412AD00454F82 /* Release */ = {
  328. isa = XCBuildConfiguration;
  329. buildSettings = {
  330. COMBINE_HIDPI_IMAGES = YES;
  331. INFOPLIST_FILE = matrix_test/Info.plist;
  332. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  333. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.matrix-test";
  334. PRODUCT_NAME = "$(TARGET_NAME)";
  335. };
  336. name = Release;
  337. };
  338. CD0E427E1D9B38A9002FFED1 /* Debug */ = {
  339. isa = XCBuildConfiguration;
  340. buildSettings = {
  341. ALWAYS_SEARCH_USER_PATHS = NO;
  342. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  343. CLANG_CXX_LIBRARY = "libc++";
  344. CLANG_ENABLE_MODULES = YES;
  345. CLANG_ENABLE_OBJC_ARC = YES;
  346. CLANG_WARN_BOOL_CONVERSION = YES;
  347. CLANG_WARN_CONSTANT_CONVERSION = YES;
  348. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  349. CLANG_WARN_EMPTY_BODY = YES;
  350. CLANG_WARN_ENUM_CONVERSION = YES;
  351. CLANG_WARN_INT_CONVERSION = YES;
  352. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  353. CLANG_WARN_UNREACHABLE_CODE = YES;
  354. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  355. CODE_SIGN_IDENTITY = "-";
  356. COPY_PHASE_STRIP = NO;
  357. DEBUG_INFORMATION_FORMAT = dwarf;
  358. ENABLE_STRICT_OBJC_MSGSEND = YES;
  359. ENABLE_TESTABILITY = YES;
  360. GCC_C_LANGUAGE_STANDARD = gnu99;
  361. GCC_DYNAMIC_NO_PIC = NO;
  362. GCC_NO_COMMON_BLOCKS = YES;
  363. GCC_OPTIMIZATION_LEVEL = 0;
  364. GCC_PREPROCESSOR_DEFINITIONS = (
  365. "DEBUG=1",
  366. "$(inherited)",
  367. );
  368. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  369. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  370. GCC_WARN_UNDECLARED_SELECTOR = YES;
  371. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  372. GCC_WARN_UNUSED_FUNCTION = YES;
  373. GCC_WARN_UNUSED_VARIABLE = YES;
  374. MACOSX_DEPLOYMENT_TARGET = 10.10;
  375. MTL_ENABLE_DEBUG_INFO = YES;
  376. ONLY_ACTIVE_ARCH = YES;
  377. SDKROOT = macosx;
  378. USER_HEADER_SEARCH_PATHS = "../../paradigm/declarative ../";
  379. WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
  380. };
  381. name = Debug;
  382. };
  383. CD0E427F1D9B38A9002FFED1 /* Release */ = {
  384. isa = XCBuildConfiguration;
  385. buildSettings = {
  386. ALWAYS_SEARCH_USER_PATHS = NO;
  387. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  388. CLANG_CXX_LIBRARY = "libc++";
  389. CLANG_ENABLE_MODULES = YES;
  390. CLANG_ENABLE_OBJC_ARC = YES;
  391. CLANG_WARN_BOOL_CONVERSION = YES;
  392. CLANG_WARN_CONSTANT_CONVERSION = YES;
  393. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  394. CLANG_WARN_EMPTY_BODY = YES;
  395. CLANG_WARN_ENUM_CONVERSION = YES;
  396. CLANG_WARN_INT_CONVERSION = YES;
  397. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  398. CLANG_WARN_UNREACHABLE_CODE = YES;
  399. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  400. CODE_SIGN_IDENTITY = "-";
  401. COPY_PHASE_STRIP = NO;
  402. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  403. ENABLE_NS_ASSERTIONS = NO;
  404. ENABLE_STRICT_OBJC_MSGSEND = YES;
  405. GCC_C_LANGUAGE_STANDARD = gnu99;
  406. GCC_NO_COMMON_BLOCKS = YES;
  407. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  408. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  409. GCC_WARN_UNDECLARED_SELECTOR = YES;
  410. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  411. GCC_WARN_UNUSED_FUNCTION = YES;
  412. GCC_WARN_UNUSED_VARIABLE = YES;
  413. MACOSX_DEPLOYMENT_TARGET = 10.10;
  414. MTL_ENABLE_DEBUG_INFO = NO;
  415. SDKROOT = macosx;
  416. USER_HEADER_SEARCH_PATHS = "../../paradigm/declarative ../";
  417. WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
  418. };
  419. name = Release;
  420. };
  421. /* End XCBuildConfiguration section */
  422. /* Begin XCConfigurationList section */
  423. CD0C59B820C4123800454F82 /* Build configuration list for PBXNativeTarget "matrix" */ = {
  424. isa = XCConfigurationList;
  425. buildConfigurations = (
  426. CD0C59B620C4123800454F82 /* Debug */,
  427. CD0C59B720C4123800454F82 /* Release */,
  428. );
  429. defaultConfigurationIsVisible = 0;
  430. };
  431. CD0C59D920C412AD00454F82 /* Build configuration list for PBXNativeTarget "matrix_test" */ = {
  432. isa = XCConfigurationList;
  433. buildConfigurations = (
  434. CD0C59DA20C412AD00454F82 /* Debug */,
  435. CD0C59DB20C412AD00454F82 /* Release */,
  436. );
  437. defaultConfigurationIsVisible = 0;
  438. };
  439. CD0E42741D9B38A9002FFED1 /* Build configuration list for PBXProject "matrix" */ = {
  440. isa = XCConfigurationList;
  441. buildConfigurations = (
  442. CD0E427E1D9B38A9002FFED1 /* Debug */,
  443. CD0E427F1D9B38A9002FFED1 /* Release */,
  444. );
  445. defaultConfigurationIsVisible = 0;
  446. defaultConfigurationName = Release;
  447. };
  448. /* End XCConfigurationList section */
  449. };
  450. rootObject = CD0E42711D9B38A9002FFED1 /* Project object */;
  451. }