project.pbxproj 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 537DCE9B1C35CD4100B5B899 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 537DCE9A1C35CD4100B5B899 /* UIKit.framework */; };
  10. 537DCEA01C35CDF800B5B899 /* SnapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EECDB3661AC0C95C006BBC11 /* SnapKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 537DCEB41C35D90A00B5B899 /* SnapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 537DCE921C35CC8800B5B899 /* SnapKit.framework */; };
  12. 537DCEBA1C35DA9700B5B899 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB36A1AC0C95C006BBC11 /* Tests.swift */; };
  13. EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F5E1C5785BC00C08960 /* Debugging.swift */; };
  14. EE235F601C5785BC00C08960 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F5E1C5785BC00C08960 /* Debugging.swift */; };
  15. EE235F611C5785BC00C08960 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F5E1C5785BC00C08960 /* Debugging.swift */; };
  16. EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F621C5785C600C08960 /* Constraint.swift */; };
  17. EE235F6E1C5785C600C08960 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F621C5785C600C08960 /* Constraint.swift */; };
  18. EE235F6F1C5785C600C08960 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F621C5785C600C08960 /* Constraint.swift */; };
  19. EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F631C5785C600C08960 /* ConstraintDescription.swift */; };
  20. EE235F711C5785C600C08960 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F631C5785C600C08960 /* ConstraintDescription.swift */; };
  21. EE235F721C5785C600C08960 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F631C5785C600C08960 /* ConstraintDescription.swift */; };
  22. EE235F731C5785C600C08960 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F641C5785C600C08960 /* ConstraintInsets.swift */; };
  23. EE235F741C5785C600C08960 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F641C5785C600C08960 /* ConstraintInsets.swift */; };
  24. EE235F751C5785C600C08960 /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F641C5785C600C08960 /* ConstraintInsets.swift */; };
  25. EE235F761C5785C600C08960 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F651C5785C600C08960 /* ConstraintConfig.swift */; };
  26. EE235F771C5785C600C08960 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F651C5785C600C08960 /* ConstraintConfig.swift */; };
  27. EE235F781C5785C600C08960 /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F651C5785C600C08960 /* ConstraintConfig.swift */; };
  28. EE235F791C5785C600C08960 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F661C5785C600C08960 /* ConstraintView.swift */; };
  29. EE235F7A1C5785C600C08960 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F661C5785C600C08960 /* ConstraintView.swift */; };
  30. EE235F7B1C5785C600C08960 /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F661C5785C600C08960 /* ConstraintView.swift */; };
  31. EE235F7C1C5785C600C08960 /* ConstraintViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F671C5785C600C08960 /* ConstraintViewController.swift */; };
  32. EE235F7D1C5785C600C08960 /* ConstraintViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F671C5785C600C08960 /* ConstraintViewController.swift */; };
  33. EE235F7E1C5785C600C08960 /* ConstraintViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F671C5785C600C08960 /* ConstraintViewController.swift */; };
  34. EE235F7F1C5785C600C08960 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F681C5785C600C08960 /* ConstraintRelation.swift */; };
  35. EE235F801C5785C600C08960 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F681C5785C600C08960 /* ConstraintRelation.swift */; };
  36. EE235F811C5785C600C08960 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F681C5785C600C08960 /* ConstraintRelation.swift */; };
  37. EE235F821C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F691C5785C600C08960 /* ConstraintLayoutSupport.swift */; };
  38. EE235F831C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F691C5785C600C08960 /* ConstraintLayoutSupport.swift */; };
  39. EE235F841C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F691C5785C600C08960 /* ConstraintLayoutSupport.swift */; };
  40. EE235F851C5785C600C08960 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */; };
  41. EE235F861C5785C600C08960 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */; };
  42. EE235F871C5785C600C08960 /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */; };
  43. EE235F881C5785C600C08960 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6B1C5785C600C08960 /* ConstraintItem.swift */; };
  44. EE235F891C5785C600C08960 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6B1C5785C600C08960 /* ConstraintItem.swift */; };
  45. EE235F8A1C5785C600C08960 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6B1C5785C600C08960 /* ConstraintItem.swift */; };
  46. EE235F8B1C5785C600C08960 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */; };
  47. EE235F8C1C5785C600C08960 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */; };
  48. EE235F8D1C5785C600C08960 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */; };
  49. EE235F941C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */; };
  50. EE235F951C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */; };
  51. EE235F961C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */; };
  52. EE235F971C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */; };
  53. EE235F981C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */; };
  54. EE235F991C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */; };
  55. EE235F9A1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */; };
  56. EE235F9B1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */; };
  57. EE235F9C1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */; };
  58. EE235F9D1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */; };
  59. EE235F9E1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */; };
  60. EE235F9F1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */; };
  61. EE235FA01C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */; };
  62. EE235FA11C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */; };
  63. EE235FA21C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */; };
  64. EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */; };
  65. EE235FA41C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */; };
  66. EE235FA51C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */; };
  67. EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA61C5785D400C08960 /* ConstraintMaker.swift */; };
  68. EE235FAD1C5785D400C08960 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA61C5785D400C08960 /* ConstraintMaker.swift */; };
  69. EE235FAE1C5785D400C08960 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA61C5785D400C08960 /* ConstraintMaker.swift */; };
  70. EE235FAF1C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */; };
  71. EE235FB01C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */; };
  72. EE235FB11C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */; };
  73. EE235FB21C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */; };
  74. EE235FB31C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */; };
  75. EE235FB41C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */; };
  76. EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */; };
  77. EE235FB61C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */; };
  78. EE235FB71C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */; };
  79. EE235FB81C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */; };
  80. EE235FB91C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */; };
  81. EE235FBA1C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */; };
  82. EE235FBB1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */; };
  83. EE235FBC1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */; };
  84. EE235FBD1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */; };
  85. EE235FC01C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */; };
  86. EE235FC11C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */; };
  87. EE235FC21C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */; };
  88. EE235FC31C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBF1C5785DC00C08960 /* ConstraintViewControllerDSL.swift */; };
  89. EE235FC41C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBF1C5785DC00C08960 /* ConstraintViewControllerDSL.swift */; };
  90. EE235FC51C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FBF1C5785DC00C08960 /* ConstraintViewControllerDSL.swift */; };
  91. EE235FC81C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */; };
  92. EE235FC91C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */; };
  93. EE235FCA1C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */; };
  94. EE235FCB1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FC71C5785E200C08960 /* ConstraintViewController+Extensions.swift */; };
  95. EE235FCC1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FC71C5785E200C08960 /* ConstraintViewController+Extensions.swift */; };
  96. EE235FCD1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FC71C5785E200C08960 /* ConstraintViewController+Extensions.swift */; };
  97. EE4910991B19A40200A54F1F /* SnapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEBCC9D819CC627D0083B827 /* SnapKit.framework */; };
  98. EE94F6091AC0F10A008767FF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE94F6081AC0F10A008767FF /* UIKit.framework */; };
  99. EE94F60B1AC0F10F008767FF /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE94F60A1AC0F10F008767FF /* AppKit.framework */; };
  100. EE94F6111AC0F146008767FF /* SnapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EECDB37A1AC0C9D4006BBC11 /* SnapKit.framework */; };
  101. EECDB3741AC0C9B6006BBC11 /* SnapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EECDB3661AC0C95C006BBC11 /* SnapKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  102. EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB36A1AC0C95C006BBC11 /* Tests.swift */; };
  103. EECDB3941AC0CB52006BBC11 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB36A1AC0C95C006BBC11 /* Tests.swift */; };
  104. EECDB39D1AC0CC03006BBC11 /* SnapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EECDB3661AC0C95C006BBC11 /* SnapKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  105. /* End PBXBuildFile section */
  106. /* Begin PBXContainerItemProxy section */
  107. EECDB3861AC0C9D4006BBC11 /* PBXContainerItemProxy */ = {
  108. isa = PBXContainerItemProxy;
  109. containerPortal = DDC9FD8D1981B4DD009612C7 /* Project object */;
  110. proxyType = 1;
  111. remoteGlobalIDString = EECDB3791AC0C9D4006BBC11;
  112. remoteInfo = "SnapKit OSX";
  113. };
  114. /* End PBXContainerItemProxy section */
  115. /* Begin PBXFileReference section */
  116. 537DCE921C35CC8800B5B899 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  117. 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; };
  118. 537DCEAF1C35D90A00B5B899 /* SnapKit tvOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SnapKit tvOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  119. EE235F5E1C5785BC00C08960 /* Debugging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Debugging.swift; sourceTree = "<group>"; };
  120. EE235F621C5785C600C08960 /* Constraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
  121. EE235F631C5785C600C08960 /* ConstraintDescription.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintDescription.swift; sourceTree = "<group>"; };
  122. EE235F641C5785C600C08960 /* ConstraintInsets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintInsets.swift; sourceTree = "<group>"; };
  123. EE235F651C5785C600C08960 /* ConstraintConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintConfig.swift; sourceTree = "<group>"; };
  124. EE235F661C5785C600C08960 /* ConstraintView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintView.swift; sourceTree = "<group>"; };
  125. EE235F671C5785C600C08960 /* ConstraintViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintViewController.swift; sourceTree = "<group>"; };
  126. EE235F681C5785C600C08960 /* ConstraintRelation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintRelation.swift; sourceTree = "<group>"; };
  127. EE235F691C5785C600C08960 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutSupport.swift; sourceTree = "<group>"; };
  128. EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintAttributes.swift; sourceTree = "<group>"; };
  129. EE235F6B1C5785C600C08960 /* ConstraintItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintItem.swift; sourceTree = "<group>"; };
  130. EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; };
  131. EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintRelatableTarget.swift; sourceTree = "<group>"; };
  132. EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintConstantTarget.swift; sourceTree = "<group>"; };
  133. EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintPriorityTarget.swift; sourceTree = "<group>"; };
  134. EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMultiplierTarget.swift; sourceTree = "<group>"; };
  135. EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintOffsetTarget.swift; sourceTree = "<group>"; };
  136. EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintInsetTarget.swift; sourceTree = "<group>"; };
  137. EE235FA61C5785D400C08960 /* ConstraintMaker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
  138. EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerFinalizable.swift; sourceTree = "<group>"; };
  139. EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerPriortizable.swift; sourceTree = "<group>"; };
  140. EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerEditable.swift; sourceTree = "<group>"; };
  141. EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerRelatable.swift; sourceTree = "<group>"; };
  142. EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerExtendable.swift; sourceTree = "<group>"; };
  143. EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintViewDSL.swift; sourceTree = "<group>"; };
  144. EE235FBF1C5785DC00C08960 /* ConstraintViewControllerDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintViewControllerDSL.swift; sourceTree = "<group>"; };
  145. EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ConstraintView+Extensions.swift"; sourceTree = "<group>"; };
  146. EE235FC71C5785E200C08960 /* ConstraintViewController+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ConstraintViewController+Extensions.swift"; sourceTree = "<group>"; };
  147. EE94F6081AC0F10A008767FF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  148. 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; };
  149. EEBCC9D819CC627D0083B827 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  150. EEBCC9E219CC627E0083B827 /* SnapKit iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SnapKit iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  151. EECDB3641AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  152. EECDB3661AC0C95C006BBC11 /* SnapKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SnapKit.h; sourceTree = "<group>"; };
  153. EECDB3691AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  154. EECDB36A1AC0C95C006BBC11 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
  155. EECDB37A1AC0C9D4006BBC11 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  156. EECDB3841AC0C9D4006BBC11 /* SnapKit OSX Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SnapKit OSX Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  157. /* End PBXFileReference section */
  158. /* Begin PBXFrameworksBuildPhase section */
  159. 537DCE8E1C35CC8800B5B899 /* Frameworks */ = {
  160. isa = PBXFrameworksBuildPhase;
  161. buildActionMask = 2147483647;
  162. files = (
  163. 537DCE9B1C35CD4100B5B899 /* UIKit.framework in Frameworks */,
  164. );
  165. runOnlyForDeploymentPostprocessing = 0;
  166. };
  167. 537DCEAC1C35D90A00B5B899 /* Frameworks */ = {
  168. isa = PBXFrameworksBuildPhase;
  169. buildActionMask = 2147483647;
  170. files = (
  171. 537DCEB41C35D90A00B5B899 /* SnapKit.framework in Frameworks */,
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. };
  175. EE94F60D1AC0F132008767FF /* Frameworks */ = {
  176. isa = PBXFrameworksBuildPhase;
  177. buildActionMask = 2147483647;
  178. files = (
  179. EE94F6111AC0F146008767FF /* SnapKit.framework in Frameworks */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. EE94F60E1AC0F136008767FF /* Frameworks */ = {
  184. isa = PBXFrameworksBuildPhase;
  185. buildActionMask = 2147483647;
  186. files = (
  187. EE4910991B19A40200A54F1F /* SnapKit.framework in Frameworks */,
  188. );
  189. runOnlyForDeploymentPostprocessing = 0;
  190. };
  191. EEBCC9D419CC627D0083B827 /* Frameworks */ = {
  192. isa = PBXFrameworksBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. EE94F6091AC0F10A008767FF /* UIKit.framework in Frameworks */,
  196. );
  197. runOnlyForDeploymentPostprocessing = 0;
  198. };
  199. EECDB3761AC0C9D4006BBC11 /* Frameworks */ = {
  200. isa = PBXFrameworksBuildPhase;
  201. buildActionMask = 2147483647;
  202. files = (
  203. EE94F60B1AC0F10F008767FF /* AppKit.framework in Frameworks */,
  204. );
  205. runOnlyForDeploymentPostprocessing = 0;
  206. };
  207. /* End PBXFrameworksBuildPhase section */
  208. /* Begin PBXGroup section */
  209. DDC9FD8C1981B4DD009612C7 = {
  210. isa = PBXGroup;
  211. children = (
  212. EECDB35D1AC0C95C006BBC11 /* Source */,
  213. EE94F60C1AC0F113008767FF /* Frameworks */,
  214. DDC9FD961981B4DD009612C7 /* Products */,
  215. );
  216. sourceTree = "<group>";
  217. };
  218. DDC9FD961981B4DD009612C7 /* Products */ = {
  219. isa = PBXGroup;
  220. children = (
  221. EEBCC9D819CC627D0083B827 /* SnapKit.framework */,
  222. EEBCC9E219CC627E0083B827 /* SnapKit iOS Tests.xctest */,
  223. EECDB37A1AC0C9D4006BBC11 /* SnapKit.framework */,
  224. EECDB3841AC0C9D4006BBC11 /* SnapKit OSX Tests.xctest */,
  225. 537DCE921C35CC8800B5B899 /* SnapKit.framework */,
  226. 537DCEAF1C35D90A00B5B899 /* SnapKit tvOS Tests.xctest */,
  227. );
  228. name = Products;
  229. sourceTree = "<group>";
  230. };
  231. EE235F581C57858700C08960 /* Extensions */ = {
  232. isa = PBXGroup;
  233. children = (
  234. EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */,
  235. EE235FC71C5785E200C08960 /* ConstraintViewController+Extensions.swift */,
  236. );
  237. name = Extensions;
  238. sourceTree = "<group>";
  239. };
  240. EE235F591C57859200C08960 /* DSLs */ = {
  241. isa = PBXGroup;
  242. children = (
  243. EE235FBE1C5785DC00C08960 /* ConstraintViewDSL.swift */,
  244. EE235FBF1C5785DC00C08960 /* ConstraintViewControllerDSL.swift */,
  245. );
  246. name = DSLs;
  247. sourceTree = "<group>";
  248. };
  249. EE235F5A1C57859900C08960 /* Maker */ = {
  250. isa = PBXGroup;
  251. children = (
  252. EE235FA61C5785D400C08960 /* ConstraintMaker.swift */,
  253. EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */,
  254. EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */,
  255. EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */,
  256. EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */,
  257. EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */,
  258. );
  259. name = Maker;
  260. sourceTree = "<group>";
  261. };
  262. EE235F5B1C57859E00C08960 /* Targets */ = {
  263. isa = PBXGroup;
  264. children = (
  265. EE235F8E1C5785CE00C08960 /* ConstraintRelatableTarget.swift */,
  266. EE235F8F1C5785CE00C08960 /* ConstraintConstantTarget.swift */,
  267. EE235F901C5785CE00C08960 /* ConstraintPriorityTarget.swift */,
  268. EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */,
  269. EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */,
  270. EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */,
  271. );
  272. name = Targets;
  273. sourceTree = "<group>";
  274. };
  275. EE235F5C1C5785A400C08960 /* Models */ = {
  276. isa = PBXGroup;
  277. children = (
  278. EE235F621C5785C600C08960 /* Constraint.swift */,
  279. EE235F631C5785C600C08960 /* ConstraintDescription.swift */,
  280. EE235F641C5785C600C08960 /* ConstraintInsets.swift */,
  281. EE235F651C5785C600C08960 /* ConstraintConfig.swift */,
  282. EE235F661C5785C600C08960 /* ConstraintView.swift */,
  283. EE235F671C5785C600C08960 /* ConstraintViewController.swift */,
  284. EE235F681C5785C600C08960 /* ConstraintRelation.swift */,
  285. EE235F691C5785C600C08960 /* ConstraintLayoutSupport.swift */,
  286. EE235F6A1C5785C600C08960 /* ConstraintAttributes.swift */,
  287. EE235F6B1C5785C600C08960 /* ConstraintItem.swift */,
  288. EE235F6C1C5785C600C08960 /* LayoutConstraint.swift */,
  289. );
  290. name = Models;
  291. sourceTree = "<group>";
  292. };
  293. EE235F5D1C5785AC00C08960 /* Debugging */ = {
  294. isa = PBXGroup;
  295. children = (
  296. EE235F5E1C5785BC00C08960 /* Debugging.swift */,
  297. );
  298. name = Debugging;
  299. sourceTree = "<group>";
  300. };
  301. EE94F60C1AC0F113008767FF /* Frameworks */ = {
  302. isa = PBXGroup;
  303. children = (
  304. 537DCE9A1C35CD4100B5B899 /* UIKit.framework */,
  305. EE94F60A1AC0F10F008767FF /* AppKit.framework */,
  306. EE94F6081AC0F10A008767FF /* UIKit.framework */,
  307. );
  308. name = Frameworks;
  309. sourceTree = "<group>";
  310. };
  311. EECDB35D1AC0C95C006BBC11 /* Source */ = {
  312. isa = PBXGroup;
  313. children = (
  314. EECDB3661AC0C95C006BBC11 /* SnapKit.h */,
  315. EE235F581C57858700C08960 /* Extensions */,
  316. EE235F591C57859200C08960 /* DSLs */,
  317. EE235F5A1C57859900C08960 /* Maker */,
  318. EE235F5B1C57859E00C08960 /* Targets */,
  319. EE235F5C1C5785A400C08960 /* Models */,
  320. EE235F5D1C5785AC00C08960 /* Debugging */,
  321. EECDB36B1AC0C967006BBC11 /* Supporting Files */,
  322. EECDB3681AC0C95C006BBC11 /* Tests */,
  323. );
  324. path = Source;
  325. sourceTree = "<group>";
  326. };
  327. EECDB3681AC0C95C006BBC11 /* Tests */ = {
  328. isa = PBXGroup;
  329. children = (
  330. EECDB3691AC0C95C006BBC11 /* Info.plist */,
  331. EECDB36A1AC0C95C006BBC11 /* Tests.swift */,
  332. );
  333. name = Tests;
  334. path = ../Tests;
  335. sourceTree = "<group>";
  336. };
  337. EECDB36B1AC0C967006BBC11 /* Supporting Files */ = {
  338. isa = PBXGroup;
  339. children = (
  340. EECDB3641AC0C95C006BBC11 /* Info.plist */,
  341. );
  342. name = "Supporting Files";
  343. sourceTree = "<group>";
  344. };
  345. /* End PBXGroup section */
  346. /* Begin PBXHeadersBuildPhase section */
  347. 537DCE8F1C35CC8800B5B899 /* Headers */ = {
  348. isa = PBXHeadersBuildPhase;
  349. buildActionMask = 2147483647;
  350. files = (
  351. 537DCEA01C35CDF800B5B899 /* SnapKit.h in Headers */,
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. EEBCC9D519CC627D0083B827 /* Headers */ = {
  356. isa = PBXHeadersBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. EECDB3741AC0C9B6006BBC11 /* SnapKit.h in Headers */,
  360. );
  361. runOnlyForDeploymentPostprocessing = 0;
  362. };
  363. EECDB3771AC0C9D4006BBC11 /* Headers */ = {
  364. isa = PBXHeadersBuildPhase;
  365. buildActionMask = 2147483647;
  366. files = (
  367. EECDB39D1AC0CC03006BBC11 /* SnapKit.h in Headers */,
  368. );
  369. runOnlyForDeploymentPostprocessing = 0;
  370. };
  371. /* End PBXHeadersBuildPhase section */
  372. /* Begin PBXNativeTarget section */
  373. 537DCE911C35CC8800B5B899 /* SnapKit tvOS */ = {
  374. isa = PBXNativeTarget;
  375. buildConfigurationList = 537DCE991C35CC8800B5B899 /* Build configuration list for PBXNativeTarget "SnapKit tvOS" */;
  376. buildPhases = (
  377. 537DCE8D1C35CC8800B5B899 /* Sources */,
  378. 537DCE8E1C35CC8800B5B899 /* Frameworks */,
  379. 537DCE8F1C35CC8800B5B899 /* Headers */,
  380. 537DCE901C35CC8800B5B899 /* Resources */,
  381. );
  382. buildRules = (
  383. );
  384. dependencies = (
  385. );
  386. name = "SnapKit tvOS";
  387. productName = "SnapKit tvOS";
  388. productReference = 537DCE921C35CC8800B5B899 /* SnapKit.framework */;
  389. productType = "com.apple.product-type.framework";
  390. };
  391. 537DCEAE1C35D90A00B5B899 /* SnapKit tvOS Tests */ = {
  392. isa = PBXNativeTarget;
  393. buildConfigurationList = 537DCEB91C35D90A00B5B899 /* Build configuration list for PBXNativeTarget "SnapKit tvOS Tests" */;
  394. buildPhases = (
  395. 537DCEAB1C35D90A00B5B899 /* Sources */,
  396. 537DCEAC1C35D90A00B5B899 /* Frameworks */,
  397. 537DCEAD1C35D90A00B5B899 /* Resources */,
  398. );
  399. buildRules = (
  400. );
  401. dependencies = (
  402. );
  403. name = "SnapKit tvOS Tests";
  404. productName = "SnapKit tvOS Tests";
  405. productReference = 537DCEAF1C35D90A00B5B899 /* SnapKit tvOS Tests.xctest */;
  406. productType = "com.apple.product-type.bundle.unit-test";
  407. };
  408. EEBCC9D719CC627D0083B827 /* SnapKit iOS */ = {
  409. isa = PBXNativeTarget;
  410. buildConfigurationList = EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit iOS" */;
  411. buildPhases = (
  412. EEBCC9D319CC627D0083B827 /* Sources */,
  413. EEBCC9D419CC627D0083B827 /* Frameworks */,
  414. EEBCC9D519CC627D0083B827 /* Headers */,
  415. EEBCC9D619CC627D0083B827 /* Resources */,
  416. );
  417. buildRules = (
  418. );
  419. dependencies = (
  420. );
  421. name = "SnapKit iOS";
  422. productName = SnapKit;
  423. productReference = EEBCC9D819CC627D0083B827 /* SnapKit.framework */;
  424. productType = "com.apple.product-type.framework";
  425. };
  426. EEBCC9E119CC627D0083B827 /* SnapKit iOS Tests */ = {
  427. isa = PBXNativeTarget;
  428. buildConfigurationList = EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit iOS Tests" */;
  429. buildPhases = (
  430. EEBCC9DE19CC627D0083B827 /* Sources */,
  431. EE94F60E1AC0F136008767FF /* Frameworks */,
  432. EEBCC9E019CC627D0083B827 /* Resources */,
  433. );
  434. buildRules = (
  435. );
  436. dependencies = (
  437. );
  438. name = "SnapKit iOS Tests";
  439. productName = SnapKitTests;
  440. productReference = EEBCC9E219CC627E0083B827 /* SnapKit iOS Tests.xctest */;
  441. productType = "com.apple.product-type.bundle.unit-test";
  442. };
  443. EECDB3791AC0C9D4006BBC11 /* SnapKit OSX */ = {
  444. isa = PBXNativeTarget;
  445. buildConfigurationList = EECDB38D1AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "SnapKit OSX" */;
  446. buildPhases = (
  447. EECDB3751AC0C9D4006BBC11 /* Sources */,
  448. EECDB3761AC0C9D4006BBC11 /* Frameworks */,
  449. EECDB3771AC0C9D4006BBC11 /* Headers */,
  450. EECDB3781AC0C9D4006BBC11 /* Resources */,
  451. );
  452. buildRules = (
  453. );
  454. dependencies = (
  455. );
  456. name = "SnapKit OSX";
  457. productName = "SnapKit OSX";
  458. productReference = EECDB37A1AC0C9D4006BBC11 /* SnapKit.framework */;
  459. productType = "com.apple.product-type.framework";
  460. };
  461. EECDB3831AC0C9D4006BBC11 /* SnapKit OSX Tests */ = {
  462. isa = PBXNativeTarget;
  463. buildConfigurationList = EECDB3901AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "SnapKit OSX Tests" */;
  464. buildPhases = (
  465. EECDB3801AC0C9D4006BBC11 /* Sources */,
  466. EE94F60D1AC0F132008767FF /* Frameworks */,
  467. EECDB3821AC0C9D4006BBC11 /* Resources */,
  468. );
  469. buildRules = (
  470. );
  471. dependencies = (
  472. EECDB3871AC0C9D4006BBC11 /* PBXTargetDependency */,
  473. );
  474. name = "SnapKit OSX Tests";
  475. productName = "SnapKit OSXTests";
  476. productReference = EECDB3841AC0C9D4006BBC11 /* SnapKit OSX Tests.xctest */;
  477. productType = "com.apple.product-type.bundle.unit-test";
  478. };
  479. /* End PBXNativeTarget section */
  480. /* Begin PBXProject section */
  481. DDC9FD8D1981B4DD009612C7 /* Project object */ = {
  482. isa = PBXProject;
  483. attributes = {
  484. LastSwiftUpdateCheck = 0720;
  485. LastUpgradeCheck = 0800;
  486. ORGANIZATIONNAME = "SnapKit Team";
  487. TargetAttributes = {
  488. 537DCE911C35CC8800B5B899 = {
  489. CreatedOnToolsVersion = 7.2;
  490. LastSwiftMigration = 0800;
  491. };
  492. 537DCEAE1C35D90A00B5B899 = {
  493. CreatedOnToolsVersion = 7.2;
  494. };
  495. EEBCC9D719CC627D0083B827 = {
  496. CreatedOnToolsVersion = 6.0;
  497. LastSwiftMigration = 0800;
  498. };
  499. EEBCC9E119CC627D0083B827 = {
  500. CreatedOnToolsVersion = 6.0;
  501. LastSwiftMigration = 0800;
  502. };
  503. EECDB3791AC0C9D4006BBC11 = {
  504. CreatedOnToolsVersion = 6.2;
  505. };
  506. EECDB3831AC0C9D4006BBC11 = {
  507. CreatedOnToolsVersion = 6.2;
  508. };
  509. };
  510. };
  511. buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */;
  512. compatibilityVersion = "Xcode 3.2";
  513. developmentRegion = English;
  514. hasScannedForEncodings = 0;
  515. knownRegions = (
  516. en,
  517. Base,
  518. );
  519. mainGroup = DDC9FD8C1981B4DD009612C7;
  520. productRefGroup = DDC9FD961981B4DD009612C7 /* Products */;
  521. projectDirPath = "";
  522. projectRoot = "";
  523. targets = (
  524. EEBCC9D719CC627D0083B827 /* SnapKit iOS */,
  525. 537DCE911C35CC8800B5B899 /* SnapKit tvOS */,
  526. EECDB3791AC0C9D4006BBC11 /* SnapKit OSX */,
  527. EEBCC9E119CC627D0083B827 /* SnapKit iOS Tests */,
  528. 537DCEAE1C35D90A00B5B899 /* SnapKit tvOS Tests */,
  529. EECDB3831AC0C9D4006BBC11 /* SnapKit OSX Tests */,
  530. );
  531. };
  532. /* End PBXProject section */
  533. /* Begin PBXResourcesBuildPhase section */
  534. 537DCE901C35CC8800B5B899 /* Resources */ = {
  535. isa = PBXResourcesBuildPhase;
  536. buildActionMask = 2147483647;
  537. files = (
  538. );
  539. runOnlyForDeploymentPostprocessing = 0;
  540. };
  541. 537DCEAD1C35D90A00B5B899 /* Resources */ = {
  542. isa = PBXResourcesBuildPhase;
  543. buildActionMask = 2147483647;
  544. files = (
  545. );
  546. runOnlyForDeploymentPostprocessing = 0;
  547. };
  548. EEBCC9D619CC627D0083B827 /* Resources */ = {
  549. isa = PBXResourcesBuildPhase;
  550. buildActionMask = 2147483647;
  551. files = (
  552. );
  553. runOnlyForDeploymentPostprocessing = 0;
  554. };
  555. EEBCC9E019CC627D0083B827 /* Resources */ = {
  556. isa = PBXResourcesBuildPhase;
  557. buildActionMask = 2147483647;
  558. files = (
  559. );
  560. runOnlyForDeploymentPostprocessing = 0;
  561. };
  562. EECDB3781AC0C9D4006BBC11 /* Resources */ = {
  563. isa = PBXResourcesBuildPhase;
  564. buildActionMask = 2147483647;
  565. files = (
  566. );
  567. runOnlyForDeploymentPostprocessing = 0;
  568. };
  569. EECDB3821AC0C9D4006BBC11 /* Resources */ = {
  570. isa = PBXResourcesBuildPhase;
  571. buildActionMask = 2147483647;
  572. files = (
  573. );
  574. runOnlyForDeploymentPostprocessing = 0;
  575. };
  576. /* End PBXResourcesBuildPhase section */
  577. /* Begin PBXSourcesBuildPhase section */
  578. 537DCE8D1C35CC8800B5B899 /* Sources */ = {
  579. isa = PBXSourcesBuildPhase;
  580. buildActionMask = 2147483647;
  581. files = (
  582. EE235F741C5785C600C08960 /* ConstraintInsets.swift in Sources */,
  583. EE235F831C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */,
  584. EE235FB01C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */,
  585. EE235F7D1C5785C600C08960 /* ConstraintViewController.swift in Sources */,
  586. EE235F981C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */,
  587. EE235FC91C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */,
  588. EE235FB91C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */,
  589. EE235F861C5785C600C08960 /* ConstraintAttributes.swift in Sources */,
  590. EE235FA11C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */,
  591. EE235FB61C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
  592. EE235FAD1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
  593. EE235F951C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
  594. EE235FBC1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */,
  595. EE235F891C5785C600C08960 /* ConstraintItem.swift in Sources */,
  596. EE235F9B1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */,
  597. EE235F771C5785C600C08960 /* ConstraintConfig.swift in Sources */,
  598. EE235F6E1C5785C600C08960 /* Constraint.swift in Sources */,
  599. EE235F7A1C5785C600C08960 /* ConstraintView.swift in Sources */,
  600. EE235FB31C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
  601. EE235FCC1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */,
  602. EE235F8C1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
  603. EE235FA41C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
  604. EE235F9E1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
  605. EE235FC11C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
  606. EE235F601C5785BC00C08960 /* Debugging.swift in Sources */,
  607. EE235FC41C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */,
  608. EE235F801C5785C600C08960 /* ConstraintRelation.swift in Sources */,
  609. EE235F711C5785C600C08960 /* ConstraintDescription.swift in Sources */,
  610. );
  611. runOnlyForDeploymentPostprocessing = 0;
  612. };
  613. 537DCEAB1C35D90A00B5B899 /* Sources */ = {
  614. isa = PBXSourcesBuildPhase;
  615. buildActionMask = 2147483647;
  616. files = (
  617. 537DCEBA1C35DA9700B5B899 /* Tests.swift in Sources */,
  618. );
  619. runOnlyForDeploymentPostprocessing = 0;
  620. };
  621. EEBCC9D319CC627D0083B827 /* Sources */ = {
  622. isa = PBXSourcesBuildPhase;
  623. buildActionMask = 2147483647;
  624. files = (
  625. EE235F731C5785C600C08960 /* ConstraintInsets.swift in Sources */,
  626. EE235F821C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */,
  627. EE235FAF1C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */,
  628. EE235F7C1C5785C600C08960 /* ConstraintViewController.swift in Sources */,
  629. EE235F971C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */,
  630. EE235FC81C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */,
  631. EE235FB81C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */,
  632. EE235F851C5785C600C08960 /* ConstraintAttributes.swift in Sources */,
  633. EE235FA01C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */,
  634. EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
  635. EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
  636. EE235F941C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
  637. EE235FBB1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */,
  638. EE235F881C5785C600C08960 /* ConstraintItem.swift in Sources */,
  639. EE235F9A1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */,
  640. EE235F761C5785C600C08960 /* ConstraintConfig.swift in Sources */,
  641. EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */,
  642. EE235F791C5785C600C08960 /* ConstraintView.swift in Sources */,
  643. EE235FB21C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
  644. EE235FCB1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */,
  645. EE235F8B1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
  646. EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
  647. EE235F9D1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
  648. EE235FC01C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
  649. EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */,
  650. EE235FC31C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */,
  651. EE235F7F1C5785C600C08960 /* ConstraintRelation.swift in Sources */,
  652. EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */,
  653. );
  654. runOnlyForDeploymentPostprocessing = 0;
  655. };
  656. EEBCC9DE19CC627D0083B827 /* Sources */ = {
  657. isa = PBXSourcesBuildPhase;
  658. buildActionMask = 2147483647;
  659. files = (
  660. EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */,
  661. );
  662. runOnlyForDeploymentPostprocessing = 0;
  663. };
  664. EECDB3751AC0C9D4006BBC11 /* Sources */ = {
  665. isa = PBXSourcesBuildPhase;
  666. buildActionMask = 2147483647;
  667. files = (
  668. EE235F751C5785C600C08960 /* ConstraintInsets.swift in Sources */,
  669. EE235F841C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */,
  670. EE235FB11C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */,
  671. EE235F7E1C5785C600C08960 /* ConstraintViewController.swift in Sources */,
  672. EE235F991C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */,
  673. EE235FCA1C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */,
  674. EE235FBA1C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */,
  675. EE235F871C5785C600C08960 /* ConstraintAttributes.swift in Sources */,
  676. EE235FA21C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */,
  677. EE235FB71C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
  678. EE235FAE1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
  679. EE235F961C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
  680. EE235FBD1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */,
  681. EE235F8A1C5785C600C08960 /* ConstraintItem.swift in Sources */,
  682. EE235F9C1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */,
  683. EE235F781C5785C600C08960 /* ConstraintConfig.swift in Sources */,
  684. EE235F6F1C5785C600C08960 /* Constraint.swift in Sources */,
  685. EE235F7B1C5785C600C08960 /* ConstraintView.swift in Sources */,
  686. EE235FB41C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
  687. EE235FCD1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */,
  688. EE235F8D1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
  689. EE235FA51C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
  690. EE235F9F1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
  691. EE235FC21C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
  692. EE235F611C5785BC00C08960 /* Debugging.swift in Sources */,
  693. EE235FC51C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */,
  694. EE235F811C5785C600C08960 /* ConstraintRelation.swift in Sources */,
  695. EE235F721C5785C600C08960 /* ConstraintDescription.swift in Sources */,
  696. );
  697. runOnlyForDeploymentPostprocessing = 0;
  698. };
  699. EECDB3801AC0C9D4006BBC11 /* Sources */ = {
  700. isa = PBXSourcesBuildPhase;
  701. buildActionMask = 2147483647;
  702. files = (
  703. EECDB3941AC0CB52006BBC11 /* Tests.swift in Sources */,
  704. );
  705. runOnlyForDeploymentPostprocessing = 0;
  706. };
  707. /* End PBXSourcesBuildPhase section */
  708. /* Begin PBXTargetDependency section */
  709. EECDB3871AC0C9D4006BBC11 /* PBXTargetDependency */ = {
  710. isa = PBXTargetDependency;
  711. target = EECDB3791AC0C9D4006BBC11 /* SnapKit OSX */;
  712. targetProxy = EECDB3861AC0C9D4006BBC11 /* PBXContainerItemProxy */;
  713. };
  714. /* End PBXTargetDependency section */
  715. /* Begin XCBuildConfiguration section */
  716. 537DCE971C35CC8800B5B899 /* Debug */ = {
  717. isa = XCBuildConfiguration;
  718. buildSettings = {
  719. CLANG_ENABLE_MODULES = YES;
  720. CURRENT_PROJECT_VERSION = 1;
  721. DEBUG_INFORMATION_FORMAT = dwarf;
  722. DEFINES_MODULE = YES;
  723. DYLIB_COMPATIBILITY_VERSION = 1;
  724. DYLIB_CURRENT_VERSION = 1;
  725. DYLIB_INSTALL_NAME_BASE = "@rpath";
  726. GCC_NO_COMMON_BLOCKS = YES;
  727. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  728. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  729. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  730. PRODUCT_BUNDLE_IDENTIFIER = io.snapkit.SnapKit;
  731. PRODUCT_NAME = SnapKit;
  732. SDKROOT = appletvos;
  733. SKIP_INSTALL = YES;
  734. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  735. SWIFT_VERSION = 3.0;
  736. TARGETED_DEVICE_FAMILY = 3;
  737. TVOS_DEPLOYMENT_TARGET = 9.0;
  738. VERSIONING_SYSTEM = "apple-generic";
  739. VERSION_INFO_PREFIX = "";
  740. };
  741. name = Debug;
  742. };
  743. 537DCE981C35CC8800B5B899 /* Release */ = {
  744. isa = XCBuildConfiguration;
  745. buildSettings = {
  746. CLANG_ENABLE_MODULES = YES;
  747. COPY_PHASE_STRIP = NO;
  748. CURRENT_PROJECT_VERSION = 1;
  749. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  750. DEFINES_MODULE = YES;
  751. DYLIB_COMPATIBILITY_VERSION = 1;
  752. DYLIB_CURRENT_VERSION = 1;
  753. DYLIB_INSTALL_NAME_BASE = "@rpath";
  754. GCC_NO_COMMON_BLOCKS = YES;
  755. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  756. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  757. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  758. PRODUCT_BUNDLE_IDENTIFIER = io.snapkit.SnapKit;
  759. PRODUCT_NAME = SnapKit;
  760. SDKROOT = appletvos;
  761. SKIP_INSTALL = YES;
  762. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  763. SWIFT_VERSION = 3.0;
  764. TARGETED_DEVICE_FAMILY = 3;
  765. TVOS_DEPLOYMENT_TARGET = 9.0;
  766. VERSIONING_SYSTEM = "apple-generic";
  767. VERSION_INFO_PREFIX = "";
  768. };
  769. name = Release;
  770. };
  771. 537DCEB71C35D90A00B5B899 /* Debug */ = {
  772. isa = XCBuildConfiguration;
  773. buildSettings = {
  774. DEBUG_INFORMATION_FORMAT = dwarf;
  775. GCC_NO_COMMON_BLOCKS = YES;
  776. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  777. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  778. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  779. PRODUCT_NAME = "$(TARGET_NAME)";
  780. SDKROOT = appletvos;
  781. TVOS_DEPLOYMENT_TARGET = 9.1;
  782. };
  783. name = Debug;
  784. };
  785. 537DCEB81C35D90A00B5B899 /* Release */ = {
  786. isa = XCBuildConfiguration;
  787. buildSettings = {
  788. COPY_PHASE_STRIP = NO;
  789. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  790. GCC_NO_COMMON_BLOCKS = YES;
  791. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  792. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  793. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  794. PRODUCT_NAME = "$(TARGET_NAME)";
  795. SDKROOT = appletvos;
  796. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  797. TVOS_DEPLOYMENT_TARGET = 9.1;
  798. };
  799. name = Release;
  800. };
  801. DDC9FDAF1981B4DD009612C7 /* Debug */ = {
  802. isa = XCBuildConfiguration;
  803. buildSettings = {
  804. ALWAYS_SEARCH_USER_PATHS = NO;
  805. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  806. CLANG_CXX_LIBRARY = "libc++";
  807. CLANG_ENABLE_MODULES = YES;
  808. CLANG_ENABLE_OBJC_ARC = YES;
  809. CLANG_WARN_BOOL_CONVERSION = YES;
  810. CLANG_WARN_CONSTANT_CONVERSION = YES;
  811. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  812. CLANG_WARN_EMPTY_BODY = YES;
  813. CLANG_WARN_ENUM_CONVERSION = YES;
  814. CLANG_WARN_INT_CONVERSION = YES;
  815. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  816. CLANG_WARN_UNREACHABLE_CODE = YES;
  817. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  818. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  819. COPY_PHASE_STRIP = NO;
  820. ENABLE_STRICT_OBJC_MSGSEND = YES;
  821. ENABLE_TESTABILITY = YES;
  822. GCC_C_LANGUAGE_STANDARD = gnu99;
  823. GCC_DYNAMIC_NO_PIC = NO;
  824. GCC_NO_COMMON_BLOCKS = YES;
  825. GCC_OPTIMIZATION_LEVEL = 0;
  826. GCC_PREPROCESSOR_DEFINITIONS = (
  827. "DEBUG=1",
  828. "$(inherited)",
  829. );
  830. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  831. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  832. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  833. GCC_WARN_UNDECLARED_SELECTOR = YES;
  834. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  835. GCC_WARN_UNUSED_FUNCTION = YES;
  836. GCC_WARN_UNUSED_VARIABLE = YES;
  837. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  838. MACOSX_DEPLOYMENT_TARGET = 10.9;
  839. MTL_ENABLE_DEBUG_INFO = YES;
  840. ONLY_ACTIVE_ARCH = YES;
  841. SDKROOT = iphoneos;
  842. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  843. TARGETED_DEVICE_FAMILY = "1,2";
  844. };
  845. name = Debug;
  846. };
  847. DDC9FDB01981B4DD009612C7 /* Release */ = {
  848. isa = XCBuildConfiguration;
  849. buildSettings = {
  850. ALWAYS_SEARCH_USER_PATHS = NO;
  851. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  852. CLANG_CXX_LIBRARY = "libc++";
  853. CLANG_ENABLE_MODULES = YES;
  854. CLANG_ENABLE_OBJC_ARC = YES;
  855. CLANG_WARN_BOOL_CONVERSION = YES;
  856. CLANG_WARN_CONSTANT_CONVERSION = YES;
  857. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  858. CLANG_WARN_EMPTY_BODY = YES;
  859. CLANG_WARN_ENUM_CONVERSION = YES;
  860. CLANG_WARN_INT_CONVERSION = YES;
  861. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  862. CLANG_WARN_UNREACHABLE_CODE = YES;
  863. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  864. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
  865. COPY_PHASE_STRIP = YES;
  866. ENABLE_NS_ASSERTIONS = NO;
  867. ENABLE_STRICT_OBJC_MSGSEND = YES;
  868. GCC_C_LANGUAGE_STANDARD = gnu99;
  869. GCC_NO_COMMON_BLOCKS = YES;
  870. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  871. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  872. GCC_WARN_UNDECLARED_SELECTOR = YES;
  873. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  874. GCC_WARN_UNUSED_FUNCTION = YES;
  875. GCC_WARN_UNUSED_VARIABLE = YES;
  876. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  877. MACOSX_DEPLOYMENT_TARGET = 10.9;
  878. MTL_ENABLE_DEBUG_INFO = NO;
  879. SDKROOT = iphoneos;
  880. TARGETED_DEVICE_FAMILY = "1,2";
  881. VALIDATE_PRODUCT = YES;
  882. };
  883. name = Release;
  884. };
  885. EEBCC9E919CC627E0083B827 /* Debug */ = {
  886. isa = XCBuildConfiguration;
  887. buildSettings = {
  888. APPLICATION_EXTENSION_API_ONLY = YES;
  889. CLANG_ENABLE_MODULES = YES;
  890. CURRENT_PROJECT_VERSION = 1;
  891. DEFINES_MODULE = YES;
  892. DYLIB_COMPATIBILITY_VERSION = 1;
  893. DYLIB_CURRENT_VERSION = 1;
  894. DYLIB_INSTALL_NAME_BASE = "@rpath";
  895. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  896. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  897. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  898. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  899. PRODUCT_NAME = SnapKit;
  900. SKIP_INSTALL = YES;
  901. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  902. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  903. SWIFT_VERSION = 3.0;
  904. VERSIONING_SYSTEM = "apple-generic";
  905. VERSION_INFO_PREFIX = "";
  906. };
  907. name = Debug;
  908. };
  909. EEBCC9EA19CC627E0083B827 /* Release */ = {
  910. isa = XCBuildConfiguration;
  911. buildSettings = {
  912. APPLICATION_EXTENSION_API_ONLY = YES;
  913. CLANG_ENABLE_MODULES = YES;
  914. CURRENT_PROJECT_VERSION = 1;
  915. DEFINES_MODULE = YES;
  916. DYLIB_COMPATIBILITY_VERSION = 1;
  917. DYLIB_CURRENT_VERSION = 1;
  918. DYLIB_INSTALL_NAME_BASE = "@rpath";
  919. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  920. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  921. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  922. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  923. PRODUCT_NAME = SnapKit;
  924. SKIP_INSTALL = YES;
  925. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  926. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  927. SWIFT_VERSION = 3.0;
  928. VERSIONING_SYSTEM = "apple-generic";
  929. VERSION_INFO_PREFIX = "";
  930. };
  931. name = Release;
  932. };
  933. EEBCC9EC19CC627E0083B827 /* Debug */ = {
  934. isa = XCBuildConfiguration;
  935. buildSettings = {
  936. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  937. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  938. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  939. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  940. PRODUCT_NAME = "$(TARGET_NAME)";
  941. SWIFT_VERSION = 3.0;
  942. };
  943. name = Debug;
  944. };
  945. EEBCC9ED19CC627E0083B827 /* Release */ = {
  946. isa = XCBuildConfiguration;
  947. buildSettings = {
  948. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  949. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  950. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  951. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  952. PRODUCT_NAME = "$(TARGET_NAME)";
  953. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  954. SWIFT_VERSION = 3.0;
  955. };
  956. name = Release;
  957. };
  958. EECDB38E1AC0C9D4006BBC11 /* Debug */ = {
  959. isa = XCBuildConfiguration;
  960. buildSettings = {
  961. CLANG_ENABLE_MODULES = YES;
  962. COMBINE_HIDPI_IMAGES = YES;
  963. CURRENT_PROJECT_VERSION = 1;
  964. DEFINES_MODULE = YES;
  965. DYLIB_COMPATIBILITY_VERSION = 1;
  966. DYLIB_CURRENT_VERSION = 1;
  967. DYLIB_INSTALL_NAME_BASE = "@rpath";
  968. FRAMEWORK_VERSION = A;
  969. GCC_PREPROCESSOR_DEFINITIONS = (
  970. "DEBUG=1",
  971. "$(inherited)",
  972. );
  973. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  974. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  975. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  976. MACOSX_DEPLOYMENT_TARGET = 10.10;
  977. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  978. PRODUCT_NAME = SnapKit;
  979. SDKROOT = macosx;
  980. SKIP_INSTALL = YES;
  981. SUPPORTED_PLATFORMS = macosx;
  982. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  983. VERSIONING_SYSTEM = "apple-generic";
  984. VERSION_INFO_PREFIX = "";
  985. };
  986. name = Debug;
  987. };
  988. EECDB38F1AC0C9D4006BBC11 /* Release */ = {
  989. isa = XCBuildConfiguration;
  990. buildSettings = {
  991. CLANG_ENABLE_MODULES = YES;
  992. COMBINE_HIDPI_IMAGES = YES;
  993. CURRENT_PROJECT_VERSION = 1;
  994. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  995. DEFINES_MODULE = YES;
  996. DYLIB_COMPATIBILITY_VERSION = 1;
  997. DYLIB_CURRENT_VERSION = 1;
  998. DYLIB_INSTALL_NAME_BASE = "@rpath";
  999. FRAMEWORK_VERSION = A;
  1000. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  1001. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1002. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1003. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1004. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  1005. PRODUCT_NAME = SnapKit;
  1006. SDKROOT = macosx;
  1007. SKIP_INSTALL = YES;
  1008. SUPPORTED_PLATFORMS = macosx;
  1009. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1010. VERSIONING_SYSTEM = "apple-generic";
  1011. VERSION_INFO_PREFIX = "";
  1012. };
  1013. name = Release;
  1014. };
  1015. EECDB3911AC0C9D4006BBC11 /* Debug */ = {
  1016. isa = XCBuildConfiguration;
  1017. buildSettings = {
  1018. COMBINE_HIDPI_IMAGES = YES;
  1019. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  1020. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  1021. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1022. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1023. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  1024. PRODUCT_NAME = "$(TARGET_NAME)";
  1025. SDKROOT = macosx;
  1026. };
  1027. name = Debug;
  1028. };
  1029. EECDB3921AC0C9D4006BBC11 /* Release */ = {
  1030. isa = XCBuildConfiguration;
  1031. buildSettings = {
  1032. COMBINE_HIDPI_IMAGES = YES;
  1033. COPY_PHASE_STRIP = NO;
  1034. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1035. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  1036. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  1037. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1038. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1039. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  1040. PRODUCT_NAME = "$(TARGET_NAME)";
  1041. SDKROOT = macosx;
  1042. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1043. };
  1044. name = Release;
  1045. };
  1046. /* End XCBuildConfiguration section */
  1047. /* Begin XCConfigurationList section */
  1048. 537DCE991C35CC8800B5B899 /* Build configuration list for PBXNativeTarget "SnapKit tvOS" */ = {
  1049. isa = XCConfigurationList;
  1050. buildConfigurations = (
  1051. 537DCE971C35CC8800B5B899 /* Debug */,
  1052. 537DCE981C35CC8800B5B899 /* Release */,
  1053. );
  1054. defaultConfigurationIsVisible = 0;
  1055. defaultConfigurationName = Release;
  1056. };
  1057. 537DCEB91C35D90A00B5B899 /* Build configuration list for PBXNativeTarget "SnapKit tvOS Tests" */ = {
  1058. isa = XCConfigurationList;
  1059. buildConfigurations = (
  1060. 537DCEB71C35D90A00B5B899 /* Debug */,
  1061. 537DCEB81C35D90A00B5B899 /* Release */,
  1062. );
  1063. defaultConfigurationIsVisible = 0;
  1064. defaultConfigurationName = Release;
  1065. };
  1066. DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */ = {
  1067. isa = XCConfigurationList;
  1068. buildConfigurations = (
  1069. DDC9FDAF1981B4DD009612C7 /* Debug */,
  1070. DDC9FDB01981B4DD009612C7 /* Release */,
  1071. );
  1072. defaultConfigurationIsVisible = 0;
  1073. defaultConfigurationName = Release;
  1074. };
  1075. EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit iOS" */ = {
  1076. isa = XCConfigurationList;
  1077. buildConfigurations = (
  1078. EEBCC9E919CC627E0083B827 /* Debug */,
  1079. EEBCC9EA19CC627E0083B827 /* Release */,
  1080. );
  1081. defaultConfigurationIsVisible = 0;
  1082. defaultConfigurationName = Release;
  1083. };
  1084. EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit iOS Tests" */ = {
  1085. isa = XCConfigurationList;
  1086. buildConfigurations = (
  1087. EEBCC9EC19CC627E0083B827 /* Debug */,
  1088. EEBCC9ED19CC627E0083B827 /* Release */,
  1089. );
  1090. defaultConfigurationIsVisible = 0;
  1091. defaultConfigurationName = Release;
  1092. };
  1093. EECDB38D1AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "SnapKit OSX" */ = {
  1094. isa = XCConfigurationList;
  1095. buildConfigurations = (
  1096. EECDB38E1AC0C9D4006BBC11 /* Debug */,
  1097. EECDB38F1AC0C9D4006BBC11 /* Release */,
  1098. );
  1099. defaultConfigurationIsVisible = 0;
  1100. defaultConfigurationName = Release;
  1101. };
  1102. EECDB3901AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "SnapKit OSX Tests" */ = {
  1103. isa = XCConfigurationList;
  1104. buildConfigurations = (
  1105. EECDB3911AC0C9D4006BBC11 /* Debug */,
  1106. EECDB3921AC0C9D4006BBC11 /* Release */,
  1107. );
  1108. defaultConfigurationIsVisible = 0;
  1109. defaultConfigurationName = Release;
  1110. };
  1111. /* End XCConfigurationList section */
  1112. };
  1113. rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
  1114. }