project.pbxproj 34 KB

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