project.pbxproj 16 KB

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