project.pbxproj 32 KB

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