project.pbxproj 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  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 = 0700;
  486. ORGANIZATIONNAME = "SnapKit Team";
  487. TargetAttributes = {
  488. 537DCE911C35CC8800B5B899 = {
  489. CreatedOnToolsVersion = 7.2;
  490. };
  491. 537DCEAE1C35D90A00B5B899 = {
  492. CreatedOnToolsVersion = 7.2;
  493. };
  494. EEBCC9D719CC627D0083B827 = {
  495. CreatedOnToolsVersion = 6.0;
  496. };
  497. EEBCC9E119CC627D0083B827 = {
  498. CreatedOnToolsVersion = 6.0;
  499. };
  500. EECDB3791AC0C9D4006BBC11 = {
  501. CreatedOnToolsVersion = 6.2;
  502. };
  503. EECDB3831AC0C9D4006BBC11 = {
  504. CreatedOnToolsVersion = 6.2;
  505. };
  506. };
  507. };
  508. buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */;
  509. compatibilityVersion = "Xcode 3.2";
  510. developmentRegion = English;
  511. hasScannedForEncodings = 0;
  512. knownRegions = (
  513. en,
  514. Base,
  515. );
  516. mainGroup = DDC9FD8C1981B4DD009612C7;
  517. productRefGroup = DDC9FD961981B4DD009612C7 /* Products */;
  518. projectDirPath = "";
  519. projectRoot = "";
  520. targets = (
  521. EEBCC9D719CC627D0083B827 /* SnapKit iOS */,
  522. 537DCE911C35CC8800B5B899 /* SnapKit tvOS */,
  523. EECDB3791AC0C9D4006BBC11 /* SnapKit OSX */,
  524. EEBCC9E119CC627D0083B827 /* SnapKit iOS Tests */,
  525. 537DCEAE1C35D90A00B5B899 /* SnapKit tvOS Tests */,
  526. EECDB3831AC0C9D4006BBC11 /* SnapKit OSX Tests */,
  527. );
  528. };
  529. /* End PBXProject section */
  530. /* Begin PBXResourcesBuildPhase section */
  531. 537DCE901C35CC8800B5B899 /* Resources */ = {
  532. isa = PBXResourcesBuildPhase;
  533. buildActionMask = 2147483647;
  534. files = (
  535. );
  536. runOnlyForDeploymentPostprocessing = 0;
  537. };
  538. 537DCEAD1C35D90A00B5B899 /* Resources */ = {
  539. isa = PBXResourcesBuildPhase;
  540. buildActionMask = 2147483647;
  541. files = (
  542. );
  543. runOnlyForDeploymentPostprocessing = 0;
  544. };
  545. EEBCC9D619CC627D0083B827 /* Resources */ = {
  546. isa = PBXResourcesBuildPhase;
  547. buildActionMask = 2147483647;
  548. files = (
  549. );
  550. runOnlyForDeploymentPostprocessing = 0;
  551. };
  552. EEBCC9E019CC627D0083B827 /* Resources */ = {
  553. isa = PBXResourcesBuildPhase;
  554. buildActionMask = 2147483647;
  555. files = (
  556. );
  557. runOnlyForDeploymentPostprocessing = 0;
  558. };
  559. EECDB3781AC0C9D4006BBC11 /* Resources */ = {
  560. isa = PBXResourcesBuildPhase;
  561. buildActionMask = 2147483647;
  562. files = (
  563. );
  564. runOnlyForDeploymentPostprocessing = 0;
  565. };
  566. EECDB3821AC0C9D4006BBC11 /* Resources */ = {
  567. isa = PBXResourcesBuildPhase;
  568. buildActionMask = 2147483647;
  569. files = (
  570. );
  571. runOnlyForDeploymentPostprocessing = 0;
  572. };
  573. /* End PBXResourcesBuildPhase section */
  574. /* Begin PBXSourcesBuildPhase section */
  575. 537DCE8D1C35CC8800B5B899 /* Sources */ = {
  576. isa = PBXSourcesBuildPhase;
  577. buildActionMask = 2147483647;
  578. files = (
  579. EE235F741C5785C600C08960 /* ConstraintInsets.swift in Sources */,
  580. EE235F831C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */,
  581. EE235FB01C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */,
  582. EE235F7D1C5785C600C08960 /* ConstraintViewController.swift in Sources */,
  583. EE235F981C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */,
  584. EE235FC91C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */,
  585. EE235FB91C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */,
  586. EE235F861C5785C600C08960 /* ConstraintAttributes.swift in Sources */,
  587. EE235FA11C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */,
  588. EE235FB61C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
  589. EE235FAD1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
  590. EE235F951C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
  591. EE235FBC1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */,
  592. EE235F891C5785C600C08960 /* ConstraintItem.swift in Sources */,
  593. EE235F9B1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */,
  594. EE235F771C5785C600C08960 /* ConstraintConfig.swift in Sources */,
  595. EE235F6E1C5785C600C08960 /* Constraint.swift in Sources */,
  596. EE235F7A1C5785C600C08960 /* ConstraintView.swift in Sources */,
  597. EE235FB31C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
  598. EE235FCC1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */,
  599. EE235F8C1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
  600. EE235FA41C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
  601. EE235F9E1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
  602. EE235FC11C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
  603. EE235F601C5785BC00C08960 /* Debugging.swift in Sources */,
  604. EE235FC41C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */,
  605. EE235F801C5785C600C08960 /* ConstraintRelation.swift in Sources */,
  606. EE235F711C5785C600C08960 /* ConstraintDescription.swift in Sources */,
  607. );
  608. runOnlyForDeploymentPostprocessing = 0;
  609. };
  610. 537DCEAB1C35D90A00B5B899 /* Sources */ = {
  611. isa = PBXSourcesBuildPhase;
  612. buildActionMask = 2147483647;
  613. files = (
  614. 537DCEBA1C35DA9700B5B899 /* Tests.swift in Sources */,
  615. );
  616. runOnlyForDeploymentPostprocessing = 0;
  617. };
  618. EEBCC9D319CC627D0083B827 /* Sources */ = {
  619. isa = PBXSourcesBuildPhase;
  620. buildActionMask = 2147483647;
  621. files = (
  622. EE235F731C5785C600C08960 /* ConstraintInsets.swift in Sources */,
  623. EE235F821C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */,
  624. EE235FAF1C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */,
  625. EE235F7C1C5785C600C08960 /* ConstraintViewController.swift in Sources */,
  626. EE235F971C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */,
  627. EE235FC81C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */,
  628. EE235FB81C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */,
  629. EE235F851C5785C600C08960 /* ConstraintAttributes.swift in Sources */,
  630. EE235FA01C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */,
  631. EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
  632. EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
  633. EE235F941C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
  634. EE235FBB1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */,
  635. EE235F881C5785C600C08960 /* ConstraintItem.swift in Sources */,
  636. EE235F9A1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */,
  637. EE235F761C5785C600C08960 /* ConstraintConfig.swift in Sources */,
  638. EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */,
  639. EE235F791C5785C600C08960 /* ConstraintView.swift in Sources */,
  640. EE235FB21C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
  641. EE235FCB1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */,
  642. EE235F8B1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
  643. EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
  644. EE235F9D1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
  645. EE235FC01C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
  646. EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */,
  647. EE235FC31C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */,
  648. EE235F7F1C5785C600C08960 /* ConstraintRelation.swift in Sources */,
  649. EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */,
  650. );
  651. runOnlyForDeploymentPostprocessing = 0;
  652. };
  653. EEBCC9DE19CC627D0083B827 /* Sources */ = {
  654. isa = PBXSourcesBuildPhase;
  655. buildActionMask = 2147483647;
  656. files = (
  657. EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */,
  658. );
  659. runOnlyForDeploymentPostprocessing = 0;
  660. };
  661. EECDB3751AC0C9D4006BBC11 /* Sources */ = {
  662. isa = PBXSourcesBuildPhase;
  663. buildActionMask = 2147483647;
  664. files = (
  665. EE235F751C5785C600C08960 /* ConstraintInsets.swift in Sources */,
  666. EE235F841C5785C600C08960 /* ConstraintLayoutSupport.swift in Sources */,
  667. EE235FB11C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */,
  668. EE235F7E1C5785C600C08960 /* ConstraintViewController.swift in Sources */,
  669. EE235F991C5785CE00C08960 /* ConstraintConstantTarget.swift in Sources */,
  670. EE235FCA1C5785E200C08960 /* ConstraintView+Extensions.swift in Sources */,
  671. EE235FBA1C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */,
  672. EE235F871C5785C600C08960 /* ConstraintAttributes.swift in Sources */,
  673. EE235FA21C5785CE00C08960 /* ConstraintOffsetTarget.swift in Sources */,
  674. EE235FB71C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
  675. EE235FAE1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
  676. EE235F961C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
  677. EE235FBD1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */,
  678. EE235F8A1C5785C600C08960 /* ConstraintItem.swift in Sources */,
  679. EE235F9C1C5785CE00C08960 /* ConstraintPriorityTarget.swift in Sources */,
  680. EE235F781C5785C600C08960 /* ConstraintConfig.swift in Sources */,
  681. EE235F6F1C5785C600C08960 /* Constraint.swift in Sources */,
  682. EE235F7B1C5785C600C08960 /* ConstraintView.swift in Sources */,
  683. EE235FB41C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
  684. EE235FCD1C5785E200C08960 /* ConstraintViewController+Extensions.swift in Sources */,
  685. EE235F8D1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
  686. EE235FA51C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
  687. EE235F9F1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
  688. EE235FC21C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
  689. EE235F611C5785BC00C08960 /* Debugging.swift in Sources */,
  690. EE235FC51C5785DC00C08960 /* ConstraintViewControllerDSL.swift in Sources */,
  691. EE235F811C5785C600C08960 /* ConstraintRelation.swift in Sources */,
  692. EE235F721C5785C600C08960 /* ConstraintDescription.swift in Sources */,
  693. );
  694. runOnlyForDeploymentPostprocessing = 0;
  695. };
  696. EECDB3801AC0C9D4006BBC11 /* Sources */ = {
  697. isa = PBXSourcesBuildPhase;
  698. buildActionMask = 2147483647;
  699. files = (
  700. EECDB3941AC0CB52006BBC11 /* Tests.swift in Sources */,
  701. );
  702. runOnlyForDeploymentPostprocessing = 0;
  703. };
  704. /* End PBXSourcesBuildPhase section */
  705. /* Begin PBXTargetDependency section */
  706. EECDB3871AC0C9D4006BBC11 /* PBXTargetDependency */ = {
  707. isa = PBXTargetDependency;
  708. target = EECDB3791AC0C9D4006BBC11 /* SnapKit OSX */;
  709. targetProxy = EECDB3861AC0C9D4006BBC11 /* PBXContainerItemProxy */;
  710. };
  711. /* End PBXTargetDependency section */
  712. /* Begin XCBuildConfiguration section */
  713. 537DCE971C35CC8800B5B899 /* Debug */ = {
  714. isa = XCBuildConfiguration;
  715. buildSettings = {
  716. CLANG_ENABLE_MODULES = YES;
  717. CURRENT_PROJECT_VERSION = 1;
  718. DEBUG_INFORMATION_FORMAT = dwarf;
  719. DEFINES_MODULE = YES;
  720. DYLIB_COMPATIBILITY_VERSION = 1;
  721. DYLIB_CURRENT_VERSION = 1;
  722. DYLIB_INSTALL_NAME_BASE = "@rpath";
  723. GCC_NO_COMMON_BLOCKS = YES;
  724. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  725. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  726. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  727. PRODUCT_BUNDLE_IDENTIFIER = io.snapkit.SnapKit;
  728. PRODUCT_NAME = SnapKit;
  729. SDKROOT = appletvos;
  730. SKIP_INSTALL = YES;
  731. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  732. TARGETED_DEVICE_FAMILY = 3;
  733. TVOS_DEPLOYMENT_TARGET = 9.0;
  734. VERSIONING_SYSTEM = "apple-generic";
  735. VERSION_INFO_PREFIX = "";
  736. };
  737. name = Debug;
  738. };
  739. 537DCE981C35CC8800B5B899 /* Release */ = {
  740. isa = XCBuildConfiguration;
  741. buildSettings = {
  742. CLANG_ENABLE_MODULES = YES;
  743. COPY_PHASE_STRIP = NO;
  744. CURRENT_PROJECT_VERSION = 1;
  745. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  746. DEFINES_MODULE = YES;
  747. DYLIB_COMPATIBILITY_VERSION = 1;
  748. DYLIB_CURRENT_VERSION = 1;
  749. DYLIB_INSTALL_NAME_BASE = "@rpath";
  750. GCC_NO_COMMON_BLOCKS = YES;
  751. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  752. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  753. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  754. PRODUCT_BUNDLE_IDENTIFIER = io.snapkit.SnapKit;
  755. PRODUCT_NAME = SnapKit;
  756. SDKROOT = appletvos;
  757. SKIP_INSTALL = YES;
  758. TARGETED_DEVICE_FAMILY = 3;
  759. TVOS_DEPLOYMENT_TARGET = 9.0;
  760. VERSIONING_SYSTEM = "apple-generic";
  761. VERSION_INFO_PREFIX = "";
  762. };
  763. name = Release;
  764. };
  765. 537DCEB71C35D90A00B5B899 /* Debug */ = {
  766. isa = XCBuildConfiguration;
  767. buildSettings = {
  768. DEBUG_INFORMATION_FORMAT = dwarf;
  769. GCC_NO_COMMON_BLOCKS = YES;
  770. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  771. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  772. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  773. PRODUCT_NAME = "$(TARGET_NAME)";
  774. SDKROOT = appletvos;
  775. TVOS_DEPLOYMENT_TARGET = 9.1;
  776. };
  777. name = Debug;
  778. };
  779. 537DCEB81C35D90A00B5B899 /* Release */ = {
  780. isa = XCBuildConfiguration;
  781. buildSettings = {
  782. COPY_PHASE_STRIP = NO;
  783. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  784. GCC_NO_COMMON_BLOCKS = YES;
  785. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  786. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  787. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  788. PRODUCT_NAME = "$(TARGET_NAME)";
  789. SDKROOT = appletvos;
  790. TVOS_DEPLOYMENT_TARGET = 9.1;
  791. };
  792. name = Release;
  793. };
  794. DDC9FDAF1981B4DD009612C7 /* Debug */ = {
  795. isa = XCBuildConfiguration;
  796. buildSettings = {
  797. ALWAYS_SEARCH_USER_PATHS = NO;
  798. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  799. CLANG_CXX_LIBRARY = "libc++";
  800. CLANG_ENABLE_MODULES = YES;
  801. CLANG_ENABLE_OBJC_ARC = YES;
  802. CLANG_WARN_BOOL_CONVERSION = YES;
  803. CLANG_WARN_CONSTANT_CONVERSION = YES;
  804. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  805. CLANG_WARN_EMPTY_BODY = YES;
  806. CLANG_WARN_ENUM_CONVERSION = YES;
  807. CLANG_WARN_INT_CONVERSION = YES;
  808. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  809. CLANG_WARN_UNREACHABLE_CODE = YES;
  810. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  811. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  812. COPY_PHASE_STRIP = NO;
  813. ENABLE_STRICT_OBJC_MSGSEND = YES;
  814. ENABLE_TESTABILITY = YES;
  815. GCC_C_LANGUAGE_STANDARD = gnu99;
  816. GCC_DYNAMIC_NO_PIC = NO;
  817. GCC_OPTIMIZATION_LEVEL = 0;
  818. GCC_PREPROCESSOR_DEFINITIONS = (
  819. "DEBUG=1",
  820. "$(inherited)",
  821. );
  822. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  823. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  824. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  825. GCC_WARN_UNDECLARED_SELECTOR = YES;
  826. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  827. GCC_WARN_UNUSED_FUNCTION = YES;
  828. GCC_WARN_UNUSED_VARIABLE = YES;
  829. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  830. MACOSX_DEPLOYMENT_TARGET = 10.9;
  831. MTL_ENABLE_DEBUG_INFO = YES;
  832. ONLY_ACTIVE_ARCH = YES;
  833. SDKROOT = iphoneos;
  834. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  835. TARGETED_DEVICE_FAMILY = "1,2";
  836. };
  837. name = Debug;
  838. };
  839. DDC9FDB01981B4DD009612C7 /* Release */ = {
  840. isa = XCBuildConfiguration;
  841. buildSettings = {
  842. ALWAYS_SEARCH_USER_PATHS = NO;
  843. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  844. CLANG_CXX_LIBRARY = "libc++";
  845. CLANG_ENABLE_MODULES = YES;
  846. CLANG_ENABLE_OBJC_ARC = YES;
  847. CLANG_WARN_BOOL_CONVERSION = YES;
  848. CLANG_WARN_CONSTANT_CONVERSION = YES;
  849. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  850. CLANG_WARN_EMPTY_BODY = YES;
  851. CLANG_WARN_ENUM_CONVERSION = YES;
  852. CLANG_WARN_INT_CONVERSION = YES;
  853. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  854. CLANG_WARN_UNREACHABLE_CODE = YES;
  855. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  856. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
  857. COPY_PHASE_STRIP = YES;
  858. ENABLE_NS_ASSERTIONS = NO;
  859. ENABLE_STRICT_OBJC_MSGSEND = YES;
  860. GCC_C_LANGUAGE_STANDARD = gnu99;
  861. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  862. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  863. GCC_WARN_UNDECLARED_SELECTOR = YES;
  864. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  865. GCC_WARN_UNUSED_FUNCTION = YES;
  866. GCC_WARN_UNUSED_VARIABLE = YES;
  867. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  868. MACOSX_DEPLOYMENT_TARGET = 10.9;
  869. MTL_ENABLE_DEBUG_INFO = NO;
  870. SDKROOT = iphoneos;
  871. TARGETED_DEVICE_FAMILY = "1,2";
  872. VALIDATE_PRODUCT = YES;
  873. };
  874. name = Release;
  875. };
  876. EEBCC9E919CC627E0083B827 /* Debug */ = {
  877. isa = XCBuildConfiguration;
  878. buildSettings = {
  879. APPLICATION_EXTENSION_API_ONLY = YES;
  880. CLANG_ENABLE_MODULES = YES;
  881. CURRENT_PROJECT_VERSION = 1;
  882. DEFINES_MODULE = YES;
  883. DYLIB_COMPATIBILITY_VERSION = 1;
  884. DYLIB_CURRENT_VERSION = 1;
  885. DYLIB_INSTALL_NAME_BASE = "@rpath";
  886. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  887. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  888. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  889. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  890. PRODUCT_NAME = SnapKit;
  891. SKIP_INSTALL = YES;
  892. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  893. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  894. VERSIONING_SYSTEM = "apple-generic";
  895. VERSION_INFO_PREFIX = "";
  896. };
  897. name = Debug;
  898. };
  899. EEBCC9EA19CC627E0083B827 /* Release */ = {
  900. isa = XCBuildConfiguration;
  901. buildSettings = {
  902. APPLICATION_EXTENSION_API_ONLY = YES;
  903. CLANG_ENABLE_MODULES = YES;
  904. CURRENT_PROJECT_VERSION = 1;
  905. DEFINES_MODULE = YES;
  906. DYLIB_COMPATIBILITY_VERSION = 1;
  907. DYLIB_CURRENT_VERSION = 1;
  908. DYLIB_INSTALL_NAME_BASE = "@rpath";
  909. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  910. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  911. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  912. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  913. PRODUCT_NAME = SnapKit;
  914. SKIP_INSTALL = YES;
  915. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  916. VERSIONING_SYSTEM = "apple-generic";
  917. VERSION_INFO_PREFIX = "";
  918. };
  919. name = Release;
  920. };
  921. EEBCC9EC19CC627E0083B827 /* Debug */ = {
  922. isa = XCBuildConfiguration;
  923. buildSettings = {
  924. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  925. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  926. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  927. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  928. PRODUCT_NAME = "$(TARGET_NAME)";
  929. };
  930. name = Debug;
  931. };
  932. EEBCC9ED19CC627E0083B827 /* Release */ = {
  933. isa = XCBuildConfiguration;
  934. buildSettings = {
  935. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  936. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  937. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  938. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  939. PRODUCT_NAME = "$(TARGET_NAME)";
  940. };
  941. name = Release;
  942. };
  943. EECDB38E1AC0C9D4006BBC11 /* Debug */ = {
  944. isa = XCBuildConfiguration;
  945. buildSettings = {
  946. CLANG_ENABLE_MODULES = YES;
  947. COMBINE_HIDPI_IMAGES = YES;
  948. CURRENT_PROJECT_VERSION = 1;
  949. DEFINES_MODULE = YES;
  950. DYLIB_COMPATIBILITY_VERSION = 1;
  951. DYLIB_CURRENT_VERSION = 1;
  952. DYLIB_INSTALL_NAME_BASE = "@rpath";
  953. FRAMEWORK_VERSION = A;
  954. GCC_PREPROCESSOR_DEFINITIONS = (
  955. "DEBUG=1",
  956. "$(inherited)",
  957. );
  958. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  959. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  960. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  961. MACOSX_DEPLOYMENT_TARGET = 10.10;
  962. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  963. PRODUCT_NAME = SnapKit;
  964. SDKROOT = macosx;
  965. SKIP_INSTALL = YES;
  966. SUPPORTED_PLATFORMS = macosx;
  967. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  968. VERSIONING_SYSTEM = "apple-generic";
  969. VERSION_INFO_PREFIX = "";
  970. };
  971. name = Debug;
  972. };
  973. EECDB38F1AC0C9D4006BBC11 /* Release */ = {
  974. isa = XCBuildConfiguration;
  975. buildSettings = {
  976. CLANG_ENABLE_MODULES = YES;
  977. COMBINE_HIDPI_IMAGES = YES;
  978. CURRENT_PROJECT_VERSION = 1;
  979. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  980. DEFINES_MODULE = YES;
  981. DYLIB_COMPATIBILITY_VERSION = 1;
  982. DYLIB_CURRENT_VERSION = 1;
  983. DYLIB_INSTALL_NAME_BASE = "@rpath";
  984. FRAMEWORK_VERSION = A;
  985. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  986. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  987. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  988. MACOSX_DEPLOYMENT_TARGET = 10.10;
  989. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  990. PRODUCT_NAME = SnapKit;
  991. SDKROOT = macosx;
  992. SKIP_INSTALL = YES;
  993. SUPPORTED_PLATFORMS = macosx;
  994. VERSIONING_SYSTEM = "apple-generic";
  995. VERSION_INFO_PREFIX = "";
  996. };
  997. name = Release;
  998. };
  999. EECDB3911AC0C9D4006BBC11 /* Debug */ = {
  1000. isa = XCBuildConfiguration;
  1001. buildSettings = {
  1002. COMBINE_HIDPI_IMAGES = YES;
  1003. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  1004. INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
  1005. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1006. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1007. PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
  1008. PRODUCT_NAME = "$(TARGET_NAME)";
  1009. SDKROOT = macosx;
  1010. };
  1011. name = Debug;
  1012. };
  1013. EECDB3921AC0C9D4006BBC11 /* Release */ = {
  1014. isa = XCBuildConfiguration;
  1015. buildSettings = {
  1016. COMBINE_HIDPI_IMAGES = YES;
  1017. COPY_PHASE_STRIP = NO;
  1018. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  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 = Release;
  1028. };
  1029. /* End XCBuildConfiguration section */
  1030. /* Begin XCConfigurationList section */
  1031. 537DCE991C35CC8800B5B899 /* Build configuration list for PBXNativeTarget "SnapKit tvOS" */ = {
  1032. isa = XCConfigurationList;
  1033. buildConfigurations = (
  1034. 537DCE971C35CC8800B5B899 /* Debug */,
  1035. 537DCE981C35CC8800B5B899 /* Release */,
  1036. );
  1037. defaultConfigurationIsVisible = 0;
  1038. defaultConfigurationName = Release;
  1039. };
  1040. 537DCEB91C35D90A00B5B899 /* Build configuration list for PBXNativeTarget "SnapKit tvOS Tests" */ = {
  1041. isa = XCConfigurationList;
  1042. buildConfigurations = (
  1043. 537DCEB71C35D90A00B5B899 /* Debug */,
  1044. 537DCEB81C35D90A00B5B899 /* Release */,
  1045. );
  1046. defaultConfigurationIsVisible = 0;
  1047. defaultConfigurationName = Release;
  1048. };
  1049. DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */ = {
  1050. isa = XCConfigurationList;
  1051. buildConfigurations = (
  1052. DDC9FDAF1981B4DD009612C7 /* Debug */,
  1053. DDC9FDB01981B4DD009612C7 /* Release */,
  1054. );
  1055. defaultConfigurationIsVisible = 0;
  1056. defaultConfigurationName = Release;
  1057. };
  1058. EEBCC9E819CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit iOS" */ = {
  1059. isa = XCConfigurationList;
  1060. buildConfigurations = (
  1061. EEBCC9E919CC627E0083B827 /* Debug */,
  1062. EEBCC9EA19CC627E0083B827 /* Release */,
  1063. );
  1064. defaultConfigurationIsVisible = 0;
  1065. defaultConfigurationName = Release;
  1066. };
  1067. EEBCC9EB19CC627E0083B827 /* Build configuration list for PBXNativeTarget "SnapKit iOS Tests" */ = {
  1068. isa = XCConfigurationList;
  1069. buildConfigurations = (
  1070. EEBCC9EC19CC627E0083B827 /* Debug */,
  1071. EEBCC9ED19CC627E0083B827 /* Release */,
  1072. );
  1073. defaultConfigurationIsVisible = 0;
  1074. defaultConfigurationName = Release;
  1075. };
  1076. EECDB38D1AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "SnapKit OSX" */ = {
  1077. isa = XCConfigurationList;
  1078. buildConfigurations = (
  1079. EECDB38E1AC0C9D4006BBC11 /* Debug */,
  1080. EECDB38F1AC0C9D4006BBC11 /* Release */,
  1081. );
  1082. defaultConfigurationIsVisible = 0;
  1083. defaultConfigurationName = Release;
  1084. };
  1085. EECDB3901AC0C9D4006BBC11 /* Build configuration list for PBXNativeTarget "SnapKit OSX Tests" */ = {
  1086. isa = XCConfigurationList;
  1087. buildConfigurations = (
  1088. EECDB3911AC0C9D4006BBC11 /* Debug */,
  1089. EECDB3921AC0C9D4006BBC11 /* Release */,
  1090. );
  1091. defaultConfigurationIsVisible = 0;
  1092. defaultConfigurationName = Release;
  1093. };
  1094. /* End XCConfigurationList section */
  1095. };
  1096. rootObject = DDC9FD8D1981B4DD009612C7 /* Project object */;
  1097. }