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. EE6898CB1DA7B3A100D47F33 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE6898CA1DA7B3A100D47F33 /* LayoutConstraintItem.swift */; };
  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 /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68FAF1D784FB100980C26 /* ConstraintLayoutGuide+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. EE6898CA1DA7B3A100D47F33 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraintItem.swift; sourceTree = "<group>"; };
  73. EE94F6081AC0F10A008767FF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  74. 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; };
  75. EEBCC9D819CC627D0083B827 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  76. EEBCC9E219CC627E0083B827 /* SnapKit Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SnapKit Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  77. EECDB3641AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  78. EECDB3661AC0C95C006BBC11 /* SnapKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SnapKit.h; sourceTree = "<group>"; };
  79. EECDB3691AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  80. EECDB36A1AC0C95C006BBC11 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
  81. EEF68F9D1D78492400980C26 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutGuideDSL.swift; sourceTree = "<group>"; };
  82. EEF68FA51D784A5300980C26 /* ConstraintDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintDSL.swift; sourceTree = "<group>"; };
  83. EEF68FAF1D784FB100980C26 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ConstraintLayoutGuide+Extensions.swift"; sourceTree = "<group>"; };
  84. EEF68FB31D784FBA00980C26 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UILayoutSupport+Extensions.swift"; sourceTree = "<group>"; };
  85. EEF68FBB1D78653000980C26 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutGuide.swift; sourceTree = "<group>"; };
  86. EEF68FBF1D7865AA00980C26 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutSupport.swift; sourceTree = "<group>"; };
  87. /* End PBXFileReference section */
  88. /* Begin PBXFrameworksBuildPhase section */
  89. EE94F60E1AC0F136008767FF /* Frameworks */ = {
  90. isa = PBXFrameworksBuildPhase;
  91. buildActionMask = 2147483647;
  92. files = (
  93. EE4910991B19A40200A54F1F /* SnapKit.framework in Frameworks */,
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. EEBCC9D419CC627D0083B827 /* Frameworks */ = {
  98. isa = PBXFrameworksBuildPhase;
  99. buildActionMask = 2147483647;
  100. files = (
  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 /* ConstraintLayoutGuide+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. EE6898CA1DA7B3A100D47F33 /* LayoutConstraintItem.swift */,
  186. );
  187. name = Models;
  188. sourceTree = "<group>";
  189. };
  190. EE235F5D1C5785AC00C08960 /* Debugging */ = {
  191. isa = PBXGroup;
  192. children = (
  193. EE235F5E1C5785BC00C08960 /* Debugging.swift */,
  194. );
  195. name = Debugging;
  196. sourceTree = "<group>";
  197. };
  198. EE94F60C1AC0F113008767FF /* Frameworks */ = {
  199. isa = PBXGroup;
  200. children = (
  201. 537DCE9A1C35CD4100B5B899 /* UIKit.framework */,
  202. EE94F60A1AC0F10F008767FF /* AppKit.framework */,
  203. EE94F6081AC0F10A008767FF /* UIKit.framework */,
  204. );
  205. name = Frameworks;
  206. sourceTree = "<group>";
  207. };
  208. EECDB35D1AC0C95C006BBC11 /* Source */ = {
  209. isa = PBXGroup;
  210. children = (
  211. EECDB3661AC0C95C006BBC11 /* SnapKit.h */,
  212. EE235F581C57858700C08960 /* Extensions */,
  213. EE235F591C57859200C08960 /* DSLs */,
  214. EE235F5A1C57859900C08960 /* Maker */,
  215. EE235F5B1C57859E00C08960 /* Targets */,
  216. EE235F5C1C5785A400C08960 /* Models */,
  217. EE235F5D1C5785AC00C08960 /* Debugging */,
  218. EECDB36B1AC0C967006BBC11 /* Supporting Files */,
  219. EECDB3681AC0C95C006BBC11 /* Tests */,
  220. );
  221. path = Source;
  222. sourceTree = "<group>";
  223. };
  224. EECDB3681AC0C95C006BBC11 /* Tests */ = {
  225. isa = PBXGroup;
  226. children = (
  227. EECDB3691AC0C95C006BBC11 /* Info.plist */,
  228. EECDB36A1AC0C95C006BBC11 /* Tests.swift */,
  229. );
  230. name = Tests;
  231. path = ../Tests;
  232. sourceTree = "<group>";
  233. };
  234. EECDB36B1AC0C967006BBC11 /* Supporting Files */ = {
  235. isa = PBXGroup;
  236. children = (
  237. EECDB3641AC0C95C006BBC11 /* Info.plist */,
  238. );
  239. name = "Supporting Files";
  240. sourceTree = "<group>";
  241. };
  242. /* End PBXGroup section */
  243. /* Begin PBXHeadersBuildPhase section */
  244. EEBCC9D519CC627D0083B827 /* Headers */ = {
  245. isa = PBXHeadersBuildPhase;
  246. buildActionMask = 2147483647;
  247. files = (
  248. EECDB3741AC0C9B6006BBC11 /* SnapKit.h in Headers */,
  249. );
  250. runOnlyForDeploymentPostprocessing = 0;
  251. };
  252. /* End PBXHeadersBuildPhase section */
  253. /* Begin PBXNativeTarget section */
  254. EEBCC9D719CC627D0083B827 /* SnapKit */ = {
  255. isa = PBXNativeTarget;
  256. buildConfigurationList = EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit" */;
  257. buildPhases = (
  258. EEBCC9D319CC627D0083B827 /* Sources */,
  259. EEBCC9D419CC627D0083B827 /* Frameworks */,
  260. EEBCC9D519CC627D0083B827 /* Headers */,
  261. EEBCC9D619CC627D0083B827 /* Resources */,
  262. );
  263. buildRules = (
  264. );
  265. dependencies = (
  266. );
  267. name = SnapKit;
  268. productName = SnapKit;
  269. productReference = EEBCC9D819CC627D0083B827 /* SnapKit.framework */;
  270. productType = "com.apple.product-type.framework";
  271. };
  272. EEBCC9E119CC627D0083B827 /* SnapKit Tests */ = {
  273. isa = PBXNativeTarget;
  274. buildConfigurationList = EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit Tests" */;
  275. buildPhases = (
  276. EEBCC9DE19CC627D0083B827 /* Sources */,
  277. EE94F60E1AC0F136008767FF /* Frameworks */,
  278. EEBCC9E019CC627D0083B827 /* Resources */,
  279. );
  280. buildRules = (
  281. );
  282. dependencies = (
  283. );
  284. name = "SnapKit Tests";
  285. productName = SnapKitTests;
  286. productReference = EEBCC9E219CC627E0083B827 /* SnapKit Tests.xctest */;
  287. productType = "com.apple.product-type.bundle.unit-test";
  288. };
  289. /* End PBXNativeTarget section */
  290. /* Begin PBXProject section */
  291. DDC9FD8D1981B4DD009612C7 /* Project object */ = {
  292. isa = PBXProject;
  293. attributes = {
  294. LastSwiftUpdateCheck = 0720;
  295. LastUpgradeCheck = 0820;
  296. ORGANIZATIONNAME = "SnapKit Team";
  297. TargetAttributes = {
  298. EEBCC9D719CC627D0083B827 = {
  299. CreatedOnToolsVersion = 6.0;
  300. LastSwiftMigration = 0800;
  301. };
  302. EEBCC9E119CC627D0083B827 = {
  303. CreatedOnToolsVersion = 6.0;
  304. LastSwiftMigration = 0800;
  305. ProvisioningStyle = Automatic;
  306. };
  307. };
  308. };
  309. buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */;
  310. compatibilityVersion = "Xcode 3.2";
  311. developmentRegion = English;
  312. hasScannedForEncodings = 0;
  313. knownRegions = (
  314. en,
  315. Base,
  316. );
  317. mainGroup = DDC9FD8C1981B4DD009612C7;
  318. productRefGroup = DDC9FD961981B4DD009612C7 /* Products */;
  319. projectDirPath = "";
  320. projectRoot = "";
  321. targets = (
  322. EEBCC9D719CC627D0083B827 /* SnapKit */,
  323. EEBCC9E119CC627D0083B827 /* SnapKit Tests */,
  324. );
  325. };
  326. /* End PBXProject section */
  327. /* Begin PBXResourcesBuildPhase section */
  328. EEBCC9D619CC627D0083B827 /* Resources */ = {
  329. isa = PBXResourcesBuildPhase;
  330. buildActionMask = 2147483647;
  331. files = (
  332. );
  333. runOnlyForDeploymentPostprocessing = 0;
  334. };
  335. EEBCC9E019CC627D0083B827 /* Resources */ = {
  336. isa = PBXResourcesBuildPhase;
  337. buildActionMask = 2147483647;
  338. files = (
  339. );
  340. runOnlyForDeploymentPostprocessing = 0;
  341. };
  342. /* End PBXResourcesBuildPhase section */
  343. /* Begin PBXSourcesBuildPhase section */
  344. EEBCC9D319CC627D0083B827 /* Sources */ = {
  345. isa = PBXSourcesBuildPhase;
  346. buildActionMask = 2147483647;
  347. files = (
  348. EE235F731C5785C600C08960 /* ConstraintInsets.swift in Sources */,
  349. EE235FAF1C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */,
  350. EE235F971C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */,
  351. EE235FC81C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */,
  352. EE235FB81C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */,
  353. EE235F851C5785C600C08960 /* ConstraintAttributes.swift in Sources */,
  354. EE235FA01C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */,
  355. EEF68F9E1D78492400980C26 /* ConstraintLayoutGuideDSL.swift in Sources */,
  356. EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
  357. EEF68FBC1D78653000980C26 /* ConstraintLayoutGuide.swift in Sources */,
  358. EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
  359. EE235F941C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
  360. EEF68FA61D784A5300980C26 /* ConstraintDSL.swift in Sources */,
  361. EE235FBB1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */,
  362. EE235F881C5785C600C08960 /* ConstraintItem.swift in Sources */,
  363. EE235F9A1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */,
  364. EEF68FC01D7865AA00980C26 /* ConstraintLayoutSupport.swift in Sources */,
  365. EEF68FB01D784FB100980C26 /* ConstraintLayoutGuide+Extensions.swift in Sources */,
  366. EE235F761C5785C600C08960 /* ConstraintConfig.swift in Sources */,
  367. EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */,
  368. EE235F791C5785C600C08960 /* ConstraintView.swift in Sources */,
  369. EE6898CB1DA7B3A100D47F33 /* LayoutConstraintItem.swift in Sources */,
  370. EE235FB21C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
  371. EE235F8B1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
  372. EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
  373. EE235F9D1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
  374. EE235FC01C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
  375. EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */,
  376. EE235FC31C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift in Sources */,
  377. EE235F7F1C5785C600C08960 /* ConstraintRelation.swift in Sources */,
  378. EEF68FB41D784FBA00980C26 /* UILayoutSupport+Extensions.swift in Sources */,
  379. EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */,
  380. );
  381. runOnlyForDeploymentPostprocessing = 0;
  382. };
  383. EEBCC9DE19CC627D0083B827 /* Sources */ = {
  384. isa = PBXSourcesBuildPhase;
  385. buildActionMask = 2147483647;
  386. files = (
  387. EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */,
  388. );
  389. runOnlyForDeploymentPostprocessing = 0;
  390. };
  391. /* End PBXSourcesBuildPhase section */
  392. /* Begin XCBuildConfiguration section */
  393. DDC9FDAF1981B4DD009612C7 /* Debug */ = {
  394. isa = XCBuildConfiguration;
  395. buildSettings = {
  396. ALWAYS_SEARCH_USER_PATHS = NO;
  397. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  398. CLANG_CXX_LIBRARY = "libc++";
  399. CLANG_ENABLE_MODULES = YES;
  400. CLANG_ENABLE_OBJC_ARC = YES;
  401. CLANG_WARN_BOOL_CONVERSION = YES;
  402. CLANG_WARN_CONSTANT_CONVERSION = YES;
  403. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  404. CLANG_WARN_EMPTY_BODY = YES;
  405. CLANG_WARN_ENUM_CONVERSION = YES;
  406. CLANG_WARN_INFINITE_RECURSION = YES;
  407. CLANG_WARN_INT_CONVERSION = YES;
  408. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  409. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  410. CLANG_WARN_UNREACHABLE_CODE = YES;
  411. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  412. COPY_PHASE_STRIP = NO;
  413. DEBUG_INFORMATION_FORMAT = dwarf;
  414. ENABLE_STRICT_OBJC_MSGSEND = YES;
  415. ENABLE_TESTABILITY = YES;
  416. GCC_C_LANGUAGE_STANDARD = gnu99;
  417. GCC_DYNAMIC_NO_PIC = NO;
  418. GCC_NO_COMMON_BLOCKS = YES;
  419. GCC_OPTIMIZATION_LEVEL = 0;
  420. GCC_PREPROCESSOR_DEFINITIONS = (
  421. "DEBUG=1",
  422. "$(inherited)",
  423. );
  424. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  425. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  426. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  427. GCC_WARN_UNDECLARED_SELECTOR = YES;
  428. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  429. GCC_WARN_UNUSED_FUNCTION = YES;
  430. GCC_WARN_UNUSED_VARIABLE = YES;
  431. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  432. MACOSX_DEPLOYMENT_TARGET = 10.10;
  433. MTL_ENABLE_DEBUG_INFO = YES;
  434. ONLY_ACTIVE_ARCH = YES;
  435. PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
  436. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  437. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  438. SWIFT_VERSION = 3.0;
  439. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  440. TVOS_DEPLOYMENT_TARGET = 9.0;
  441. };
  442. name = Debug;
  443. };
  444. DDC9FDB01981B4DD009612C7 /* Release */ = {
  445. isa = XCBuildConfiguration;
  446. buildSettings = {
  447. ALWAYS_SEARCH_USER_PATHS = NO;
  448. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  449. CLANG_CXX_LIBRARY = "libc++";
  450. CLANG_ENABLE_MODULES = YES;
  451. CLANG_ENABLE_OBJC_ARC = YES;
  452. CLANG_WARN_BOOL_CONVERSION = YES;
  453. CLANG_WARN_CONSTANT_CONVERSION = YES;
  454. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  455. CLANG_WARN_EMPTY_BODY = YES;
  456. CLANG_WARN_ENUM_CONVERSION = YES;
  457. CLANG_WARN_INFINITE_RECURSION = YES;
  458. CLANG_WARN_INT_CONVERSION = YES;
  459. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  460. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  461. CLANG_WARN_UNREACHABLE_CODE = YES;
  462. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  463. COPY_PHASE_STRIP = NO;
  464. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  465. ENABLE_NS_ASSERTIONS = NO;
  466. ENABLE_STRICT_OBJC_MSGSEND = YES;
  467. GCC_C_LANGUAGE_STANDARD = gnu99;
  468. GCC_NO_COMMON_BLOCKS = YES;
  469. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  470. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  471. GCC_WARN_UNDECLARED_SELECTOR = YES;
  472. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  473. GCC_WARN_UNUSED_FUNCTION = YES;
  474. GCC_WARN_UNUSED_VARIABLE = YES;
  475. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  476. MACOSX_DEPLOYMENT_TARGET = 10.10;
  477. MTL_ENABLE_DEBUG_INFO = NO;
  478. PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
  479. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  480. SWIFT_VERSION = 3.0;
  481. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  482. TVOS_DEPLOYMENT_TARGET = 9.0;
  483. };
  484. name = Release;
  485. };
  486. EEBCC9E919CC627E0083B827 /* Debug */ = {
  487. isa = XCBuildConfiguration;
  488. buildSettings = {
  489. APPLICATION_EXTENSION_API_ONLY = YES;
  490. CLANG_ENABLE_MODULES = YES;
  491. CURRENT_PROJECT_VERSION = 1.0.0;
  492. DEFINES_MODULE = YES;
  493. DYLIB_INSTALL_NAME_BASE = "@rpath";
  494. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  495. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  496. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  497. PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
  498. PRODUCT_NAME = SnapKit;
  499. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  500. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  501. VERSIONING_SYSTEM = "apple-generic";
  502. };
  503. name = Debug;
  504. };
  505. EEBCC9EA19CC627E0083B827 /* Release */ = {
  506. isa = XCBuildConfiguration;
  507. buildSettings = {
  508. APPLICATION_EXTENSION_API_ONLY = YES;
  509. CLANG_ENABLE_MODULES = YES;
  510. CURRENT_PROJECT_VERSION = 1.0.0;
  511. DEFINES_MODULE = YES;
  512. DYLIB_INSTALL_NAME_BASE = "@rpath";
  513. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  514. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  515. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  516. PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
  517. PRODUCT_NAME = SnapKit;
  518. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  519. VERSIONING_SYSTEM = "apple-generic";
  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. }