project.pbxproj 35 KB

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