project.pbxproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  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. 5D64AC0028D0879500FFEC29 /* libswiftCoreGraphics.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D64ABFF28D0878A00FFEC29 /* libswiftCoreGraphics.tbd */; };
  12. 7E1CB2AE227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E1CB2AD227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift */; };
  13. 7E1CB2B0227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E1CB2AF227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift */; };
  14. EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F5E1C5785BC00C08960 /* Debugging.swift */; };
  15. EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F621C5785C600C08960 /* Constraint.swift */; };
  16. EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F631C5785C600C08960 /* ConstraintDescription.swift */; };
  17. EE235F731C5785C600C08960 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F641C5785C600C08960 /* ConstraintInsets.swift */; };
  18. EE235F761C5785C600C08960 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F651C5785C600C08960 /* ConstraintConfig.swift */; };
  19. EE235F791C5785C600C08960 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F661C5785C600C08960 /* ConstraintView.swift */; };
  20. EE235F7F1C5785C600C08960 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F681C5785C600C08960 /* ConstraintRelation.swift */; };
  21. EE235F851C5785C600C08960 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */; };
  22. EE235F881C5785C600C08960 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6B1C5785C600C08960 /* ConstraintItem.swift */; };
  23. EE235F8B1C5785C600C08960 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */; };
  24. EE235F941C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */; };
  25. EE235F971C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */; };
  26. EE235F9A1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */; };
  27. EE235F9D1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */; };
  28. EE235FA01C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */; };
  29. EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */; };
  30. EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA61C5785D400C08960 /* ConstraintMaker.swift */; };
  31. EE235FAF1C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */; };
  32. EE235FB21C5785D400C08960 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA81C5785D400C08960 /* ConstraintMakerPrioritizable.swift */; };
  33. EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */; };
  34. EE235FB81C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */; };
  35. EE235FBB1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */; };
  36. EE235FC01C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */; };
  37. EE235FC31C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBF1C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift */; };
  38. EE235FC81C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */; };
  39. EE4910991B19A40200A54F1F /* SnapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEBCC9D819CC627D0083B827 /* SnapKit.framework */; };
  40. EE6087751E4F133E0029CF84 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE6087741E4F133E0029CF84 /* ConstraintPriority.swift */; };
  41. EE6898CB1DA7B3A100D47F33 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE6898CA1DA7B3A100D47F33 /* LayoutConstraintItem.swift */; };
  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. 5D64ABFF28D0878A00FFEC29 /* libswiftCoreGraphics.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libswiftCoreGraphics.tbd; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.0.sdk/usr/lib/swift/libswiftCoreGraphics.tbd; sourceTree = DEVELOPER_DIR; };
  55. 7E1CB2AD227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstraintDirectionalInsetTarget.swift; sourceTree = "<group>"; };
  56. 7E1CB2AF227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstraintDirectionalInsets.swift; sourceTree = "<group>"; };
  57. EE235F5E1C5785BC00C08960 /* Debugging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Debugging.swift; sourceTree = "<group>"; };
  58. EE235F621C5785C600C08960 /* Constraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
  59. EE235F631C5785C600C08960 /* ConstraintDescription.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintDescription.swift; sourceTree = "<group>"; };
  60. EE235F641C5785C600C08960 /* ConstraintInsets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintInsets.swift; sourceTree = "<group>"; };
  61. EE235F651C5785C600C08960 /* ConstraintConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintConfig.swift; sourceTree = "<group>"; };
  62. EE235F661C5785C600C08960 /* ConstraintView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintView.swift; sourceTree = "<group>"; };
  63. EE235F681C5785C600C08960 /* ConstraintRelation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintRelation.swift; sourceTree = "<group>"; };
  64. EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintAttributes.swift; sourceTree = "<group>"; };
  65. EE235F6B1C5785C600C08960 /* ConstraintItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintItem.swift; sourceTree = "<group>"; };
  66. EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; };
  67. EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintRelatableTarget.swift; sourceTree = "<group>"; };
  68. EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintConstantTarget.swift; sourceTree = "<group>"; };
  69. EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintPriorityTarget.swift; sourceTree = "<group>"; };
  70. EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMultiplierTarget.swift; sourceTree = "<group>"; };
  71. EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintOffsetTarget.swift; sourceTree = "<group>"; };
  72. EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintInsetTarget.swift; sourceTree = "<group>"; };
  73. EE235FA61C5785D400C08960 /* ConstraintMaker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
  74. EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerFinalizable.swift; sourceTree = "<group>"; };
  75. EE235FA81C5785D400C08960 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerPrioritizable.swift; sourceTree = "<group>"; };
  76. EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerEditable.swift; sourceTree = "<group>"; };
  77. EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerRelatable.swift; sourceTree = "<group>"; };
  78. EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerExtendable.swift; sourceTree = "<group>"; };
  79. EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintViewDSL.swift; sourceTree = "<group>"; };
  80. EE235FBF1C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutSupportDSL.swift; sourceTree = "<group>"; };
  81. EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ConstraintView+Extensions.swift"; sourceTree = "<group>"; };
  82. EE6087741E4F133E0029CF84 /* ConstraintPriority.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintPriority.swift; sourceTree = "<group>"; };
  83. EE6898CA1DA7B3A100D47F33 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraintItem.swift; sourceTree = "<group>"; };
  84. EE6DB559251D9A6B00E0C374 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  85. EE94F6081AC0F10A008767FF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  86. 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; };
  87. EEBCC9D819CC627D0083B827 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  88. EEBCC9E219CC627E0083B827 /* SnapKit Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SnapKit Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  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. 5D64AC0028D0879500FFEC29 /* libswiftCoreGraphics.tbd in Frameworks */,
  112. );
  113. runOnlyForDeploymentPostprocessing = 0;
  114. };
  115. /* End PBXFrameworksBuildPhase section */
  116. /* Begin PBXGroup section */
  117. DDC9FD8C1981B4DD009612C7 = {
  118. isa = PBXGroup;
  119. children = (
  120. EE6DB557251D9A6B00E0C374 /* Supporting Files */,
  121. EECDB35D1AC0C95C006BBC11 /* Sources */,
  122. EE94F60C1AC0F113008767FF /* Frameworks */,
  123. DDC9FD961981B4DD009612C7 /* Products */,
  124. );
  125. sourceTree = "<group>";
  126. };
  127. DDC9FD961981B4DD009612C7 /* Products */ = {
  128. isa = PBXGroup;
  129. children = (
  130. EEBCC9D819CC627D0083B827 /* SnapKit.framework */,
  131. EEBCC9E219CC627E0083B827 /* SnapKit Tests.xctest */,
  132. );
  133. name = Products;
  134. sourceTree = "<group>";
  135. };
  136. EE235F581C57858700C08960 /* Extensions */ = {
  137. isa = PBXGroup;
  138. children = (
  139. EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */,
  140. EEF68FAF1D784FB100980C26 /* ConstraintLayoutGuide+Extensions.swift */,
  141. EEF68FB31D784FBA00980C26 /* UILayoutSupport+Extensions.swift */,
  142. 3CA7D6C124592D4D005E10C2 /* ConstraintMakerRelatable+Extensions.swift */,
  143. );
  144. name = Extensions;
  145. sourceTree = "<group>";
  146. };
  147. EE235F591C57859200C08960 /* DSLs */ = {
  148. isa = PBXGroup;
  149. children = (
  150. EEF68FA51D784A5300980C26 /* ConstraintDSL.swift */,
  151. EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */,
  152. EEF68F9D1D78492400980C26 /* ConstraintLayoutGuideDSL.swift */,
  153. EE235FBF1C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift */,
  154. );
  155. name = DSLs;
  156. sourceTree = "<group>";
  157. };
  158. EE235F5A1C57859900C08960 /* Maker */ = {
  159. isa = PBXGroup;
  160. children = (
  161. EE235FA61C5785D400C08960 /* ConstraintMaker.swift */,
  162. EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */,
  163. EE235FA81C5785D400C08960 /* ConstraintMakerPrioritizable.swift */,
  164. EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */,
  165. EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */,
  166. EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */,
  167. );
  168. name = Maker;
  169. sourceTree = "<group>";
  170. };
  171. EE235F5B1C57859E00C08960 /* Targets */ = {
  172. isa = PBXGroup;
  173. children = (
  174. EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */,
  175. EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */,
  176. EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */,
  177. EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */,
  178. EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */,
  179. EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */,
  180. 7E1CB2AD227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift */,
  181. );
  182. name = Targets;
  183. sourceTree = "<group>";
  184. };
  185. EE235F5C1C5785A400C08960 /* Models */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 2DBA080D1F1FAD66001CFED4 /* Typealiases.swift */,
  189. EE235F621C5785C600C08960 /* Constraint.swift */,
  190. EE235F631C5785C600C08960 /* ConstraintDescription.swift */,
  191. EE235F641C5785C600C08960 /* ConstraintInsets.swift */,
  192. 7E1CB2AF227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift */,
  193. EE235F651C5785C600C08960 /* ConstraintConfig.swift */,
  194. EE235F661C5785C600C08960 /* ConstraintView.swift */,
  195. EEF68FBB1D78653000980C26 /* ConstraintLayoutGuide.swift */,
  196. EEF68FBF1D7865AA00980C26 /* ConstraintLayoutSupport.swift */,
  197. EE235F681C5785C600C08960 /* ConstraintRelation.swift */,
  198. EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */,
  199. EE235F6B1C5785C600C08960 /* ConstraintItem.swift */,
  200. EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */,
  201. EE6898CA1DA7B3A100D47F33 /* LayoutConstraintItem.swift */,
  202. EE6087741E4F133E0029CF84 /* ConstraintPriority.swift */,
  203. );
  204. name = Models;
  205. sourceTree = "<group>";
  206. };
  207. EE235F5D1C5785AC00C08960 /* Debugging */ = {
  208. isa = PBXGroup;
  209. children = (
  210. EE235F5E1C5785BC00C08960 /* Debugging.swift */,
  211. );
  212. name = Debugging;
  213. sourceTree = "<group>";
  214. };
  215. EE6DB557251D9A6B00E0C374 /* Supporting Files */ = {
  216. isa = PBXGroup;
  217. children = (
  218. EE6DB559251D9A6B00E0C374 /* Info.plist */,
  219. );
  220. path = "Supporting Files";
  221. sourceTree = "<group>";
  222. };
  223. EE94F60C1AC0F113008767FF /* Frameworks */ = {
  224. isa = PBXGroup;
  225. children = (
  226. 5D64ABFF28D0878A00FFEC29 /* libswiftCoreGraphics.tbd */,
  227. 537DCE9A1C35CD4100B5B899 /* UIKit.framework */,
  228. EE94F60A1AC0F10F008767FF /* AppKit.framework */,
  229. EE94F6081AC0F10A008767FF /* UIKit.framework */,
  230. );
  231. name = Frameworks;
  232. sourceTree = "<group>";
  233. };
  234. EECDB35D1AC0C95C006BBC11 /* Sources */ = {
  235. isa = PBXGroup;
  236. children = (
  237. EE235F581C57858700C08960 /* Extensions */,
  238. EE235F591C57859200C08960 /* DSLs */,
  239. EE235F5A1C57859900C08960 /* Maker */,
  240. EE235F5B1C57859E00C08960 /* Targets */,
  241. EE235F5C1C5785A400C08960 /* Models */,
  242. EE235F5D1C5785AC00C08960 /* Debugging */,
  243. EECDB3681AC0C95C006BBC11 /* Tests */,
  244. );
  245. path = Sources;
  246. sourceTree = "<group>";
  247. };
  248. EECDB3681AC0C95C006BBC11 /* Tests */ = {
  249. isa = PBXGroup;
  250. children = (
  251. EECDB3691AC0C95C006BBC11 /* Info.plist */,
  252. EECDB36A1AC0C95C006BBC11 /* Tests.swift */,
  253. );
  254. name = Tests;
  255. path = ../Tests;
  256. sourceTree = "<group>";
  257. };
  258. /* End PBXGroup section */
  259. /* Begin PBXHeadersBuildPhase section */
  260. EEBCC9D519CC627D0083B827 /* Headers */ = {
  261. isa = PBXHeadersBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  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 = 1230;
  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 /* ConstraintMakerPrioritizable.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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  437. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  438. CLANG_WARN_STRICT_PROTOTYPES = YES;
  439. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  440. CLANG_WARN_UNREACHABLE_CODE = YES;
  441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  442. COPY_PHASE_STRIP = NO;
  443. DEBUG_INFORMATION_FORMAT = dwarf;
  444. ENABLE_STRICT_OBJC_MSGSEND = YES;
  445. ENABLE_TESTABILITY = YES;
  446. GCC_C_LANGUAGE_STANDARD = gnu99;
  447. GCC_DYNAMIC_NO_PIC = NO;
  448. GCC_NO_COMMON_BLOCKS = YES;
  449. GCC_OPTIMIZATION_LEVEL = 0;
  450. GCC_PREPROCESSOR_DEFINITIONS = (
  451. "DEBUG=1",
  452. "$(inherited)",
  453. );
  454. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  455. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  456. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  457. GCC_WARN_UNDECLARED_SELECTOR = YES;
  458. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  459. GCC_WARN_UNUSED_FUNCTION = YES;
  460. GCC_WARN_UNUSED_VARIABLE = YES;
  461. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  462. MACOSX_DEPLOYMENT_TARGET = 10.10;
  463. MTL_ENABLE_DEBUG_INFO = YES;
  464. ONLY_ACTIVE_ARCH = YES;
  465. PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
  466. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  467. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  468. SWIFT_VERSION = 3.0;
  469. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  470. TVOS_DEPLOYMENT_TARGET = 9.0;
  471. };
  472. name = Debug;
  473. };
  474. DDC9FDB01981B4DD009612C7 /* Release */ = {
  475. isa = XCBuildConfiguration;
  476. buildSettings = {
  477. ALWAYS_SEARCH_USER_PATHS = NO;
  478. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  479. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  480. CLANG_CXX_LIBRARY = "libc++";
  481. CLANG_ENABLE_MODULES = YES;
  482. CLANG_ENABLE_OBJC_ARC = YES;
  483. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  484. CLANG_WARN_BOOL_CONVERSION = YES;
  485. CLANG_WARN_COMMA = YES;
  486. CLANG_WARN_CONSTANT_CONVERSION = YES;
  487. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  488. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  489. CLANG_WARN_EMPTY_BODY = YES;
  490. CLANG_WARN_ENUM_CONVERSION = YES;
  491. CLANG_WARN_INFINITE_RECURSION = YES;
  492. CLANG_WARN_INT_CONVERSION = YES;
  493. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  494. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  495. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  496. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  497. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  498. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  499. CLANG_WARN_STRICT_PROTOTYPES = YES;
  500. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  501. CLANG_WARN_UNREACHABLE_CODE = YES;
  502. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  503. COPY_PHASE_STRIP = NO;
  504. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  505. ENABLE_NS_ASSERTIONS = NO;
  506. ENABLE_STRICT_OBJC_MSGSEND = YES;
  507. GCC_C_LANGUAGE_STANDARD = gnu99;
  508. GCC_NO_COMMON_BLOCKS = YES;
  509. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  510. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  511. GCC_WARN_UNDECLARED_SELECTOR = YES;
  512. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  513. GCC_WARN_UNUSED_FUNCTION = YES;
  514. GCC_WARN_UNUSED_VARIABLE = YES;
  515. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  516. MACOSX_DEPLOYMENT_TARGET = 10.10;
  517. MTL_ENABLE_DEBUG_INFO = NO;
  518. PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
  519. SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
  520. SWIFT_VERSION = 3.0;
  521. TARGETED_DEVICE_FAMILY = "1,2,3,4";
  522. TVOS_DEPLOYMENT_TARGET = 9.0;
  523. };
  524. name = Release;
  525. };
  526. EEBCC9E919CC627E0083B827 /* Debug */ = {
  527. isa = XCBuildConfiguration;
  528. buildSettings = {
  529. APPLICATION_EXTENSION_API_ONLY = YES;
  530. CLANG_ENABLE_MODULES = YES;
  531. CURRENT_PROJECT_VERSION = 1.0.0;
  532. DEFINES_MODULE = YES;
  533. DYLIB_COMPATIBILITY_VERSION = 1;
  534. DYLIB_CURRENT_VERSION = 1;
  535. DYLIB_INSTALL_NAME_BASE = "@rpath";
  536. INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
  537. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  538. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  539. MACOSX_DEPLOYMENT_TARGET = 10.11;
  540. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  541. PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
  542. PRODUCT_NAME = SnapKit;
  543. SKIP_INSTALL = YES;
  544. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  545. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  546. SWIFT_VERSION = 5.0;
  547. VERSIONING_SYSTEM = "apple-generic";
  548. };
  549. name = Debug;
  550. };
  551. EEBCC9EA19CC627E0083B827 /* Release */ = {
  552. isa = XCBuildConfiguration;
  553. buildSettings = {
  554. APPLICATION_EXTENSION_API_ONLY = YES;
  555. CLANG_ENABLE_MODULES = YES;
  556. CURRENT_PROJECT_VERSION = 1.0.0;
  557. DEFINES_MODULE = YES;
  558. DYLIB_COMPATIBILITY_VERSION = 1;
  559. DYLIB_CURRENT_VERSION = 1;
  560. DYLIB_INSTALL_NAME_BASE = "@rpath";
  561. INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
  562. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  563. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  564. MACOSX_DEPLOYMENT_TARGET = 10.11;
  565. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  566. PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
  567. PRODUCT_NAME = SnapKit;
  568. SKIP_INSTALL = YES;
  569. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  570. SWIFT_VERSION = 5.0;
  571. VERSIONING_SYSTEM = "apple-generic";
  572. };
  573. name = Release;
  574. };
  575. EEBCC9EC19CC627E0083B827 /* Debug */ = {
  576. isa = XCBuildConfiguration;
  577. buildSettings = {
  578. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  579. DEVELOPMENT_TEAM = "";
  580. INFOPLIST_FILE = "$(SRCROOT)/Tests/SnapKitTests/Info.plist";
  581. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  582. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks";
  583. MACOSX_DEPLOYMENT_TARGET = 10.11;
  584. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  585. PRODUCT_NAME = "$(TARGET_NAME)";
  586. SWIFT_VERSION = 4.2;
  587. };
  588. name = Debug;
  589. };
  590. EEBCC9ED19CC627E0083B827 /* Release */ = {
  591. isa = XCBuildConfiguration;
  592. buildSettings = {
  593. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  594. DEVELOPMENT_TEAM = "";
  595. INFOPLIST_FILE = "$(SRCROOT)/Tests/SnapKitTests/Info.plist";
  596. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  597. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks";
  598. MACOSX_DEPLOYMENT_TARGET = 10.11;
  599. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  600. PRODUCT_NAME = "$(TARGET_NAME)";
  601. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  602. SWIFT_VERSION = 4.2;
  603. };
  604. name = Release;
  605. };
  606. /* End XCBuildConfiguration section */
  607. /* Begin XCConfigurationList section */
  608. DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */ = {
  609. isa = XCConfigurationList;
  610. buildConfigurations = (
  611. DDC9FDAF1981B4DD009612C7 /* Debug */,
  612. DDC9FDB01981B4DD009612C7 /* Release */,
  613. );
  614. defaultConfigurationIsVisible = 0;
  615. defaultConfigurationName = Release;
  616. };
  617. EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit" */ = {
  618. isa = XCConfigurationList;
  619. buildConfigurations = (
  620. EEBCC9E919CC627E0083B827 /* Debug */,
  621. EEBCC9EA19CC627E0083B827 /* Release */,
  622. );
  623. defaultConfigurationIsVisible = 0;
  624. defaultConfigurationName = Release;
  625. };
  626. EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit Tests" */ = {
  627. isa = XCConfigurationList;
  628. buildConfigurations = (
  629. EEBCC9EC19CC627E0083B827 /* Debug */,
  630. EEBCC9ED19CC627E0083B827 /* Release */,
  631. );
  632. defaultConfigurationIsVisible = 0;
  633. defaultConfigurationName = Release;
  634. };
  635. /* End XCConfigurationList section */
  636. };
  637. rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
  638. }