project.pbxproj 36 KB

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