project.pbxproj 48 KB

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