project.pbxproj 59 KB

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