project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. DD03E3151981B52F00E0DE94 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E30F1981B52F00E0DE94 /* AppDelegate.swift */; };
  10. DD03E3171981B52F00E0DE94 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD03E3121981B52F00E0DE94 /* Images.xcassets */; };
  11. DD03E3191981B52F00E0DE94 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3141981B52F00E0DE94 /* ViewController.swift */; };
  12. DD03E3221981B71C00E0DE94 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3211981B71C00E0DE94 /* Constraint.swift */; };
  13. DD03E3241981B72A00E0DE94 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3231981B72A00E0DE94 /* ConstraintMaker.swift */; };
  14. DD03E32A1981B7BF00E0DE94 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD03E3291981B7BF00E0DE94 /* View.swift */; };
  15. DDC9FDAE1981B4DD009612C7 /* SnappyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC9FDAD1981B4DD009612C7 /* SnappyTests.swift */; };
  16. EEC6EB4E1985370500C27B12 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEC6EB4D1985370500C27B12 /* LayoutConstraint.swift */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. DD03E31B1981B66800E0DE94 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = DDC9FD8D1981B4DD009612C7 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = DDC9FD941981B4DD009612C7;
  24. remoteInfo = Snappy;
  25. };
  26. DD03E31D1981B66800E0DE94 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = DDC9FD8D1981B4DD009612C7 /* Project object */;
  29. proxyType = 1;
  30. remoteGlobalIDString = DDC9FD941981B4DD009612C7;
  31. remoteInfo = Snappy;
  32. };
  33. DDC9FDA81981B4DD009612C7 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = DDC9FD8D1981B4DD009612C7 /* Project object */;
  36. proxyType = 1;
  37. remoteGlobalIDString = DDC9FD941981B4DD009612C7;
  38. remoteInfo = Snappy;
  39. };
  40. /* End PBXContainerItemProxy section */
  41. /* Begin PBXFileReference section */
  42. DD03E30F1981B52F00E0DE94 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  43. DD03E3121981B52F00E0DE94 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  44. DD03E3131981B52F00E0DE94 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  45. DD03E3141981B52F00E0DE94 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  46. DD03E3211981B71C00E0DE94 /* Constraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
  47. DD03E3231981B72A00E0DE94 /* ConstraintMaker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
  48. DD03E3291981B7BF00E0DE94 /* View.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = View.swift; sourceTree = "<group>"; };
  49. DDC9FD951981B4DD009612C7 /* Snappy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Snappy.app; sourceTree = BUILT_PRODUCTS_DIR; };
  50. DDC9FDA71981B4DD009612C7 /* SnappyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SnappyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  51. DDC9FDAD1981B4DD009612C7 /* SnappyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnappyTests.swift; sourceTree = "<group>"; };
  52. EEC6EB4D1985370500C27B12 /* LayoutConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; };
  53. /* End PBXFileReference section */
  54. /* Begin PBXFrameworksBuildPhase section */
  55. DDC9FD921981B4DD009612C7 /* Frameworks */ = {
  56. isa = PBXFrameworksBuildPhase;
  57. buildActionMask = 2147483647;
  58. files = (
  59. );
  60. runOnlyForDeploymentPostprocessing = 0;
  61. };
  62. DDC9FDA41981B4DD009612C7 /* Frameworks */ = {
  63. isa = PBXFrameworksBuildPhase;
  64. buildActionMask = 2147483647;
  65. files = (
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. /* End PBXFrameworksBuildPhase section */
  70. /* Begin PBXGroup section */
  71. DD03E30E1981B52F00E0DE94 /* SnappyExample */ = {
  72. isa = PBXGroup;
  73. children = (
  74. DD03E30F1981B52F00E0DE94 /* AppDelegate.swift */,
  75. DD03E3121981B52F00E0DE94 /* Images.xcassets */,
  76. DD03E3131981B52F00E0DE94 /* Info.plist */,
  77. DD03E3141981B52F00E0DE94 /* ViewController.swift */,
  78. );
  79. path = SnappyExample;
  80. sourceTree = "<group>";
  81. };
  82. DD03E31A1981B62D00E0DE94 /* Snappy */ = {
  83. isa = PBXGroup;
  84. children = (
  85. EEC6EB4D1985370500C27B12 /* LayoutConstraint.swift */,
  86. DD03E3211981B71C00E0DE94 /* Constraint.swift */,
  87. DD03E3231981B72A00E0DE94 /* ConstraintMaker.swift */,
  88. DD03E3291981B7BF00E0DE94 /* View.swift */,
  89. );
  90. path = Snappy;
  91. sourceTree = "<group>";
  92. };
  93. DDC9FD8C1981B4DD009612C7 = {
  94. isa = PBXGroup;
  95. children = (
  96. DD03E31A1981B62D00E0DE94 /* Snappy */,
  97. DD03E30E1981B52F00E0DE94 /* SnappyExample */,
  98. DDC9FDAA1981B4DD009612C7 /* SnappyTests */,
  99. DDC9FD961981B4DD009612C7 /* Products */,
  100. );
  101. sourceTree = "<group>";
  102. };
  103. DDC9FD961981B4DD009612C7 /* Products */ = {
  104. isa = PBXGroup;
  105. children = (
  106. DDC9FD951981B4DD009612C7 /* Snappy.app */,
  107. DDC9FDA71981B4DD009612C7 /* SnappyTests.xctest */,
  108. );
  109. name = Products;
  110. sourceTree = "<group>";
  111. };
  112. DDC9FDAA1981B4DD009612C7 /* SnappyTests */ = {
  113. isa = PBXGroup;
  114. children = (
  115. DDC9FDAD1981B4DD009612C7 /* SnappyTests.swift */,
  116. );
  117. path = SnappyTests;
  118. sourceTree = "<group>";
  119. };
  120. /* End PBXGroup section */
  121. /* Begin PBXNativeTarget section */
  122. DDC9FD941981B4DD009612C7 /* Snappy */ = {
  123. isa = PBXNativeTarget;
  124. buildConfigurationList = DDC9FDB11981B4DD009612C7 /* Build configuration list for PBXNativeTarget "Snappy" */;
  125. buildPhases = (
  126. DDC9FD911981B4DD009612C7 /* Sources */,
  127. DDC9FD921981B4DD009612C7 /* Frameworks */,
  128. DDC9FD931981B4DD009612C7 /* Resources */,
  129. );
  130. buildRules = (
  131. );
  132. dependencies = (
  133. );
  134. name = Snappy;
  135. productName = Snappy;
  136. productReference = DDC9FD951981B4DD009612C7 /* Snappy.app */;
  137. productType = "com.apple.product-type.application";
  138. };
  139. DDC9FDA61981B4DD009612C7 /* SnappyTests */ = {
  140. isa = PBXNativeTarget;
  141. buildConfigurationList = DDC9FDB41981B4DD009612C7 /* Build configuration list for PBXNativeTarget "SnappyTests" */;
  142. buildPhases = (
  143. DDC9FDA31981B4DD009612C7 /* Sources */,
  144. DDC9FDA41981B4DD009612C7 /* Frameworks */,
  145. DDC9FDA51981B4DD009612C7 /* Resources */,
  146. );
  147. buildRules = (
  148. );
  149. dependencies = (
  150. DDC9FDA91981B4DD009612C7 /* PBXTargetDependency */,
  151. DD03E31C1981B66800E0DE94 /* PBXTargetDependency */,
  152. DD03E31E1981B66800E0DE94 /* PBXTargetDependency */,
  153. );
  154. name = SnappyTests;
  155. productName = SnappyTests;
  156. productReference = DDC9FDA71981B4DD009612C7 /* SnappyTests.xctest */;
  157. productType = "com.apple.product-type.bundle.unit-test";
  158. };
  159. /* End PBXNativeTarget section */
  160. /* Begin PBXProject section */
  161. DDC9FD8D1981B4DD009612C7 /* Project object */ = {
  162. isa = PBXProject;
  163. attributes = {
  164. LastUpgradeCheck = 0600;
  165. ORGANIZATIONNAME = "Jonas Budelmann";
  166. TargetAttributes = {
  167. DDC9FD941981B4DD009612C7 = {
  168. CreatedOnToolsVersion = 6.0;
  169. };
  170. DDC9FDA61981B4DD009612C7 = {
  171. CreatedOnToolsVersion = 6.0;
  172. TestTargetID = DDC9FD941981B4DD009612C7;
  173. };
  174. };
  175. };
  176. buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snappy" */;
  177. compatibilityVersion = "Xcode 3.2";
  178. developmentRegion = English;
  179. hasScannedForEncodings = 0;
  180. knownRegions = (
  181. en,
  182. Base,
  183. );
  184. mainGroup = DDC9FD8C1981B4DD009612C7;
  185. productRefGroup = DDC9FD961981B4DD009612C7 /* Products */;
  186. projectDirPath = "";
  187. projectRoot = "";
  188. targets = (
  189. DDC9FD941981B4DD009612C7 /* Snappy */,
  190. DDC9FDA61981B4DD009612C7 /* SnappyTests */,
  191. );
  192. };
  193. /* End PBXProject section */
  194. /* Begin PBXResourcesBuildPhase section */
  195. DDC9FD931981B4DD009612C7 /* Resources */ = {
  196. isa = PBXResourcesBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. DD03E3171981B52F00E0DE94 /* Images.xcassets in Resources */,
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. DDC9FDA51981B4DD009612C7 /* Resources */ = {
  204. isa = PBXResourcesBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. };
  210. /* End PBXResourcesBuildPhase section */
  211. /* Begin PBXSourcesBuildPhase section */
  212. DDC9FD911981B4DD009612C7 /* Sources */ = {
  213. isa = PBXSourcesBuildPhase;
  214. buildActionMask = 2147483647;
  215. files = (
  216. DD03E32A1981B7BF00E0DE94 /* View.swift in Sources */,
  217. DD03E3221981B71C00E0DE94 /* Constraint.swift in Sources */,
  218. EEC6EB4E1985370500C27B12 /* LayoutConstraint.swift in Sources */,
  219. DD03E3241981B72A00E0DE94 /* ConstraintMaker.swift in Sources */,
  220. DD03E3191981B52F00E0DE94 /* ViewController.swift in Sources */,
  221. DD03E3151981B52F00E0DE94 /* AppDelegate.swift in Sources */,
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. DDC9FDA31981B4DD009612C7 /* Sources */ = {
  226. isa = PBXSourcesBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. DDC9FDAE1981B4DD009612C7 /* SnappyTests.swift in Sources */,
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. /* End PBXSourcesBuildPhase section */
  234. /* Begin PBXTargetDependency section */
  235. DD03E31C1981B66800E0DE94 /* PBXTargetDependency */ = {
  236. isa = PBXTargetDependency;
  237. target = DDC9FD941981B4DD009612C7 /* Snappy */;
  238. targetProxy = DD03E31B1981B66800E0DE94 /* PBXContainerItemProxy */;
  239. };
  240. DD03E31E1981B66800E0DE94 /* PBXTargetDependency */ = {
  241. isa = PBXTargetDependency;
  242. target = DDC9FD941981B4DD009612C7 /* Snappy */;
  243. targetProxy = DD03E31D1981B66800E0DE94 /* PBXContainerItemProxy */;
  244. };
  245. DDC9FDA91981B4DD009612C7 /* PBXTargetDependency */ = {
  246. isa = PBXTargetDependency;
  247. target = DDC9FD941981B4DD009612C7 /* Snappy */;
  248. targetProxy = DDC9FDA81981B4DD009612C7 /* PBXContainerItemProxy */;
  249. };
  250. /* End PBXTargetDependency section */
  251. /* Begin XCBuildConfiguration section */
  252. DDC9FDAF1981B4DD009612C7 /* Debug */ = {
  253. isa = XCBuildConfiguration;
  254. buildSettings = {
  255. ALWAYS_SEARCH_USER_PATHS = NO;
  256. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  257. CLANG_CXX_LIBRARY = "libc++";
  258. CLANG_ENABLE_MODULES = YES;
  259. CLANG_ENABLE_OBJC_ARC = YES;
  260. CLANG_WARN_BOOL_CONVERSION = YES;
  261. CLANG_WARN_CONSTANT_CONVERSION = YES;
  262. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  263. CLANG_WARN_EMPTY_BODY = YES;
  264. CLANG_WARN_ENUM_CONVERSION = YES;
  265. CLANG_WARN_INT_CONVERSION = YES;
  266. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  267. CLANG_WARN_UNREACHABLE_CODE = YES;
  268. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  269. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  270. COPY_PHASE_STRIP = NO;
  271. ENABLE_STRICT_OBJC_MSGSEND = YES;
  272. GCC_C_LANGUAGE_STANDARD = gnu99;
  273. GCC_DYNAMIC_NO_PIC = NO;
  274. GCC_OPTIMIZATION_LEVEL = 0;
  275. GCC_PREPROCESSOR_DEFINITIONS = (
  276. "DEBUG=1",
  277. "$(inherited)",
  278. );
  279. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  280. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  281. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  282. GCC_WARN_UNDECLARED_SELECTOR = YES;
  283. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  284. GCC_WARN_UNUSED_FUNCTION = YES;
  285. GCC_WARN_UNUSED_VARIABLE = YES;
  286. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  287. MTL_ENABLE_DEBUG_INFO = YES;
  288. ONLY_ACTIVE_ARCH = YES;
  289. SDKROOT = iphoneos;
  290. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  291. TARGETED_DEVICE_FAMILY = "1,2";
  292. };
  293. name = Debug;
  294. };
  295. DDC9FDB01981B4DD009612C7 /* Release */ = {
  296. isa = XCBuildConfiguration;
  297. buildSettings = {
  298. ALWAYS_SEARCH_USER_PATHS = NO;
  299. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  300. CLANG_CXX_LIBRARY = "libc++";
  301. CLANG_ENABLE_MODULES = YES;
  302. CLANG_ENABLE_OBJC_ARC = YES;
  303. CLANG_WARN_BOOL_CONVERSION = YES;
  304. CLANG_WARN_CONSTANT_CONVERSION = YES;
  305. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  306. CLANG_WARN_EMPTY_BODY = YES;
  307. CLANG_WARN_ENUM_CONVERSION = YES;
  308. CLANG_WARN_INT_CONVERSION = YES;
  309. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  310. CLANG_WARN_UNREACHABLE_CODE = YES;
  311. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  312. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  313. COPY_PHASE_STRIP = YES;
  314. ENABLE_NS_ASSERTIONS = NO;
  315. ENABLE_STRICT_OBJC_MSGSEND = YES;
  316. GCC_C_LANGUAGE_STANDARD = gnu99;
  317. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  318. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  319. GCC_WARN_UNDECLARED_SELECTOR = YES;
  320. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  321. GCC_WARN_UNUSED_FUNCTION = YES;
  322. GCC_WARN_UNUSED_VARIABLE = YES;
  323. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  324. MTL_ENABLE_DEBUG_INFO = NO;
  325. SDKROOT = iphoneos;
  326. TARGETED_DEVICE_FAMILY = "1,2";
  327. VALIDATE_PRODUCT = YES;
  328. };
  329. name = Release;
  330. };
  331. DDC9FDB21981B4DD009612C7 /* Debug */ = {
  332. isa = XCBuildConfiguration;
  333. buildSettings = {
  334. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  335. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  336. INFOPLIST_FILE = SnappyExample/Info.plist;
  337. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  338. PRODUCT_NAME = "$(TARGET_NAME)";
  339. };
  340. name = Debug;
  341. };
  342. DDC9FDB31981B4DD009612C7 /* Release */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  346. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  347. INFOPLIST_FILE = SnappyExample/Info.plist;
  348. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  349. PRODUCT_NAME = "$(TARGET_NAME)";
  350. };
  351. name = Release;
  352. };
  353. DDC9FDB51981B4DD009612C7 /* Debug */ = {
  354. isa = XCBuildConfiguration;
  355. buildSettings = {
  356. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Snappy.app/Snappy";
  357. FRAMEWORK_SEARCH_PATHS = (
  358. "$(SDKROOT)/Developer/Library/Frameworks",
  359. "$(inherited)",
  360. );
  361. GCC_PREPROCESSOR_DEFINITIONS = (
  362. "DEBUG=1",
  363. "$(inherited)",
  364. );
  365. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  366. PRODUCT_NAME = "$(TARGET_NAME)";
  367. TEST_HOST = "$(BUNDLE_LOADER)";
  368. };
  369. name = Debug;
  370. };
  371. DDC9FDB61981B4DD009612C7 /* Release */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Snappy.app/Snappy";
  375. FRAMEWORK_SEARCH_PATHS = (
  376. "$(SDKROOT)/Developer/Library/Frameworks",
  377. "$(inherited)",
  378. );
  379. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  380. PRODUCT_NAME = "$(TARGET_NAME)";
  381. TEST_HOST = "$(BUNDLE_LOADER)";
  382. };
  383. name = Release;
  384. };
  385. /* End XCBuildConfiguration section */
  386. /* Begin XCConfigurationList section */
  387. DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snappy" */ = {
  388. isa = XCConfigurationList;
  389. buildConfigurations = (
  390. DDC9FDAF1981B4DD009612C7 /* Debug */,
  391. DDC9FDB01981B4DD009612C7 /* Release */,
  392. );
  393. defaultConfigurationIsVisible = 0;
  394. defaultConfigurationName = Release;
  395. };
  396. DDC9FDB11981B4DD009612C7 /* Build configuration list for PBXNativeTarget "Snappy" */ = {
  397. isa = XCConfigurationList;
  398. buildConfigurations = (
  399. DDC9FDB21981B4DD009612C7 /* Debug */,
  400. DDC9FDB31981B4DD009612C7 /* Release */,
  401. );
  402. defaultConfigurationIsVisible = 0;
  403. defaultConfigurationName = Release;
  404. };
  405. DDC9FDB41981B4DD009612C7 /* Build configuration list for PBXNativeTarget "SnappyTests" */ = {
  406. isa = XCConfigurationList;
  407. buildConfigurations = (
  408. DDC9FDB51981B4DD009612C7 /* Debug */,
  409. DDC9FDB61981B4DD009612C7 /* Release */,
  410. );
  411. defaultConfigurationIsVisible = 0;
  412. defaultConfigurationName = Release;
  413. };
  414. /* End XCConfigurationList section */
  415. };
  416. rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
  417. }