project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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. EECDB36C1AC0C9A6006BBC11 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB35E1AC0C95C006BBC11 /* Constraint.swift */; };
  11. EECDB36D1AC0C9A6006BBC11 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB35F1AC0C95C006BBC11 /* ConstraintAttributes.swift */; };
  12. EECDB36E1AC0C9A6006BBC11 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3601AC0C95C006BBC11 /* ConstraintItem.swift */; };
  13. EECDB36F1AC0C9A6006BBC11 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3611AC0C95C006BBC11 /* ConstraintMaker.swift */; };
  14. EECDB3701AC0C9A6006BBC11 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3621AC0C95C006BBC11 /* ConstraintRelation.swift */; };
  15. EECDB3711AC0C9A6006BBC11 /* EdgeInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3631AC0C95C006BBC11 /* EdgeInsets.swift */; };
  16. EECDB3721AC0C9A6006BBC11 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3651AC0C95C006BBC11 /* LayoutConstraint.swift */; };
  17. EECDB3731AC0C9A6006BBC11 /* View+Snap.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3671AC0C95C006BBC11 /* View+Snap.swift */; };
  18. EECDB3741AC0C9B6006BBC11 /* Snap.h in Headers */ = {isa = PBXBuildFile; fileRef = EECDB3661AC0C95C006BBC11 /* Snap.h */; settings = {ATTRIBUTES = (Public, ); }; };
  19. EECDB3851AC0C9D4006BBC11 /* Snap.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EECDB37A1AC0C9D4006BBC11 /* Snap.framework */; };
  20. EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB36A1AC0C95C006BBC11 /* Tests.swift */; };
  21. EECDB3941AC0CB52006BBC11 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB36A1AC0C95C006BBC11 /* Tests.swift */; };
  22. EECDB3951AC0CBFF006BBC11 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB35E1AC0C95C006BBC11 /* Constraint.swift */; };
  23. EECDB3961AC0CBFF006BBC11 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB35F1AC0C95C006BBC11 /* ConstraintAttributes.swift */; };
  24. EECDB3971AC0CBFF006BBC11 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3601AC0C95C006BBC11 /* ConstraintItem.swift */; };
  25. EECDB3981AC0CBFF006BBC11 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3611AC0C95C006BBC11 /* ConstraintMaker.swift */; };
  26. EECDB3991AC0CBFF006BBC11 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3621AC0C95C006BBC11 /* ConstraintRelation.swift */; };
  27. EECDB39A1AC0CBFF006BBC11 /* EdgeInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3631AC0C95C006BBC11 /* EdgeInsets.swift */; };
  28. EECDB39B1AC0CBFF006BBC11 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3651AC0C95C006BBC11 /* LayoutConstraint.swift */; };
  29. EECDB39C1AC0CBFF006BBC11 /* View+Snap.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB3671AC0C95C006BBC11 /* View+Snap.swift */; };
  30. EECDB39D1AC0CC03006BBC11 /* Snap.h in Headers */ = {isa = PBXBuildFile; fileRef = EECDB3661AC0C95C006BBC11 /* Snap.h */; settings = {ATTRIBUTES = (Public, ); }; };
  31. /* End PBXBuildFile section */
  32. /* Begin PBXContainerItemProxy section */
  33. EECDB3861AC0C9D4006BBC11 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = DDC9FD8D1981B4DD009612C7 /* Project object */;
  36. proxyType = 1;
  37. remoteGlobalIDString = EECDB3791AC0C9D4006BBC11;
  38. remoteInfo = "Snap OSX";
  39. };
  40. /* End PBXContainerItemProxy section */
  41. /* Begin PBXFileReference section */
  42. EEBCC9D819CC627D0083B827 /* Snap.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Snap.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  43. EEBCC9E219CC627E0083B827 /* Snap iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Snap iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  44. EECDB35E1AC0C95C006BBC11 /* Constraint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
  45. EECDB35F1AC0C95C006BBC11 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstraintAttributes.swift; sourceTree = "<group>"; };
  46. EECDB3601AC0C95C006BBC11 /* ConstraintItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstraintItem.swift; sourceTree = "<group>"; };
  47. EECDB3611AC0C95C006BBC11 /* ConstraintMaker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
  48. EECDB3621AC0C95C006BBC11 /* ConstraintRelation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstraintRelation.swift; sourceTree = "<group>"; };
  49. EECDB3631AC0C95C006BBC11 /* EdgeInsets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EdgeInsets.swift; sourceTree = "<group>"; };
  50. EECDB3641AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51. EECDB3651AC0C95C006BBC11 /* LayoutConstraint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; };
  52. EECDB3661AC0C95C006BBC11 /* Snap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Snap.h; sourceTree = "<group>"; };
  53. EECDB3671AC0C95C006BBC11 /* View+Snap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Snap.swift"; sourceTree = "<group>"; };
  54. EECDB3691AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  55. EECDB36A1AC0C95C006BBC11 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
  56. EECDB37A1AC0C9D4006BBC11 /* Snap.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Snap.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  57. EECDB3841AC0C9D4006BBC11 /* Snap OSX Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Snap OSX Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  58. /* End PBXFileReference section */
  59. /* Begin PBXFrameworksBuildPhase section */
  60. EEBCC9D419CC627D0083B827 /* Frameworks */ = {
  61. isa = PBXFrameworksBuildPhase;
  62. buildActionMask = 2147483647;
  63. files = (
  64. );
  65. runOnlyForDeploymentPostprocessing = 0;
  66. };
  67. EEBCC9DF19CC627D0083B827 /* Frameworks */ = {
  68. isa = PBXFrameworksBuildPhase;
  69. buildActionMask = 2147483647;
  70. files = (
  71. EEAED5481A8F56A500777EF9 /* Snap.framework in Frameworks */,
  72. );
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. EECDB3761AC0C9D4006BBC11 /* Frameworks */ = {
  76. isa = PBXFrameworksBuildPhase;
  77. buildActionMask = 2147483647;
  78. files = (
  79. );
  80. runOnlyForDeploymentPostprocessing = 0;
  81. };
  82. EECDB3811AC0C9D4006BBC11 /* Frameworks */ = {
  83. isa = PBXFrameworksBuildPhase;
  84. buildActionMask = 2147483647;
  85. files = (
  86. EECDB3851AC0C9D4006BBC11 /* Snap.framework in Frameworks */,
  87. );
  88. runOnlyForDeploymentPostprocessing = 0;
  89. };
  90. /* End PBXFrameworksBuildPhase section */
  91. /* Begin PBXGroup section */
  92. DDC9FD8C1981B4DD009612C7 = {
  93. isa = PBXGroup;
  94. children = (
  95. EECDB35D1AC0C95C006BBC11 /* Source */,
  96. EECDB3681AC0C95C006BBC11 /* Tests */,
  97. DDC9FD961981B4DD009612C7 /* Products */,
  98. );
  99. sourceTree = "<group>";
  100. };
  101. DDC9FD961981B4DD009612C7 /* Products */ = {
  102. isa = PBXGroup;
  103. children = (
  104. EEBCC9D819CC627D0083B827 /* Snap.framework */,
  105. EEBCC9E219CC627E0083B827 /* Snap iOS Tests.xctest */,
  106. EECDB37A1AC0C9D4006BBC11 /* Snap.framework */,
  107. EECDB3841AC0C9D4006BBC11 /* Snap OSX Tests.xctest */,
  108. );
  109. name = Products;
  110. sourceTree = "<group>";
  111. };
  112. EECDB35D1AC0C95C006BBC11 /* Source */ = {
  113. isa = PBXGroup;
  114. children = (
  115. EECDB3661AC0C95C006BBC11 /* Snap.h */,
  116. EECDB35E1AC0C95C006BBC11 /* Constraint.swift */,
  117. EECDB35F1AC0C95C006BBC11 /* ConstraintAttributes.swift */,
  118. EECDB3601AC0C95C006BBC11 /* ConstraintItem.swift */,
  119. EECDB3611AC0C95C006BBC11 /* ConstraintMaker.swift */,
  120. EECDB3621AC0C95C006BBC11 /* ConstraintRelation.swift */,
  121. EECDB3631AC0C95C006BBC11 /* EdgeInsets.swift */,
  122. EECDB3651AC0C95C006BBC11 /* LayoutConstraint.swift */,
  123. EECDB3671AC0C95C006BBC11 /* View+Snap.swift */,
  124. EECDB36B1AC0C967006BBC11 /* Supporting Files */,
  125. );
  126. path = Source;
  127. sourceTree = "<group>";
  128. };
  129. EECDB3681AC0C95C006BBC11 /* Tests */ = {
  130. isa = PBXGroup;
  131. children = (
  132. EECDB3691AC0C95C006BBC11 /* Info.plist */,
  133. EECDB36A1AC0C95C006BBC11 /* Tests.swift */,
  134. );
  135. path = Tests;
  136. sourceTree = "<group>";
  137. };
  138. EECDB36B1AC0C967006BBC11 /* Supporting Files */ = {
  139. isa = PBXGroup;
  140. children = (
  141. EECDB3641AC0C95C006BBC11 /* Info.plist */,
  142. );
  143. name = "Supporting Files";
  144. sourceTree = "<group>";
  145. };
  146. /* End PBXGroup section */
  147. /* Begin PBXHeadersBuildPhase section */
  148. EEBCC9D519CC627D0083B827 /* Headers */ = {
  149. isa = PBXHeadersBuildPhase;
  150. buildActionMask = 2147483647;
  151. files = (
  152. EECDB3741AC0C9B6006BBC11 /* Snap.h in Headers */,
  153. );
  154. runOnlyForDeploymentPostprocessing = 0;
  155. };
  156. EECDB3771AC0C9D4006BBC11 /* Headers */ = {
  157. isa = PBXHeadersBuildPhase;
  158. buildActionMask = 2147483647;
  159. files = (
  160. EECDB39D1AC0CC03006BBC11 /* Snap.h in Headers */,
  161. );
  162. runOnlyForDeploymentPostprocessing = 0;
  163. };
  164. /* End PBXHeadersBuildPhase section */
  165. /* Begin PBXNativeTarget section */
  166. EEBCC9D719CC627D0083B827 /* Snap iOS */ = {
  167. isa = PBXNativeTarget;
  168. buildConfigurationList = EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "Snap iOS" */;
  169. buildPhases = (
  170. EEBCC9D319CC627D0083B827 /* Sources */,
  171. EEBCC9D419CC627D0083B827 /* Frameworks */,
  172. EEBCC9D519CC627D0083B827 /* Headers */,
  173. EEBCC9D619CC627D0083B827 /* Resources */,
  174. );
  175. buildRules = (
  176. );
  177. dependencies = (
  178. );
  179. name = "Snap iOS";
  180. productName = Snap;
  181. productReference = EEBCC9D819CC627D0083B827 /* Snap.framework */;
  182. productType = "com.apple.product-type.framework";
  183. };
  184. EEBCC9E119CC627D0083B827 /* Snap iOS Tests */ = {
  185. isa = PBXNativeTarget;
  186. buildConfigurationList = EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "Snap iOS Tests" */;
  187. buildPhases = (
  188. EEBCC9DE19CC627D0083B827 /* Sources */,
  189. EEBCC9DF19CC627D0083B827 /* Frameworks */,
  190. EEBCC9E019CC627D0083B827 /* Resources */,
  191. );
  192. buildRules = (
  193. );
  194. dependencies = (
  195. );
  196. name = "Snap iOS Tests";
  197. productName = SnapTests;
  198. productReference = EEBCC9E219CC627E0083B827 /* Snap iOS Tests.xctest */;
  199. productType = "com.apple.product-type.bundle.unit-test";
  200. };
  201. EECDB3791AC0C9D4006BBC11 /* Snap OSX */ = {
  202. isa = PBXNativeTarget;
  203. buildConfigurationList = EECDB38D1AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "Snap OSX" */;
  204. buildPhases = (
  205. EECDB3751AC0C9D4006BBC11 /* Sources */,
  206. EECDB3761AC0C9D4006BBC11 /* Frameworks */,
  207. EECDB3771AC0C9D4006BBC11 /* Headers */,
  208. EECDB3781AC0C9D4006BBC11 /* Resources */,
  209. );
  210. buildRules = (
  211. );
  212. dependencies = (
  213. );
  214. name = "Snap OSX";
  215. productName = "Snap OSX";
  216. productReference = EECDB37A1AC0C9D4006BBC11 /* Snap.framework */;
  217. productType = "com.apple.product-type.framework";
  218. };
  219. EECDB3831AC0C9D4006BBC11 /* Snap OSX Tests */ = {
  220. isa = PBXNativeTarget;
  221. buildConfigurationList = EECDB3901AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "Snap OSX Tests" */;
  222. buildPhases = (
  223. EECDB3801AC0C9D4006BBC11 /* Sources */,
  224. EECDB3811AC0C9D4006BBC11 /* Frameworks */,
  225. EECDB3821AC0C9D4006BBC11 /* Resources */,
  226. );
  227. buildRules = (
  228. );
  229. dependencies = (
  230. EECDB3871AC0C9D4006BBC11 /* PBXTargetDependency */,
  231. );
  232. name = "Snap OSX Tests";
  233. productName = "Snap OSXTests";
  234. productReference = EECDB3841AC0C9D4006BBC11 /* Snap OSX Tests.xctest */;
  235. productType = "com.apple.product-type.bundle.unit-test";
  236. };
  237. /* End PBXNativeTarget section */
  238. /* Begin PBXProject section */
  239. DDC9FD8D1981B4DD009612C7 /* Project object */ = {
  240. isa = PBXProject;
  241. attributes = {
  242. LastUpgradeCheck = 0600;
  243. ORGANIZATIONNAME = "Masonry Team";
  244. TargetAttributes = {
  245. EEBCC9D719CC627D0083B827 = {
  246. CreatedOnToolsVersion = 6.0;
  247. };
  248. EEBCC9E119CC627D0083B827 = {
  249. CreatedOnToolsVersion = 6.0;
  250. };
  251. EECDB3791AC0C9D4006BBC11 = {
  252. CreatedOnToolsVersion = 6.2;
  253. };
  254. EECDB3831AC0C9D4006BBC11 = {
  255. CreatedOnToolsVersion = 6.2;
  256. };
  257. };
  258. };
  259. buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snap" */;
  260. compatibilityVersion = "Xcode 3.2";
  261. developmentRegion = English;
  262. hasScannedForEncodings = 0;
  263. knownRegions = (
  264. en,
  265. Base,
  266. );
  267. mainGroup = DDC9FD8C1981B4DD009612C7;
  268. productRefGroup = DDC9FD961981B4DD009612C7 /* Products */;
  269. projectDirPath = "";
  270. projectRoot = "";
  271. targets = (
  272. EEBCC9D719CC627D0083B827 /* Snap iOS */,
  273. EECDB3791AC0C9D4006BBC11 /* Snap OSX */,
  274. EEBCC9E119CC627D0083B827 /* Snap iOS Tests */,
  275. EECDB3831AC0C9D4006BBC11 /* Snap OSX Tests */,
  276. );
  277. };
  278. /* End PBXProject section */
  279. /* Begin PBXResourcesBuildPhase section */
  280. EEBCC9D619CC627D0083B827 /* Resources */ = {
  281. isa = PBXResourcesBuildPhase;
  282. buildActionMask = 2147483647;
  283. files = (
  284. );
  285. runOnlyForDeploymentPostprocessing = 0;
  286. };
  287. EEBCC9E019CC627D0083B827 /* Resources */ = {
  288. isa = PBXResourcesBuildPhase;
  289. buildActionMask = 2147483647;
  290. files = (
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. EECDB3781AC0C9D4006BBC11 /* Resources */ = {
  295. isa = PBXResourcesBuildPhase;
  296. buildActionMask = 2147483647;
  297. files = (
  298. );
  299. runOnlyForDeploymentPostprocessing = 0;
  300. };
  301. EECDB3821AC0C9D4006BBC11 /* Resources */ = {
  302. isa = PBXResourcesBuildPhase;
  303. buildActionMask = 2147483647;
  304. files = (
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. /* End PBXResourcesBuildPhase section */
  309. /* Begin PBXSourcesBuildPhase section */
  310. EEBCC9D319CC627D0083B827 /* Sources */ = {
  311. isa = PBXSourcesBuildPhase;
  312. buildActionMask = 2147483647;
  313. files = (
  314. EECDB36C1AC0C9A6006BBC11 /* Constraint.swift in Sources */,
  315. EECDB3701AC0C9A6006BBC11 /* ConstraintRelation.swift in Sources */,
  316. EECDB3731AC0C9A6006BBC11 /* View+Snap.swift in Sources */,
  317. EECDB3711AC0C9A6006BBC11 /* EdgeInsets.swift in Sources */,
  318. EECDB36F1AC0C9A6006BBC11 /* ConstraintMaker.swift in Sources */,
  319. EECDB36D1AC0C9A6006BBC11 /* ConstraintAttributes.swift in Sources */,
  320. EECDB3721AC0C9A6006BBC11 /* LayoutConstraint.swift in Sources */,
  321. EECDB36E1AC0C9A6006BBC11 /* ConstraintItem.swift in Sources */,
  322. );
  323. runOnlyForDeploymentPostprocessing = 0;
  324. };
  325. EEBCC9DE19CC627D0083B827 /* Sources */ = {
  326. isa = PBXSourcesBuildPhase;
  327. buildActionMask = 2147483647;
  328. files = (
  329. EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */,
  330. );
  331. runOnlyForDeploymentPostprocessing = 0;
  332. };
  333. EECDB3751AC0C9D4006BBC11 /* Sources */ = {
  334. isa = PBXSourcesBuildPhase;
  335. buildActionMask = 2147483647;
  336. files = (
  337. EECDB3951AC0CBFF006BBC11 /* Constraint.swift in Sources */,
  338. EECDB3991AC0CBFF006BBC11 /* ConstraintRelation.swift in Sources */,
  339. EECDB39C1AC0CBFF006BBC11 /* View+Snap.swift in Sources */,
  340. EECDB39A1AC0CBFF006BBC11 /* EdgeInsets.swift in Sources */,
  341. EECDB3981AC0CBFF006BBC11 /* ConstraintMaker.swift in Sources */,
  342. EECDB3961AC0CBFF006BBC11 /* ConstraintAttributes.swift in Sources */,
  343. EECDB39B1AC0CBFF006BBC11 /* LayoutConstraint.swift in Sources */,
  344. EECDB3971AC0CBFF006BBC11 /* ConstraintItem.swift in Sources */,
  345. );
  346. runOnlyForDeploymentPostprocessing = 0;
  347. };
  348. EECDB3801AC0C9D4006BBC11 /* Sources */ = {
  349. isa = PBXSourcesBuildPhase;
  350. buildActionMask = 2147483647;
  351. files = (
  352. EECDB3941AC0CB52006BBC11 /* Tests.swift in Sources */,
  353. );
  354. runOnlyForDeploymentPostprocessing = 0;
  355. };
  356. /* End PBXSourcesBuildPhase section */
  357. /* Begin PBXTargetDependency section */
  358. EECDB3871AC0C9D4006BBC11 /* PBXTargetDependency */ = {
  359. isa = PBXTargetDependency;
  360. target = EECDB3791AC0C9D4006BBC11 /* Snap OSX */;
  361. targetProxy = EECDB3861AC0C9D4006BBC11 /* PBXContainerItemProxy */;
  362. };
  363. /* End PBXTargetDependency section */
  364. /* Begin XCBuildConfiguration section */
  365. DDC9FDAF1981B4DD009612C7 /* Debug */ = {
  366. isa = XCBuildConfiguration;
  367. buildSettings = {
  368. ALWAYS_SEARCH_USER_PATHS = NO;
  369. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  370. CLANG_CXX_LIBRARY = "libc++";
  371. CLANG_ENABLE_MODULES = YES;
  372. CLANG_ENABLE_OBJC_ARC = YES;
  373. CLANG_WARN_BOOL_CONVERSION = YES;
  374. CLANG_WARN_CONSTANT_CONVERSION = YES;
  375. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  376. CLANG_WARN_EMPTY_BODY = YES;
  377. CLANG_WARN_ENUM_CONVERSION = YES;
  378. CLANG_WARN_INT_CONVERSION = YES;
  379. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  380. CLANG_WARN_UNREACHABLE_CODE = YES;
  381. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  382. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  383. COPY_PHASE_STRIP = NO;
  384. ENABLE_STRICT_OBJC_MSGSEND = YES;
  385. GCC_C_LANGUAGE_STANDARD = gnu99;
  386. GCC_DYNAMIC_NO_PIC = NO;
  387. GCC_OPTIMIZATION_LEVEL = 0;
  388. GCC_PREPROCESSOR_DEFINITIONS = (
  389. "DEBUG=1",
  390. "$(inherited)",
  391. );
  392. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  393. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  394. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  395. GCC_WARN_UNDECLARED_SELECTOR = YES;
  396. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  397. GCC_WARN_UNUSED_FUNCTION = YES;
  398. GCC_WARN_UNUSED_VARIABLE = YES;
  399. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  400. MACOSX_DEPLOYMENT_TARGET = 10.9;
  401. MTL_ENABLE_DEBUG_INFO = YES;
  402. ONLY_ACTIVE_ARCH = YES;
  403. SDKROOT = iphoneos;
  404. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  405. TARGETED_DEVICE_FAMILY = "1,2";
  406. };
  407. name = Debug;
  408. };
  409. DDC9FDB01981B4DD009612C7 /* Release */ = {
  410. isa = XCBuildConfiguration;
  411. buildSettings = {
  412. ALWAYS_SEARCH_USER_PATHS = NO;
  413. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  414. CLANG_CXX_LIBRARY = "libc++";
  415. CLANG_ENABLE_MODULES = YES;
  416. CLANG_ENABLE_OBJC_ARC = YES;
  417. CLANG_WARN_BOOL_CONVERSION = YES;
  418. CLANG_WARN_CONSTANT_CONVERSION = YES;
  419. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  420. CLANG_WARN_EMPTY_BODY = YES;
  421. CLANG_WARN_ENUM_CONVERSION = YES;
  422. CLANG_WARN_INT_CONVERSION = YES;
  423. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  424. CLANG_WARN_UNREACHABLE_CODE = YES;
  425. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  426. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  427. COPY_PHASE_STRIP = YES;
  428. ENABLE_NS_ASSERTIONS = NO;
  429. ENABLE_STRICT_OBJC_MSGSEND = YES;
  430. GCC_C_LANGUAGE_STANDARD = gnu99;
  431. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  432. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  433. GCC_WARN_UNDECLARED_SELECTOR = YES;
  434. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  435. GCC_WARN_UNUSED_FUNCTION = YES;
  436. GCC_WARN_UNUSED_VARIABLE = YES;
  437. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  438. MACOSX_DEPLOYMENT_TARGET = 10.9;
  439. MTL_ENABLE_DEBUG_INFO = NO;
  440. SDKROOT = iphoneos;
  441. TARGETED_DEVICE_FAMILY = "1,2";
  442. VALIDATE_PRODUCT = YES;
  443. };
  444. name = Release;
  445. };
  446. EEBCC9E919CC627E0083B827 /* Debug */ = {
  447. isa = XCBuildConfiguration;
  448. buildSettings = {
  449. APPLICATION_EXTENSION_API_ONLY = YES;
  450. CURRENT_PROJECT_VERSION = 1;
  451. DEFINES_MODULE = YES;
  452. DYLIB_COMPATIBILITY_VERSION = 1;
  453. DYLIB_CURRENT_VERSION = 1;
  454. DYLIB_INSTALL_NAME_BASE = "@rpath";
  455. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  456. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  457. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  458. PRODUCT_NAME = Snap;
  459. SKIP_INSTALL = YES;
  460. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  461. VERSIONING_SYSTEM = "apple-generic";
  462. VERSION_INFO_PREFIX = "";
  463. };
  464. name = Debug;
  465. };
  466. EEBCC9EA19CC627E0083B827 /* Release */ = {
  467. isa = XCBuildConfiguration;
  468. buildSettings = {
  469. APPLICATION_EXTENSION_API_ONLY = YES;
  470. CURRENT_PROJECT_VERSION = 1;
  471. DEFINES_MODULE = YES;
  472. DYLIB_COMPATIBILITY_VERSION = 1;
  473. DYLIB_CURRENT_VERSION = 1;
  474. DYLIB_INSTALL_NAME_BASE = "@rpath";
  475. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  476. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  477. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  478. PRODUCT_NAME = Snap;
  479. SKIP_INSTALL = YES;
  480. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  481. VERSIONING_SYSTEM = "apple-generic";
  482. VERSION_INFO_PREFIX = "";
  483. };
  484. name = Release;
  485. };
  486. EEBCC9EC19CC627E0083B827 /* Debug */ = {
  487. isa = XCBuildConfiguration;
  488. buildSettings = {
  489. FRAMEWORK_SEARCH_PATHS = (
  490. "$(SDKROOT)/Developer/Library/Frameworks",
  491. "$(inherited)",
  492. );
  493. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  494. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  495. PRODUCT_NAME = "$(TARGET_NAME)";
  496. };
  497. name = Debug;
  498. };
  499. EEBCC9ED19CC627E0083B827 /* Release */ = {
  500. isa = XCBuildConfiguration;
  501. buildSettings = {
  502. FRAMEWORK_SEARCH_PATHS = (
  503. "$(SDKROOT)/Developer/Library/Frameworks",
  504. "$(inherited)",
  505. );
  506. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  507. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  508. PRODUCT_NAME = "$(TARGET_NAME)";
  509. };
  510. name = Release;
  511. };
  512. EECDB38E1AC0C9D4006BBC11 /* Debug */ = {
  513. isa = XCBuildConfiguration;
  514. buildSettings = {
  515. COMBINE_HIDPI_IMAGES = YES;
  516. CURRENT_PROJECT_VERSION = 1;
  517. DEFINES_MODULE = YES;
  518. DYLIB_COMPATIBILITY_VERSION = 1;
  519. DYLIB_CURRENT_VERSION = 1;
  520. DYLIB_INSTALL_NAME_BASE = "@rpath";
  521. FRAMEWORK_VERSION = A;
  522. GCC_PREPROCESSOR_DEFINITIONS = (
  523. "DEBUG=1",
  524. "$(inherited)",
  525. );
  526. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  527. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  528. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  529. MACOSX_DEPLOYMENT_TARGET = 10.10;
  530. PRODUCT_NAME = Snap;
  531. SDKROOT = macosx;
  532. SKIP_INSTALL = YES;
  533. SUPPORTED_PLATFORMS = macosx;
  534. VERSIONING_SYSTEM = "apple-generic";
  535. VERSION_INFO_PREFIX = "";
  536. };
  537. name = Debug;
  538. };
  539. EECDB38F1AC0C9D4006BBC11 /* Release */ = {
  540. isa = XCBuildConfiguration;
  541. buildSettings = {
  542. COMBINE_HIDPI_IMAGES = YES;
  543. CURRENT_PROJECT_VERSION = 1;
  544. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  545. DEFINES_MODULE = YES;
  546. DYLIB_COMPATIBILITY_VERSION = 1;
  547. DYLIB_CURRENT_VERSION = 1;
  548. DYLIB_INSTALL_NAME_BASE = "@rpath";
  549. FRAMEWORK_VERSION = A;
  550. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  551. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  552. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  553. MACOSX_DEPLOYMENT_TARGET = 10.10;
  554. PRODUCT_NAME = Snap;
  555. SDKROOT = macosx;
  556. SKIP_INSTALL = YES;
  557. SUPPORTED_PLATFORMS = macosx;
  558. VERSIONING_SYSTEM = "apple-generic";
  559. VERSION_INFO_PREFIX = "";
  560. };
  561. name = Release;
  562. };
  563. EECDB3911AC0C9D4006BBC11 /* Debug */ = {
  564. isa = XCBuildConfiguration;
  565. buildSettings = {
  566. COMBINE_HIDPI_IMAGES = YES;
  567. FRAMEWORK_SEARCH_PATHS = (
  568. "$(DEVELOPER_FRAMEWORKS_DIR)",
  569. "$(inherited)",
  570. );
  571. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  572. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  573. MACOSX_DEPLOYMENT_TARGET = 10.10;
  574. PRODUCT_NAME = "$(TARGET_NAME)";
  575. SDKROOT = macosx;
  576. };
  577. name = Debug;
  578. };
  579. EECDB3921AC0C9D4006BBC11 /* Release */ = {
  580. isa = XCBuildConfiguration;
  581. buildSettings = {
  582. COMBINE_HIDPI_IMAGES = YES;
  583. COPY_PHASE_STRIP = NO;
  584. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  585. FRAMEWORK_SEARCH_PATHS = (
  586. "$(DEVELOPER_FRAMEWORKS_DIR)",
  587. "$(inherited)",
  588. );
  589. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  590. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  591. MACOSX_DEPLOYMENT_TARGET = 10.10;
  592. PRODUCT_NAME = "$(TARGET_NAME)";
  593. SDKROOT = macosx;
  594. };
  595. name = Release;
  596. };
  597. /* End XCBuildConfiguration section */
  598. /* Begin XCConfigurationList section */
  599. DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "Snap" */ = {
  600. isa = XCConfigurationList;
  601. buildConfigurations = (
  602. DDC9FDAF1981B4DD009612C7 /* Debug */,
  603. DDC9FDB01981B4DD009612C7 /* Release */,
  604. );
  605. defaultConfigurationIsVisible = 0;
  606. defaultConfigurationName = Release;
  607. };
  608. EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "Snap iOS" */ = {
  609. isa = XCConfigurationList;
  610. buildConfigurations = (
  611. EEBCC9E919CC627E0083B827 /* Debug */,
  612. EEBCC9EA19CC627E0083B827 /* Release */,
  613. );
  614. defaultConfigurationIsVisible = 0;
  615. defaultConfigurationName = Release;
  616. };
  617. EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "Snap iOS Tests" */ = {
  618. isa = XCConfigurationList;
  619. buildConfigurations = (
  620. EEBCC9EC19CC627E0083B827 /* Debug */,
  621. EEBCC9ED19CC627E0083B827 /* Release */,
  622. );
  623. defaultConfigurationIsVisible = 0;
  624. defaultConfigurationName = Release;
  625. };
  626. EECDB38D1AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "Snap OSX" */ = {
  627. isa = XCConfigurationList;
  628. buildConfigurations = (
  629. EECDB38E1AC0C9D4006BBC11 /* Debug */,
  630. EECDB38F1AC0C9D4006BBC11 /* Release */,
  631. );
  632. defaultConfigurationIsVisible = 0;
  633. defaultConfigurationName = Release;
  634. };
  635. EECDB3901AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "Snap OSX Tests" */ = {
  636. isa = XCConfigurationList;
  637. buildConfigurations = (
  638. EECDB3911AC0C9D4006BBC11 /* Debug */,
  639. EECDB3921AC0C9D4006BBC11 /* Release */,
  640. );
  641. defaultConfigurationIsVisible = 0;
  642. defaultConfigurationName = Release;
  643. };
  644. /* End XCConfigurationList section */
  645. };
  646. rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
  647. }