project.pbxproj 50 KB

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