project.pbxproj 36 KB

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