project.pbxproj 48 KB

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