project.pbxproj 27 KB

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