project.pbxproj 33 KB

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