project.pbxproj 38 KB

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