project.pbxproj 30 KB

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