project.pbxproj 50 KB

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