project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. EEAED5481A8F56A500777EF9 /* Snap.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEBCC9D819CC627D0083B827 /* Snap.framework */; };
  10. EEAED5491A8F56BF00777EF9 /* SnapTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE91728C19CB304E007888CF /* SnapTests.swift */; };
  11. EEBCC9F019CC64F80083B827 /* EdgeInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9EF19CC64F70083B827 /* EdgeInsets.swift */; };
  12. EEBCC9F219CC65050083B827 /* View+Snap.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9F119CC65040083B827 /* View+Snap.swift */; };
  13. EEBCC9F419CC65110083B827 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9F319CC65110083B827 /* ConstraintAttributes.swift */; };
  14. EEBCC9F619CC65200083B827 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9F519CC65200083B827 /* ConstraintRelation.swift */; };
  15. EEBCC9F819CC65260083B827 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9F719CC65260083B827 /* ConstraintItem.swift */; };
  16. EEBCC9FC19CC65430083B827 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9FB19CC65430083B827 /* ConstraintMaker.swift */; };
  17. EEBCC9FE19CC65510083B827 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9FD19CC65510083B827 /* LayoutConstraint.swift */; };
  18. EEBCCA0019CC66020083B827 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEBCC9FF19CC66020083B827 /* Constraint.swift */; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXFileReference section */
  21. EE91728119CB304E007888CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  22. EE91728219CB304E007888CF /* Snap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Snap.h; sourceTree = "<group>"; };
  23. EE91728B19CB304E007888CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  24. EE91728C19CB304E007888CF /* SnapTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapTests.swift; sourceTree = "<group>"; };
  25. EEBCC9D819CC627D0083B827 /* Snap.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Snap.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  26. EEBCC9E219CC627E0083B827 /* SnapTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SnapTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  27. EEBCC9EF19CC64F70083B827 /* EdgeInsets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EdgeInsets.swift; sourceTree = "<group>"; };
  28. EEBCC9F119CC65040083B827 /* View+Snap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "View+Snap.swift"; sourceTree = "<group>"; };
  29. EEBCC9F319CC65110083B827 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintAttributes.swift; sourceTree = "<group>"; };
  30. EEBCC9F519CC65200083B827 /* ConstraintRelation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintRelation.swift; sourceTree = "<group>"; };
  31. EEBCC9F719CC65260083B827 /* ConstraintItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintItem.swift; sourceTree = "<group>"; };
  32. EEBCC9FB19CC65430083B827 /* ConstraintMaker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
  33. EEBCC9FD19CC65510083B827 /* LayoutConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; };
  34. EEBCC9FF19CC66020083B827 /* Constraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
  35. /* End PBXFileReference section */
  36. /* Begin PBXFrameworksBuildPhase section */
  37. EEBCC9D419CC627D0083B827 /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. EEBCC9DF19CC627D0083B827 /* Frameworks */ = {
  45. isa = PBXFrameworksBuildPhase;
  46. buildActionMask = 2147483647;
  47. files = (
  48. EEAED5481A8F56A500777EF9 /* Snap.framework in Frameworks */,
  49. );
  50. runOnlyForDeploymentPostprocessing = 0;
  51. };
  52. /* End PBXFrameworksBuildPhase section */
  53. /* Begin PBXGroup section */
  54. DDC9FD8C1981B4DD009612C7 = {
  55. isa = PBXGroup;
  56. children = (
  57. EE91727F19CB304E007888CF /* Snap */,
  58. EE91728919CB304E007888CF /* SnapTests */,
  59. DDC9FD961981B4DD009612C7 /* Products */,
  60. );
  61. sourceTree = "<group>";
  62. };
  63. DDC9FD961981B4DD009612C7 /* Products */ = {
  64. isa = PBXGroup;
  65. children = (
  66. EEBCC9D819CC627D0083B827 /* Snap.framework */,
  67. EEBCC9E219CC627E0083B827 /* SnapTests.xctest */,
  68. );
  69. name = Products;
  70. sourceTree = "<group>";
  71. };
  72. EE91727F19CB304E007888CF /* Snap */ = {
  73. isa = PBXGroup;
  74. children = (
  75. EE91728219CB304E007888CF /* Snap.h */,
  76. EEBCC9F119CC65040083B827 /* View+Snap.swift */,
  77. EEBCC9FB19CC65430083B827 /* ConstraintMaker.swift */,
  78. EEBCC9FF19CC66020083B827 /* Constraint.swift */,
  79. EEBCC9F719CC65260083B827 /* ConstraintItem.swift */,
  80. EEBCC9F319CC65110083B827 /* ConstraintAttributes.swift */,
  81. EEBCC9F519CC65200083B827 /* ConstraintRelation.swift */,
  82. EEBCC9FD19CC65510083B827 /* LayoutConstraint.swift */,
  83. EEBCC9EF19CC64F70083B827 /* EdgeInsets.swift */,
  84. EE91728019CB304E007888CF /* Supporting Files */,
  85. );
  86. path = Snap;
  87. sourceTree = "<group>";
  88. };
  89. EE91728019CB304E007888CF /* Supporting Files */ = {
  90. isa = PBXGroup;
  91. children = (
  92. EE91728119CB304E007888CF /* Info.plist */,
  93. );
  94. name = "Supporting Files";
  95. sourceTree = "<group>";
  96. };
  97. EE91728919CB304E007888CF /* SnapTests */ = {
  98. isa = PBXGroup;
  99. children = (
  100. EE91728C19CB304E007888CF /* SnapTests.swift */,
  101. EE91728A19CB304E007888CF /* Supporting Files */,
  102. );
  103. path = SnapTests;
  104. sourceTree = "<group>";
  105. };
  106. EE91728A19CB304E007888CF /* Supporting Files */ = {
  107. isa = PBXGroup;
  108. children = (
  109. EE91728B19CB304E007888CF /* Info.plist */,
  110. );
  111. name = "Supporting Files";
  112. sourceTree = "<group>";
  113. };
  114. /* End PBXGroup section */
  115. /* Begin PBXHeadersBuildPhase section */
  116. EEBCC9D519CC627D0083B827 /* Headers */ = {
  117. isa = PBXHeadersBuildPhase;
  118. buildActionMask = 2147483647;
  119. files = (
  120. );
  121. runOnlyForDeploymentPostprocessing = 0;
  122. };
  123. /* End PBXHeadersBuildPhase section */
  124. /* Begin PBXNativeTarget section */
  125. EEBCC9D719CC627D0083B827 /* Snap */ = {
  126. isa = PBXNativeTarget;
  127. buildConfigurationList = EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "Snap" */;
  128. buildPhases = (
  129. EEBCC9D319CC627D0083B827 /* Sources */,
  130. EEBCC9D419CC627D0083B827 /* Frameworks */,
  131. EEBCC9D519CC627D0083B827 /* Headers */,
  132. EEBCC9D619CC627D0083B827 /* Resources */,
  133. );
  134. buildRules = (
  135. );
  136. dependencies = (
  137. );
  138. name = Snap;
  139. productName = Snap;
  140. productReference = EEBCC9D819CC627D0083B827 /* Snap.framework */;
  141. productType = "com.apple.product-type.framework";
  142. };
  143. EEBCC9E119CC627D0083B827 /* SnapTests */ = {
  144. isa = PBXNativeTarget;
  145. buildConfigurationList = EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapTests" */;
  146. buildPhases = (
  147. EEBCC9DE19CC627D0083B827 /* Sources */,
  148. EEBCC9DF19CC627D0083B827 /* Frameworks */,
  149. EEBCC9E019CC627D0083B827 /* Resources */,
  150. );
  151. buildRules = (
  152. );
  153. dependencies = (
  154. );
  155. name = SnapTests;
  156. productName = SnapTests;
  157. productReference = EEBCC9E219CC627E0083B827 /* SnapTests.xctest */;
  158. productType = "com.apple.product-type.bundle.unit-test";
  159. };
  160. /* End PBXNativeTarget section */
  161. /* Begin PBXProject section */
  162. DDC9FD8D1981B4DD009612C7 /* Project object */ = {
  163. isa = PBXProject;
  164. attributes = {
  165. LastUpgradeCheck = 0600;
  166. ORGANIZATIONNAME = "Jonas Budelmann";
  167. TargetAttributes = {
  168. EEBCC9D719CC627D0083B827 = {
  169. CreatedOnToolsVersion = 6.0;
  170. };
  171. EEBCC9E119CC627D0083B827 = {
  172. CreatedOnToolsVersion = 6.0;
  173. };
  174. };
  175. };
  176. buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snap" */;
  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. EEBCC9D719CC627D0083B827 /* Snap */,
  190. EEBCC9E119CC627D0083B827 /* SnapTests */,
  191. );
  192. };
  193. /* End PBXProject section */
  194. /* Begin PBXResourcesBuildPhase section */
  195. EEBCC9D619CC627D0083B827 /* Resources */ = {
  196. isa = PBXResourcesBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. );
  200. runOnlyForDeploymentPostprocessing = 0;
  201. };
  202. EEBCC9E019CC627D0083B827 /* Resources */ = {
  203. isa = PBXResourcesBuildPhase;
  204. buildActionMask = 2147483647;
  205. files = (
  206. );
  207. runOnlyForDeploymentPostprocessing = 0;
  208. };
  209. /* End PBXResourcesBuildPhase section */
  210. /* Begin PBXSourcesBuildPhase section */
  211. EEBCC9D319CC627D0083B827 /* Sources */ = {
  212. isa = PBXSourcesBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. EEBCC9F019CC64F80083B827 /* EdgeInsets.swift in Sources */,
  216. EEBCC9F619CC65200083B827 /* ConstraintRelation.swift in Sources */,
  217. EEBCC9F419CC65110083B827 /* ConstraintAttributes.swift in Sources */,
  218. EEBCC9FE19CC65510083B827 /* LayoutConstraint.swift in Sources */,
  219. EEBCC9FC19CC65430083B827 /* ConstraintMaker.swift in Sources */,
  220. EEBCC9F219CC65050083B827 /* View+Snap.swift in Sources */,
  221. EEBCCA0019CC66020083B827 /* Constraint.swift in Sources */,
  222. EEBCC9F819CC65260083B827 /* ConstraintItem.swift in Sources */,
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. };
  226. EEBCC9DE19CC627D0083B827 /* Sources */ = {
  227. isa = PBXSourcesBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. EEAED5491A8F56BF00777EF9 /* SnapTests.swift in Sources */,
  231. );
  232. runOnlyForDeploymentPostprocessing = 0;
  233. };
  234. /* End PBXSourcesBuildPhase section */
  235. /* Begin XCBuildConfiguration section */
  236. DDC9FDAF1981B4DD009612C7 /* Debug */ = {
  237. isa = XCBuildConfiguration;
  238. buildSettings = {
  239. ALWAYS_SEARCH_USER_PATHS = NO;
  240. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  241. CLANG_CXX_LIBRARY = "libc++";
  242. CLANG_ENABLE_MODULES = YES;
  243. CLANG_ENABLE_OBJC_ARC = YES;
  244. CLANG_WARN_BOOL_CONVERSION = YES;
  245. CLANG_WARN_CONSTANT_CONVERSION = YES;
  246. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  247. CLANG_WARN_EMPTY_BODY = YES;
  248. CLANG_WARN_ENUM_CONVERSION = YES;
  249. CLANG_WARN_INT_CONVERSION = YES;
  250. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  251. CLANG_WARN_UNREACHABLE_CODE = YES;
  252. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  253. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  254. COPY_PHASE_STRIP = NO;
  255. ENABLE_STRICT_OBJC_MSGSEND = YES;
  256. GCC_C_LANGUAGE_STANDARD = gnu99;
  257. GCC_DYNAMIC_NO_PIC = NO;
  258. GCC_OPTIMIZATION_LEVEL = 0;
  259. GCC_PREPROCESSOR_DEFINITIONS = (
  260. "DEBUG=1",
  261. "$(inherited)",
  262. );
  263. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  264. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  265. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  266. GCC_WARN_UNDECLARED_SELECTOR = YES;
  267. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  268. GCC_WARN_UNUSED_FUNCTION = YES;
  269. GCC_WARN_UNUSED_VARIABLE = YES;
  270. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  271. MTL_ENABLE_DEBUG_INFO = YES;
  272. ONLY_ACTIVE_ARCH = YES;
  273. SDKROOT = iphoneos;
  274. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  275. TARGETED_DEVICE_FAMILY = "1,2";
  276. };
  277. name = Debug;
  278. };
  279. DDC9FDB01981B4DD009612C7 /* Release */ = {
  280. isa = XCBuildConfiguration;
  281. buildSettings = {
  282. ALWAYS_SEARCH_USER_PATHS = NO;
  283. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  284. CLANG_CXX_LIBRARY = "libc++";
  285. CLANG_ENABLE_MODULES = YES;
  286. CLANG_ENABLE_OBJC_ARC = YES;
  287. CLANG_WARN_BOOL_CONVERSION = YES;
  288. CLANG_WARN_CONSTANT_CONVERSION = YES;
  289. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  290. CLANG_WARN_EMPTY_BODY = YES;
  291. CLANG_WARN_ENUM_CONVERSION = YES;
  292. CLANG_WARN_INT_CONVERSION = YES;
  293. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  294. CLANG_WARN_UNREACHABLE_CODE = YES;
  295. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  296. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  297. COPY_PHASE_STRIP = YES;
  298. ENABLE_NS_ASSERTIONS = NO;
  299. ENABLE_STRICT_OBJC_MSGSEND = YES;
  300. GCC_C_LANGUAGE_STANDARD = gnu99;
  301. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  302. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  303. GCC_WARN_UNDECLARED_SELECTOR = YES;
  304. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  305. GCC_WARN_UNUSED_FUNCTION = YES;
  306. GCC_WARN_UNUSED_VARIABLE = YES;
  307. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  308. MTL_ENABLE_DEBUG_INFO = NO;
  309. SDKROOT = iphoneos;
  310. TARGETED_DEVICE_FAMILY = "1,2";
  311. VALIDATE_PRODUCT = YES;
  312. };
  313. name = Release;
  314. };
  315. EEBCC9E919CC627E0083B827 /* Debug */ = {
  316. isa = XCBuildConfiguration;
  317. buildSettings = {
  318. CURRENT_PROJECT_VERSION = 1;
  319. DEFINES_MODULE = YES;
  320. DYLIB_COMPATIBILITY_VERSION = 1;
  321. DYLIB_CURRENT_VERSION = 1;
  322. DYLIB_INSTALL_NAME_BASE = "@rpath";
  323. GCC_PREPROCESSOR_DEFINITIONS = (
  324. "DEBUG=1",
  325. "$(inherited)",
  326. );
  327. INFOPLIST_FILE = Snap/Info.plist;
  328. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  329. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  330. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  331. PRODUCT_NAME = "$(TARGET_NAME)";
  332. SKIP_INSTALL = YES;
  333. VERSIONING_SYSTEM = "apple-generic";
  334. VERSION_INFO_PREFIX = "";
  335. };
  336. name = Debug;
  337. };
  338. EEBCC9EA19CC627E0083B827 /* Release */ = {
  339. isa = XCBuildConfiguration;
  340. buildSettings = {
  341. CURRENT_PROJECT_VERSION = 1;
  342. DEFINES_MODULE = YES;
  343. DYLIB_COMPATIBILITY_VERSION = 1;
  344. DYLIB_CURRENT_VERSION = 1;
  345. DYLIB_INSTALL_NAME_BASE = "@rpath";
  346. INFOPLIST_FILE = Snap/Info.plist;
  347. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  348. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  349. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  350. PRODUCT_NAME = "$(TARGET_NAME)";
  351. SKIP_INSTALL = YES;
  352. VERSIONING_SYSTEM = "apple-generic";
  353. VERSION_INFO_PREFIX = "";
  354. };
  355. name = Release;
  356. };
  357. EEBCC9EC19CC627E0083B827 /* Debug */ = {
  358. isa = XCBuildConfiguration;
  359. buildSettings = {
  360. FRAMEWORK_SEARCH_PATHS = (
  361. "$(SDKROOT)/Developer/Library/Frameworks",
  362. "$(inherited)",
  363. );
  364. GCC_PREPROCESSOR_DEFINITIONS = (
  365. "DEBUG=1",
  366. "$(inherited)",
  367. );
  368. INFOPLIST_FILE = SnapTests/Info.plist;
  369. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  370. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  371. PRODUCT_NAME = "$(TARGET_NAME)";
  372. };
  373. name = Debug;
  374. };
  375. EEBCC9ED19CC627E0083B827 /* Release */ = {
  376. isa = XCBuildConfiguration;
  377. buildSettings = {
  378. FRAMEWORK_SEARCH_PATHS = (
  379. "$(SDKROOT)/Developer/Library/Frameworks",
  380. "$(inherited)",
  381. );
  382. INFOPLIST_FILE = SnapTests/Info.plist;
  383. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  384. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  385. PRODUCT_NAME = "$(TARGET_NAME)";
  386. };
  387. name = Release;
  388. };
  389. /* End XCBuildConfiguration section */
  390. /* Begin XCConfigurationList section */
  391. DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snap" */ = {
  392. isa = XCConfigurationList;
  393. buildConfigurations = (
  394. DDC9FDAF1981B4DD009612C7 /* Debug */,
  395. DDC9FDB01981B4DD009612C7 /* Release */,
  396. );
  397. defaultConfigurationIsVisible = 0;
  398. defaultConfigurationName = Release;
  399. };
  400. EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "Snap" */ = {
  401. isa = XCConfigurationList;
  402. buildConfigurations = (
  403. EEBCC9E919CC627E0083B827 /* Debug */,
  404. EEBCC9EA19CC627E0083B827 /* Release */,
  405. );
  406. defaultConfigurationIsVisible = 0;
  407. defaultConfigurationName = Release;
  408. };
  409. EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapTests" */ = {
  410. isa = XCConfigurationList;
  411. buildConfigurations = (
  412. EEBCC9EC19CC627E0083B827 /* Debug */,
  413. EEBCC9ED19CC627E0083B827 /* Release */,
  414. );
  415. defaultConfigurationIsVisible = 0;
  416. defaultConfigurationName = Release;
  417. };
  418. /* End XCConfigurationList section */
  419. };
  420. rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
  421. }