project.pbxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F5E1C5785BC00C08960 /* Debugging.swift */; };
  10. EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F621C5785C600C08960 /* Constraint.swift */; };
  11. EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F631C5785C600C08960 /* ConstraintDescription.swift */; };
  12. EE235F731C5785C600C08960 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F641C5785C600C08960 /* ConstraintInsets.swift */; };
  13. EE235F761C5785C600C08960 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F651C5785C600C08960 /* ConstraintConfig.swift */; };
  14. EE235F791C5785C600C08960 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F661C5785C600C08960 /* ConstraintView.swift */; };
  15. EE235F7F1C5785C600C08960 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F681C5785C600C08960 /* ConstraintRelation.swift */; };
  16. EE235F851C5785C600C08960 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */; };
  17. EE235F881C5785C600C08960 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6B1C5785C600C08960 /* ConstraintItem.swift */; };
  18. EE235F8B1C5785C600C08960 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */; };
  19. EE235F941C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */; };
  20. EE235F971C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */; };
  21. EE235F9A1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */; };
  22. EE235F9D1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */; };
  23. EE235FA01C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */; };
  24. EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */; };
  25. EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA61C5785D400C08960 /* ConstraintMaker.swift */; };
  26. EE235FAF1C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */; };
  27. EE235FB21C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */; };
  28. EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */; };
  29. EE235FB81C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */; };
  30. EE235FBB1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */; };
  31. EE235FC01C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */; };
  32. EE235FC31C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBF1C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift */; };
  33. EE235FC81C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */; };
  34. EE4910991B19A40200A54F1F /* SnapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEBCC9D819CC627D0083B827 /* SnapKit.framework */; };
  35. EECDB3741AC0C9B6006BBC11 /* SnapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EECDB3661AC0C95C006BBC11 /* SnapKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB36A1AC0C95C006BBC11 /* Tests.swift */; };
  37. EEF68F9E1D78492400980C26 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68F9D1D78492400980C26 /* ConstraintLayoutGuideDSL.swift */; };
  38. EEF68FA61D784A5300980C26 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68FA51D784A5300980C26 /* ConstraintDSL.swift */; };
  39. EEF68FB01D784FB100980C26 /* UILayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68FAF1D784FB100980C26 /* UILayoutGuide+Extensions.swift */; };
  40. EEF68FB41D784FBA00980C26 /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68FB31D784FBA00980C26 /* UILayoutSupport+Extensions.swift */; };
  41. EEF68FBC1D78653000980C26 /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68FBB1D78653000980C26 /* ConstraintLayoutGuide.swift */; };
  42. EEF68FC01D7865AA00980C26 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68FBF1D7865AA00980C26 /* ConstraintLayoutSupport.swift */; };
  43. /* End PBXBuildFile section */
  44. /* Begin PBXFileReference section */
  45. 537DCE9A1C35CD4100B5B899 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.1.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  46. EE235F5E1C5785BC00C08960 /* Debugging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Debugging.swift; sourceTree = "<group>"; };
  47. EE235F621C5785C600C08960 /* Constraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
  48. EE235F631C5785C600C08960 /* ConstraintDescription.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintDescription.swift; sourceTree = "<group>"; };
  49. EE235F641C5785C600C08960 /* ConstraintInsets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintInsets.swift; sourceTree = "<group>"; };
  50. EE235F651C5785C600C08960 /* ConstraintConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintConfig.swift; sourceTree = "<group>"; };
  51. EE235F661C5785C600C08960 /* ConstraintView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintView.swift; sourceTree = "<group>"; };
  52. EE235F681C5785C600C08960 /* ConstraintRelation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintRelation.swift; sourceTree = "<group>"; };
  53. EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintAttributes.swift; sourceTree = "<group>"; };
  54. EE235F6B1C5785C600C08960 /* ConstraintItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintItem.swift; sourceTree = "<group>"; };
  55. EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; };
  56. EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintRelatableTarget.swift; sourceTree = "<group>"; };
  57. EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintConstantTarget.swift; sourceTree = "<group>"; };
  58. EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintPriorityTarget.swift; sourceTree = "<group>"; };
  59. EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMultiplierTarget.swift; sourceTree = "<group>"; };
  60. EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintOffsetTarget.swift; sourceTree = "<group>"; };
  61. EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintInsetTarget.swift; sourceTree = "<group>"; };
  62. EE235FA61C5785D400C08960 /* ConstraintMaker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
  63. EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerFinalizable.swift; sourceTree = "<group>"; };
  64. EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerPriortizable.swift; sourceTree = "<group>"; };
  65. EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerEditable.swift; sourceTree = "<group>"; };
  66. EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerRelatable.swift; sourceTree = "<group>"; };
  67. EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerExtendable.swift; sourceTree = "<group>"; };
  68. EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintViewDSL.swift; sourceTree = "<group>"; };
  69. EE235FBF1C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutSupportDSL.swift; sourceTree = "<group>"; };
  70. EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ConstraintView+Extensions.swift"; sourceTree = "<group>"; };
  71. EE94F6081AC0F10A008767FF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  72. 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; };
  73. EEBCC9D819CC627D0083B827 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  74. EEBCC9E219CC627E0083B827 /* SnapKit Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SnapKit Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  75. EECDB3641AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  76. EECDB3661AC0C95C006BBC11 /* SnapKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SnapKit.h; sourceTree = "<group>"; };
  77. EECDB3691AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  78. EECDB36A1AC0C95C006BBC11 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
  79. EEF68F9D1D78492400980C26 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutGuideDSL.swift; sourceTree = "<group>"; };
  80. EEF68FA51D784A5300980C26 /* ConstraintDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintDSL.swift; sourceTree = "<group>"; };
  81. EEF68FAF1D784FB100980C26 /* UILayoutGuide+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UILayoutGuide+Extensions.swift"; sourceTree = "<group>"; };
  82. EEF68FB31D784FBA00980C26 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UILayoutSupport+Extensions.swift"; sourceTree = "<group>"; };
  83. EEF68FBB1D78653000980C26 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutGuide.swift; sourceTree = "<group>"; };
  84. EEF68FBF1D7865AA00980C26 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutSupport.swift; sourceTree = "<group>"; };
  85. /* End PBXFileReference section */
  86. /* Begin PBXFrameworksBuildPhase section */
  87. EE94F60E1AC0F136008767FF /* Frameworks */ = {
  88. isa = PBXFrameworksBuildPhase;
  89. buildActionMask = 2147483647;
  90. files = (
  91. EE4910991B19A40200A54F1F /* SnapKit.framework in Frameworks */,
  92. );
  93. runOnlyForDeploymentPostprocessing = 0;
  94. };
  95. EEBCC9D419CC627D0083B827 /* Frameworks */ = {
  96. isa = PBXFrameworksBuildPhase;
  97. buildActionMask = 2147483647;
  98. files = (
  99. );
  100. runOnlyForDeploymentPostprocessing = 0;
  101. };
  102. /* End PBXFrameworksBuildPhase section */
  103. /* Begin PBXGroup section */
  104. DDC9FD8C1981B4DD009612C7 = {
  105. isa = PBXGroup;
  106. children = (
  107. EECDB35D1AC0C95C006BBC11 /* Source */,
  108. EE94F60C1AC0F113008767FF /* Frameworks */,
  109. DDC9FD961981B4DD009612C7 /* Products */,
  110. );
  111. sourceTree = "<group>";
  112. };
  113. DDC9FD961981B4DD009612C7 /* Products */ = {
  114. isa = PBXGroup;
  115. children = (
  116. EEBCC9D819CC627D0083B827 /* SnapKit.framework */,
  117. EEBCC9E219CC627E0083B827 /* SnapKit Tests.xctest */,
  118. );
  119. name = Products;
  120. sourceTree = "<group>";
  121. };
  122. EE235F581C57858700C08960 /* Extensions */ = {
  123. isa = PBXGroup;
  124. children = (
  125. EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */,
  126. EEF68FAF1D784FB100980C26 /* UILayoutGuide+Extensions.swift */,
  127. EEF68FB31D784FBA00980C26 /* UILayoutSupport+Extensions.swift */,
  128. );
  129. name = Extensions;
  130. sourceTree = "<group>";
  131. };
  132. EE235F591C57859200C08960 /* DSLs */ = {
  133. isa = PBXGroup;
  134. children = (
  135. EEF68FA51D784A5300980C26 /* ConstraintDSL.swift */,
  136. EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */,
  137. EEF68F9D1D78492400980C26 /* ConstraintLayoutGuideDSL.swift */,
  138. EE235FBF1C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift */,
  139. );
  140. name = DSLs;
  141. sourceTree = "<group>";
  142. };
  143. EE235F5A1C57859900C08960 /* Maker */ = {
  144. isa = PBXGroup;
  145. children = (
  146. EE235FA61C5785D400C08960 /* ConstraintMaker.swift */,
  147. EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */,
  148. EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */,
  149. EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */,
  150. EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */,
  151. EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */,
  152. );
  153. name = Maker;
  154. sourceTree = "<group>";
  155. };
  156. EE235F5B1C57859E00C08960 /* Targets */ = {
  157. isa = PBXGroup;
  158. children = (
  159. EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */,
  160. EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */,
  161. EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */,
  162. EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */,
  163. EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */,
  164. EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */,
  165. );
  166. name = Targets;
  167. sourceTree = "<group>";
  168. };
  169. EE235F5C1C5785A400C08960 /* Models */ = {
  170. isa = PBXGroup;
  171. children = (
  172. EE235F621C5785C600C08960 /* Constraint.swift */,
  173. EE235F631C5785C600C08960 /* ConstraintDescription.swift */,
  174. EE235F641C5785C600C08960 /* ConstraintInsets.swift */,
  175. EE235F651C5785C600C08960 /* ConstraintConfig.swift */,
  176. EE235F661C5785C600C08960 /* ConstraintView.swift */,
  177. EEF68FBB1D78653000980C26 /* ConstraintLayoutGuide.swift */,
  178. EEF68FBF1D7865AA00980C26 /* ConstraintLayoutSupport.swift */,
  179. EE235F681C5785C600C08960 /* ConstraintRelation.swift */,
  180. EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */,
  181. EE235F6B1C5785C600C08960 /* ConstraintItem.swift */,
  182. EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */,
  183. );
  184. name = Models;
  185. sourceTree = "<group>";
  186. };
  187. EE235F5D1C5785AC00C08960 /* Debugging */ = {
  188. isa = PBXGroup;
  189. children = (
  190. EE235F5E1C5785BC00C08960 /* Debugging.swift */,
  191. );
  192. name = Debugging;
  193. sourceTree = "<group>";
  194. };
  195. EE94F60C1AC0F113008767FF /* Frameworks */ = {
  196. isa = PBXGroup;
  197. children = (
  198. 537DCE9A1C35CD4100B5B899 /* UIKit.framework */,
  199. EE94F60A1AC0F10F008767FF /* AppKit.framework */,
  200. EE94F6081AC0F10A008767FF /* UIKit.framework */,
  201. );
  202. name = Frameworks;
  203. sourceTree = "<group>";
  204. };
  205. EECDB35D1AC0C95C006BBC11 /* Source */ = {
  206. isa = PBXGroup;
  207. children = (
  208. EECDB3661AC0C95C006BBC11 /* SnapKit.h */,
  209. EE235F581C57858700C08960 /* Extensions */,
  210. EE235F591C57859200C08960 /* DSLs */,
  211. EE235F5A1C57859900C08960 /* Maker */,
  212. EE235F5B1C57859E00C08960 /* Targets */,
  213. EE235F5C1C5785A400C08960 /* Models */,
  214. EE235F5D1C5785AC00C08960 /* Debugging */,
  215. EECDB36B1AC0C967006BBC11 /* Supporting Files */,
  216. EECDB3681AC0C95C006BBC11 /* Tests */,
  217. );
  218. path = Source;
  219. sourceTree = "<group>";
  220. };
  221. EECDB3681AC0C95C006BBC11 /* Tests */ = {
  222. isa = PBXGroup;
  223. children = (
  224. EECDB3691AC0C95C006BBC11 /* Info.plist */,
  225. EECDB36A1AC0C95C006BBC11 /* Tests.swift */,
  226. );
  227. name = Tests;
  228. path = ../Tests;
  229. sourceTree = "<group>";
  230. };
  231. EECDB36B1AC0C967006BBC11 /* Supporting Files */ = {
  232. isa = PBXGroup;
  233. children = (
  234. EECDB3641AC0C95C006BBC11 /* Info.plist */,
  235. );
  236. name = "Supporting Files";
  237. sourceTree = "<group>";
  238. };
  239. /* End PBXGroup section */
  240. /* Begin PBXHeadersBuildPhase section */
  241. EEBCC9D519CC627D0083B827 /* Headers */ = {
  242. isa = PBXHeadersBuildPhase;
  243. buildActionMask = 2147483647;
  244. files = (
  245. EECDB3741AC0C9B6006BBC11 /* SnapKit.h in Headers */,
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. };
  249. /* End PBXHeadersBuildPhase section */
  250. /* Begin PBXNativeTarget section */
  251. EEBCC9D719CC627D0083B827 /* SnapKit */ = {
  252. isa = PBXNativeTarget;
  253. buildConfigurationList = EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit" */;
  254. buildPhases = (
  255. EEBCC9D319CC627D0083B827 /* Sources */,
  256. EEBCC9D419CC627D0083B827 /* Frameworks */,
  257. EEBCC9D519CC627D0083B827 /* Headers */,
  258. EEBCC9D619CC627D0083B827 /* Resources */,
  259. );
  260. buildRules = (
  261. );
  262. dependencies = (
  263. );
  264. name = SnapKit;
  265. productName = SnapKit;
  266. productReference = EEBCC9D819CC627D0083B827 /* SnapKit.framework */;
  267. productType = "com.apple.product-type.framework";
  268. };
  269. EEBCC9E119CC627D0083B827 /* SnapKit Tests */ = {
  270. isa = PBXNativeTarget;
  271. buildConfigurationList = EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit Tests" */;
  272. buildPhases = (
  273. EEBCC9DE19CC627D0083B827 /* Sources */,
  274. EE94F60E1AC0F136008767FF /* Frameworks */,
  275. EEBCC9E019CC627D0083B827 /* Resources */,
  276. );
  277. buildRules = (
  278. );
  279. dependencies = (
  280. );
  281. name = "SnapKit Tests";
  282. productName = SnapKitTests;
  283. productReference = EEBCC9E219CC627E0083B827 /* SnapKit Tests.xctest */;
  284. productType = "com.apple.product-type.bundle.unit-test";
  285. };
  286. /* End PBXNativeTarget section */
  287. /* Begin PBXProject section */
  288. DDC9FD8D1981B4DD009612C7 /* Project object */ = {
  289. isa = PBXProject;
  290. attributes = {
  291. LastSwiftUpdateCheck = 0720;
  292. LastUpgradeCheck = 0800;
  293. ORGANIZATIONNAME = "SnapKit Team";
  294. TargetAttributes = {
  295. EEBCC9D719CC627D0083B827 = {
  296. CreatedOnToolsVersion = 6.0;
  297. LastSwiftMigration = 0800;
  298. };
  299. EEBCC9E119CC627D0083B827 = {
  300. CreatedOnToolsVersion = 6.0;
  301. LastSwiftMigration = 0800;
  302. ProvisioningStyle = Automatic;
  303. };
  304. };
  305. };
  306. buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */;
  307. compatibilityVersion = "Xcode 3.2";
  308. developmentRegion = English;
  309. hasScannedForEncodings = 0;
  310. knownRegions = (
  311. en,
  312. Base,
  313. );
  314. mainGroup = DDC9FD8C1981B4DD009612C7;
  315. productRefGroup = DDC9FD961981B4DD009612C7 /* Products */;
  316. projectDirPath = "";
  317. projectRoot = "";
  318. targets = (
  319. EEBCC9D719CC627D0083B827 /* SnapKit */,
  320. EEBCC9E119CC627D0083B827 /* SnapKit Tests */,
  321. );
  322. };
  323. /* End PBXProject section */
  324. /* Begin PBXResourcesBuildPhase section */
  325. EEBCC9D619CC627D0083B827 /* Resources */ = {
  326. isa = PBXResourcesBuildPhase;
  327. buildActionMask = 2147483647;
  328. files = (
  329. );
  330. runOnlyForDeploymentPostprocessing = 0;
  331. };
  332. EEBCC9E019CC627D0083B827 /* Resources */ = {
  333. isa = PBXResourcesBuildPhase;
  334. buildActionMask = 2147483647;
  335. files = (
  336. );
  337. runOnlyForDeploymentPostprocessing = 0;
  338. };
  339. /* End PBXResourcesBuildPhase section */
  340. /* Begin PBXSourcesBuildPhase section */
  341. EEBCC9D319CC627D0083B827 /* Sources */ = {
  342. isa = PBXSourcesBuildPhase;
  343. buildActionMask = 2147483647;
  344. files = (
  345. EE235F731C5785C600C08960 /* ConstraintInsets.swift in Sources */,
  346. EE235FAF1C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */,
  347. EE235F971C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */,
  348. EE235FC81C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */,
  349. EE235FB81C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */,
  350. EE235F851C5785C600C08960 /* ConstraintAttributes.swift in Sources */,
  351. EE235FA01C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */,
  352. EEF68F9E1D78492400980C26 /* ConstraintLayoutGuideDSL.swift in Sources */,
  353. EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
  354. EEF68FBC1D78653000980C26 /* ConstraintLayoutGuide.swift in Sources */,
  355. EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
  356. EE235F941C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
  357. EEF68FA61D784A5300980C26 /* ConstraintDSL.swift in Sources */,
  358. EE235FBB1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */,
  359. EE235F881C5785C600C08960 /* ConstraintItem.swift in Sources */,
  360. EE235F9A1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */,
  361. EEF68FC01D7865AA00980C26 /* ConstraintLayoutSupport.swift in Sources */,
  362. EEF68FB01D784FB100980C26 /* UILayoutGuide+Extensions.swift in Sources */,
  363. EE235F761C5785C600C08960 /* ConstraintConfig.swift in Sources */,
  364. EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */,
  365. EE235F791C5785C600C08960 /* ConstraintView.swift in Sources */,
  366. EE235FB21C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
  367. EE235F8B1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
  368. EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
  369. EE235F9D1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
  370. EE235FC01C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
  371. EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */,
  372. EE235FC31C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift in Sources */,
  373. EE235F7F1C5785C600C08960 /* ConstraintRelation.swift in Sources */,
  374. EEF68FB41D784FBA00980C26 /* UILayoutSupport+Extensions.swift in Sources */,
  375. EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */,
  376. );
  377. runOnlyForDeploymentPostprocessing = 0;
  378. };
  379. EEBCC9DE19CC627D0083B827 /* Sources */ = {
  380. isa = PBXSourcesBuildPhase;
  381. buildActionMask = 2147483647;
  382. files = (
  383. EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */,
  384. );
  385. runOnlyForDeploymentPostprocessing = 0;
  386. };
  387. /* End PBXSourcesBuildPhase section */
  388. /* Begin XCBuildConfiguration section */
  389. DDC9FDAF1981B4DD009612C7 /* Debug */ = {
  390. isa = XCBuildConfiguration;
  391. buildSettings = {
  392. ALWAYS_SEARCH_USER_PATHS = NO;
  393. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  394. CLANG_CXX_LIBRARY = "libc++";
  395. CLANG_ENABLE_MODULES = YES;
  396. CLANG_ENABLE_OBJC_ARC = YES;
  397. CLANG_WARN_BOOL_CONVERSION = YES;
  398. CLANG_WARN_CONSTANT_CONVERSION = YES;
  399. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  400. CLANG_WARN_EMPTY_BODY = YES;
  401. CLANG_WARN_ENUM_CONVERSION = YES;
  402. CLANG_WARN_INT_CONVERSION = YES;
  403. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  404. CLANG_WARN_UNREACHABLE_CODE = YES;
  405. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  406. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  407. COPY_PHASE_STRIP = NO;
  408. ENABLE_STRICT_OBJC_MSGSEND = YES;
  409. ENABLE_TESTABILITY = YES;
  410. GCC_C_LANGUAGE_STANDARD = gnu99;
  411. GCC_DYNAMIC_NO_PIC = NO;
  412. GCC_NO_COMMON_BLOCKS = YES;
  413. GCC_OPTIMIZATION_LEVEL = 0;
  414. GCC_PREPROCESSOR_DEFINITIONS = (
  415. "DEBUG=1",
  416. "$(inherited)",
  417. );
  418. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  419. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  420. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  421. GCC_WARN_UNDECLARED_SELECTOR = YES;
  422. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  423. GCC_WARN_UNUSED_FUNCTION = YES;
  424. GCC_WARN_UNUSED_VARIABLE = YES;
  425. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  426. MACOSX_DEPLOYMENT_TARGET = 10.10;
  427. MTL_ENABLE_DEBUG_INFO = YES;
  428. ONLY_ACTIVE_ARCH = YES;
  429. SDKROOT = iphoneos;
  430. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos macosx";
  431. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  432. SWIFT_VERSION = 3.0;
  433. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  434. };
  435. name = Debug;
  436. };
  437. DDC9FDB01981B4DD009612C7 /* Release */ = {
  438. isa = XCBuildConfiguration;
  439. buildSettings = {
  440. ALWAYS_SEARCH_USER_PATHS = NO;
  441. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  442. CLANG_CXX_LIBRARY = "libc++";
  443. CLANG_ENABLE_MODULES = YES;
  444. CLANG_ENABLE_OBJC_ARC = YES;
  445. CLANG_WARN_BOOL_CONVERSION = YES;
  446. CLANG_WARN_CONSTANT_CONVERSION = YES;
  447. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  448. CLANG_WARN_EMPTY_BODY = YES;
  449. CLANG_WARN_ENUM_CONVERSION = YES;
  450. CLANG_WARN_INT_CONVERSION = YES;
  451. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  452. CLANG_WARN_UNREACHABLE_CODE = YES;
  453. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  454. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
  455. COPY_PHASE_STRIP = YES;
  456. ENABLE_NS_ASSERTIONS = NO;
  457. ENABLE_STRICT_OBJC_MSGSEND = YES;
  458. GCC_C_LANGUAGE_STANDARD = gnu99;
  459. GCC_NO_COMMON_BLOCKS = YES;
  460. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  461. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  462. GCC_WARN_UNDECLARED_SELECTOR = YES;
  463. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  464. GCC_WARN_UNUSED_FUNCTION = YES;
  465. GCC_WARN_UNUSED_VARIABLE = YES;
  466. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  467. MACOSX_DEPLOYMENT_TARGET = 10.10;
  468. MTL_ENABLE_DEBUG_INFO = NO;
  469. SDKROOT = iphoneos;
  470. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvsimulator appletvos macosx";
  471. SWIFT_VERSION = 3.0;
  472. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  473. VALIDATE_PRODUCT = YES;
  474. };
  475. name = Release;
  476. };
  477. EEBCC9E919CC627E0083B827 /* Debug */ = {
  478. isa = XCBuildConfiguration;
  479. buildSettings = {
  480. APPLICATION_EXTENSION_API_ONLY = YES;
  481. CLANG_ENABLE_MODULES = YES;
  482. CURRENT_PROJECT_VERSION = 1;
  483. DEFINES_MODULE = YES;
  484. DYLIB_COMPATIBILITY_VERSION = 1;
  485. DYLIB_CURRENT_VERSION = 1;
  486. DYLIB_INSTALL_NAME_BASE = "@rpath";
  487. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  488. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  489. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  490. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  491. PRODUCT_NAME = SnapKit;
  492. SKIP_INSTALL = YES;
  493. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  494. VERSIONING_SYSTEM = "apple-generic";
  495. VERSION_INFO_PREFIX = "";
  496. };
  497. name = Debug;
  498. };
  499. EEBCC9EA19CC627E0083B827 /* Release */ = {
  500. isa = XCBuildConfiguration;
  501. buildSettings = {
  502. APPLICATION_EXTENSION_API_ONLY = YES;
  503. CLANG_ENABLE_MODULES = YES;
  504. CURRENT_PROJECT_VERSION = 1;
  505. DEFINES_MODULE = YES;
  506. DYLIB_COMPATIBILITY_VERSION = 1;
  507. DYLIB_CURRENT_VERSION = 1;
  508. DYLIB_INSTALL_NAME_BASE = "@rpath";
  509. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  510. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  511. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  512. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  513. PRODUCT_NAME = SnapKit;
  514. SKIP_INSTALL = YES;
  515. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  516. VERSIONING_SYSTEM = "apple-generic";
  517. VERSION_INFO_PREFIX = "";
  518. };
  519. name = Release;
  520. };
  521. EEBCC9EC19CC627E0083B827 /* Debug */ = {
  522. isa = XCBuildConfiguration;
  523. buildSettings = {
  524. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  525. DEVELOPMENT_TEAM = "";
  526. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  527. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks";
  528. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  529. PRODUCT_NAME = "$(TARGET_NAME)";
  530. SWIFT_VERSION = 3.0;
  531. };
  532. name = Debug;
  533. };
  534. EEBCC9ED19CC627E0083B827 /* Release */ = {
  535. isa = XCBuildConfiguration;
  536. buildSettings = {
  537. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  538. DEVELOPMENT_TEAM = "";
  539. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  540. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks";
  541. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  542. PRODUCT_NAME = "$(TARGET_NAME)";
  543. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  544. SWIFT_VERSION = 3.0;
  545. };
  546. name = Release;
  547. };
  548. /* End XCBuildConfiguration section */
  549. /* Begin XCConfigurationList section */
  550. DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */ = {
  551. isa = XCConfigurationList;
  552. buildConfigurations = (
  553. DDC9FDAF1981B4DD009612C7 /* Debug */,
  554. DDC9FDB01981B4DD009612C7 /* Release */,
  555. );
  556. defaultConfigurationIsVisible = 0;
  557. defaultConfigurationName = Release;
  558. };
  559. EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit" */ = {
  560. isa = XCConfigurationList;
  561. buildConfigurations = (
  562. EEBCC9E919CC627E0083B827 /* Debug */,
  563. EEBCC9EA19CC627E0083B827 /* Release */,
  564. );
  565. defaultConfigurationIsVisible = 0;
  566. defaultConfigurationName = Release;
  567. };
  568. EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit Tests" */ = {
  569. isa = XCConfigurationList;
  570. buildConfigurations = (
  571. EEBCC9EC19CC627E0083B827 /* Debug */,
  572. EEBCC9ED19CC627E0083B827 /* Release */,
  573. );
  574. defaultConfigurationIsVisible = 0;
  575. defaultConfigurationName = Release;
  576. };
  577. /* End XCConfigurationList section */
  578. };
  579. rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
  580. }