project.pbxproj 60 KB

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