project.pbxproj 17 KB

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