project.pbxproj 62 KB

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