project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. DD175E6A182639FB0099129A /* MASExampleUpdateView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD175E69182639FB0099129A /* MASExampleUpdateView.m */; };
  10. DD52F22B179CAD57005CD195 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD52F22A179CAD57005CD195 /* UIKit.framework */; };
  11. DD52F22D179CAD57005CD195 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD52F22C179CAD57005CD195 /* Foundation.framework */; };
  12. DD52F22F179CAD57005CD195 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD52F22E179CAD57005CD195 /* CoreGraphics.framework */; };
  13. DD52F235179CAD57005CD195 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DD52F233179CAD57005CD195 /* InfoPlist.strings */; };
  14. DD52F237179CAD57005CD195 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DD52F236179CAD57005CD195 /* main.m */; };
  15. DD52F23B179CAD57005CD195 /* MASAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DD52F23A179CAD57005CD195 /* MASAppDelegate.m */; };
  16. DD52F251179CADC0005CD195 /* MASExampleBasicView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD52F248179CADC0005CD195 /* MASExampleBasicView.m */; };
  17. DD52F252179CADC0005CD195 /* MASExampleConstantsView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD52F24A179CADC0005CD195 /* MASExampleConstantsView.m */; };
  18. DD52F253179CADC0005CD195 /* MASExampleListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD52F24C179CADC0005CD195 /* MASExampleListViewController.m */; };
  19. DD52F254179CADC0005CD195 /* MASExampleSidesView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD52F24E179CADC0005CD195 /* MASExampleSidesView.m */; };
  20. DD52F255179CADC0005CD195 /* MASExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD52F250179CADC0005CD195 /* MASExampleViewController.m */; };
  21. DD653E4A1843E61500D1EC5A /* MASExampleLayoutGuideViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD653E491843E61500D1EC5A /* MASExampleLayoutGuideViewController.m */; };
  22. DD7CC17617ACE990007A469E /* MASExampleDebuggingView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7CC17517ACE990007A469E /* MASExampleDebuggingView.m */; };
  23. DD9B4D35183CC980002BF408 /* MASExampleScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD9B4D34183CC980002BF408 /* MASExampleScrollView.m */; };
  24. DDA5755F17C1B07E0010F88E /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA5754D17C1B07E0010F88E /* MASCompositeConstraint.m */; };
  25. DDA5756017C1B07E0010F88E /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA5755017C1B07E0010F88E /* MASConstraintMaker.m */; };
  26. DDA5756117C1B07E0010F88E /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA5755217C1B07E0010F88E /* MASLayoutConstraint.m */; };
  27. DDA5756217C1B07E0010F88E /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA5755717C1B07E0010F88E /* MASViewAttribute.m */; };
  28. DDA5756317C1B07E0010F88E /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA5755917C1B07E0010F88E /* MASViewConstraint.m */; };
  29. DDA5756417C1B07E0010F88E /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA5755B17C1B07E0010F88E /* NSLayoutConstraint+MASDebugAdditions.m */; };
  30. DDA5756517C1B07E0010F88E /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = DDA5755D17C1B07E0010F88E /* View+MASAdditions.m */; };
  31. DDDF60CC181915E300BF7B8B /* MASExampleLabelView.m in Sources */ = {isa = PBXBuildFile; fileRef = DDDF60CB181915E300BF7B8B /* MASExampleLabelView.m */; };
  32. DDF3875C179D648D00178773 /* MASExampleAnimatedView.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF3875B179D648D00178773 /* MASExampleAnimatedView.m */; };
  33. /* End PBXBuildFile section */
  34. /* Begin PBXFileReference section */
  35. DD175E68182639FB0099129A /* MASExampleUpdateView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleUpdateView.h; sourceTree = "<group>"; };
  36. DD175E69182639FB0099129A /* MASExampleUpdateView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleUpdateView.m; sourceTree = "<group>"; };
  37. DD52F227179CAD57005CD195 /* Masonry iOS Examples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Masonry iOS Examples.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  38. DD52F22A179CAD57005CD195 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  39. DD52F22C179CAD57005CD195 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  40. DD52F22E179CAD57005CD195 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  41. DD52F232179CAD57005CD195 /* Masonry iOS Examples-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Masonry iOS Examples-Info.plist"; sourceTree = "<group>"; };
  42. DD52F234179CAD57005CD195 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  43. DD52F236179CAD57005CD195 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  44. DD52F238179CAD57005CD195 /* Masonry iOS Examples-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Masonry iOS Examples-Prefix.pch"; sourceTree = "<group>"; };
  45. DD52F239179CAD57005CD195 /* MASAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MASAppDelegate.h; sourceTree = "<group>"; };
  46. DD52F23A179CAD57005CD195 /* MASAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MASAppDelegate.m; sourceTree = "<group>"; };
  47. DD52F247179CADC0005CD195 /* MASExampleBasicView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleBasicView.h; sourceTree = "<group>"; };
  48. DD52F248179CADC0005CD195 /* MASExampleBasicView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleBasicView.m; sourceTree = "<group>"; };
  49. DD52F249179CADC0005CD195 /* MASExampleConstantsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleConstantsView.h; sourceTree = "<group>"; };
  50. DD52F24A179CADC0005CD195 /* MASExampleConstantsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleConstantsView.m; sourceTree = "<group>"; };
  51. DD52F24B179CADC0005CD195 /* MASExampleListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleListViewController.h; sourceTree = "<group>"; };
  52. DD52F24C179CADC0005CD195 /* MASExampleListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleListViewController.m; sourceTree = "<group>"; };
  53. DD52F24D179CADC0005CD195 /* MASExampleSidesView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleSidesView.h; sourceTree = "<group>"; };
  54. DD52F24E179CADC0005CD195 /* MASExampleSidesView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleSidesView.m; sourceTree = "<group>"; };
  55. DD52F24F179CADC0005CD195 /* MASExampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleViewController.h; sourceTree = "<group>"; };
  56. DD52F250179CADC0005CD195 /* MASExampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleViewController.m; sourceTree = "<group>"; };
  57. DD653E481843E61500D1EC5A /* MASExampleLayoutGuideViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleLayoutGuideViewController.h; sourceTree = "<group>"; };
  58. DD653E491843E61500D1EC5A /* MASExampleLayoutGuideViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleLayoutGuideViewController.m; sourceTree = "<group>"; };
  59. DD7CC17417ACE990007A469E /* MASExampleDebuggingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleDebuggingView.h; sourceTree = "<group>"; };
  60. DD7CC17517ACE990007A469E /* MASExampleDebuggingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleDebuggingView.m; sourceTree = "<group>"; };
  61. DD9B4D33183CC980002BF408 /* MASExampleScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleScrollView.h; sourceTree = "<group>"; };
  62. DD9B4D34183CC980002BF408 /* MASExampleScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleScrollView.m; sourceTree = "<group>"; };
  63. DDA5754C17C1B07E0010F88E /* MASCompositeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASCompositeConstraint.h; sourceTree = "<group>"; };
  64. DDA5754D17C1B07E0010F88E /* MASCompositeConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASCompositeConstraint.m; sourceTree = "<group>"; };
  65. DDA5754E17C1B07E0010F88E /* MASConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraint.h; sourceTree = "<group>"; };
  66. DDA5754F17C1B07E0010F88E /* MASConstraintMaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraintMaker.h; sourceTree = "<group>"; };
  67. DDA5755017C1B07E0010F88E /* MASConstraintMaker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraintMaker.m; sourceTree = "<group>"; };
  68. DDA5755117C1B07E0010F88E /* MASLayoutConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASLayoutConstraint.h; sourceTree = "<group>"; };
  69. DDA5755217C1B07E0010F88E /* MASLayoutConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASLayoutConstraint.m; sourceTree = "<group>"; };
  70. DDA5755417C1B07E0010F88E /* Masonry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Masonry.h; sourceTree = "<group>"; };
  71. DDA5755517C1B07E0010F88E /* MASUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASUtilities.h; sourceTree = "<group>"; };
  72. DDA5755617C1B07E0010F88E /* MASViewAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewAttribute.h; sourceTree = "<group>"; };
  73. DDA5755717C1B07E0010F88E /* MASViewAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewAttribute.m; sourceTree = "<group>"; };
  74. DDA5755817C1B07E0010F88E /* MASViewConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewConstraint.h; sourceTree = "<group>"; };
  75. DDA5755917C1B07E0010F88E /* MASViewConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewConstraint.m; sourceTree = "<group>"; };
  76. DDA5755A17C1B07E0010F88E /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = "<group>"; };
  77. DDA5755B17C1B07E0010F88E /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = "<group>"; };
  78. DDA5755C17C1B07E0010F88E /* View+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASAdditions.h"; sourceTree = "<group>"; };
  79. DDA5755D17C1B07E0010F88E /* View+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditions.m"; sourceTree = "<group>"; };
  80. DDA5755E17C1B07E0010F88E /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASShorthandAdditions.h"; sourceTree = "<group>"; };
  81. DDDF60CA181915E300BF7B8B /* MASExampleLabelView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleLabelView.h; sourceTree = "<group>"; };
  82. DDDF60CB181915E300BF7B8B /* MASExampleLabelView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleLabelView.m; sourceTree = "<group>"; };
  83. DDF3875A179D648D00178773 /* MASExampleAnimatedView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleAnimatedView.h; sourceTree = "<group>"; };
  84. DDF3875B179D648D00178773 /* MASExampleAnimatedView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleAnimatedView.m; sourceTree = "<group>"; };
  85. /* End PBXFileReference section */
  86. /* Begin PBXFrameworksBuildPhase section */
  87. DD52F224179CAD57005CD195 /* Frameworks */ = {
  88. isa = PBXFrameworksBuildPhase;
  89. buildActionMask = 2147483647;
  90. files = (
  91. DD52F22B179CAD57005CD195 /* UIKit.framework in Frameworks */,
  92. DD52F22D179CAD57005CD195 /* Foundation.framework in Frameworks */,
  93. DD52F22F179CAD57005CD195 /* CoreGraphics.framework in Frameworks */,
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. /* End PBXFrameworksBuildPhase section */
  98. /* Begin PBXGroup section */
  99. DD52F21E179CAD57005CD195 = {
  100. isa = PBXGroup;
  101. children = (
  102. DDA5754B17C1B07E0010F88E /* Masonry */,
  103. DD52F230179CAD57005CD195 /* Masonry iOS Examples */,
  104. DD52F229179CAD57005CD195 /* Frameworks */,
  105. DD52F228179CAD57005CD195 /* Products */,
  106. );
  107. sourceTree = "<group>";
  108. };
  109. DD52F228179CAD57005CD195 /* Products */ = {
  110. isa = PBXGroup;
  111. children = (
  112. DD52F227179CAD57005CD195 /* Masonry iOS Examples.app */,
  113. );
  114. name = Products;
  115. sourceTree = "<group>";
  116. };
  117. DD52F229179CAD57005CD195 /* Frameworks */ = {
  118. isa = PBXGroup;
  119. children = (
  120. DD52F22A179CAD57005CD195 /* UIKit.framework */,
  121. DD52F22C179CAD57005CD195 /* Foundation.framework */,
  122. DD52F22E179CAD57005CD195 /* CoreGraphics.framework */,
  123. );
  124. name = Frameworks;
  125. sourceTree = "<group>";
  126. };
  127. DD52F230179CAD57005CD195 /* Masonry iOS Examples */ = {
  128. isa = PBXGroup;
  129. children = (
  130. DD52F239179CAD57005CD195 /* MASAppDelegate.h */,
  131. DD52F23A179CAD57005CD195 /* MASAppDelegate.m */,
  132. DD52F257179CADCB005CD195 /* Controllers */,
  133. DD52F256179CADC4005CD195 /* Views */,
  134. DD52F231179CAD57005CD195 /* Supporting Files */,
  135. );
  136. path = "Masonry iOS Examples";
  137. sourceTree = "<group>";
  138. };
  139. DD52F231179CAD57005CD195 /* Supporting Files */ = {
  140. isa = PBXGroup;
  141. children = (
  142. DD52F232179CAD57005CD195 /* Masonry iOS Examples-Info.plist */,
  143. DD52F233179CAD57005CD195 /* InfoPlist.strings */,
  144. DD52F236179CAD57005CD195 /* main.m */,
  145. DD52F238179CAD57005CD195 /* Masonry iOS Examples-Prefix.pch */,
  146. );
  147. name = "Supporting Files";
  148. sourceTree = "<group>";
  149. };
  150. DD52F256179CADC4005CD195 /* Views */ = {
  151. isa = PBXGroup;
  152. children = (
  153. DD52F247179CADC0005CD195 /* MASExampleBasicView.h */,
  154. DD52F248179CADC0005CD195 /* MASExampleBasicView.m */,
  155. DD52F249179CADC0005CD195 /* MASExampleConstantsView.h */,
  156. DD52F24A179CADC0005CD195 /* MASExampleConstantsView.m */,
  157. DD52F24D179CADC0005CD195 /* MASExampleSidesView.h */,
  158. DD52F24E179CADC0005CD195 /* MASExampleSidesView.m */,
  159. DDF3875A179D648D00178773 /* MASExampleAnimatedView.h */,
  160. DDF3875B179D648D00178773 /* MASExampleAnimatedView.m */,
  161. DD7CC17417ACE990007A469E /* MASExampleDebuggingView.h */,
  162. DD7CC17517ACE990007A469E /* MASExampleDebuggingView.m */,
  163. DDDF60CA181915E300BF7B8B /* MASExampleLabelView.h */,
  164. DDDF60CB181915E300BF7B8B /* MASExampleLabelView.m */,
  165. DD175E68182639FB0099129A /* MASExampleUpdateView.h */,
  166. DD175E69182639FB0099129A /* MASExampleUpdateView.m */,
  167. DD9B4D33183CC980002BF408 /* MASExampleScrollView.h */,
  168. DD9B4D34183CC980002BF408 /* MASExampleScrollView.m */,
  169. );
  170. name = Views;
  171. sourceTree = "<group>";
  172. };
  173. DD52F257179CADCB005CD195 /* Controllers */ = {
  174. isa = PBXGroup;
  175. children = (
  176. DD52F24B179CADC0005CD195 /* MASExampleListViewController.h */,
  177. DD52F24C179CADC0005CD195 /* MASExampleListViewController.m */,
  178. DD52F24F179CADC0005CD195 /* MASExampleViewController.h */,
  179. DD52F250179CADC0005CD195 /* MASExampleViewController.m */,
  180. DD653E481843E61500D1EC5A /* MASExampleLayoutGuideViewController.h */,
  181. DD653E491843E61500D1EC5A /* MASExampleLayoutGuideViewController.m */,
  182. );
  183. name = Controllers;
  184. sourceTree = "<group>";
  185. };
  186. DDA5754B17C1B07E0010F88E /* Masonry */ = {
  187. isa = PBXGroup;
  188. children = (
  189. DDA5754C17C1B07E0010F88E /* MASCompositeConstraint.h */,
  190. DDA5754D17C1B07E0010F88E /* MASCompositeConstraint.m */,
  191. DDA5754E17C1B07E0010F88E /* MASConstraint.h */,
  192. DDA5754F17C1B07E0010F88E /* MASConstraintMaker.h */,
  193. DDA5755017C1B07E0010F88E /* MASConstraintMaker.m */,
  194. DDA5755117C1B07E0010F88E /* MASLayoutConstraint.h */,
  195. DDA5755217C1B07E0010F88E /* MASLayoutConstraint.m */,
  196. DDA5755417C1B07E0010F88E /* Masonry.h */,
  197. DDA5755517C1B07E0010F88E /* MASUtilities.h */,
  198. DDA5755617C1B07E0010F88E /* MASViewAttribute.h */,
  199. DDA5755717C1B07E0010F88E /* MASViewAttribute.m */,
  200. DDA5755817C1B07E0010F88E /* MASViewConstraint.h */,
  201. DDA5755917C1B07E0010F88E /* MASViewConstraint.m */,
  202. DDA5755A17C1B07E0010F88E /* NSLayoutConstraint+MASDebugAdditions.h */,
  203. DDA5755B17C1B07E0010F88E /* NSLayoutConstraint+MASDebugAdditions.m */,
  204. DDA5755C17C1B07E0010F88E /* View+MASAdditions.h */,
  205. DDA5755D17C1B07E0010F88E /* View+MASAdditions.m */,
  206. DDA5755E17C1B07E0010F88E /* View+MASShorthandAdditions.h */,
  207. );
  208. name = Masonry;
  209. path = ../Masonry;
  210. sourceTree = "<group>";
  211. };
  212. /* End PBXGroup section */
  213. /* Begin PBXNativeTarget section */
  214. DD52F226179CAD57005CD195 /* Masonry iOS Examples */ = {
  215. isa = PBXNativeTarget;
  216. buildConfigurationList = DD52F244179CAD57005CD195 /* Build configuration list for PBXNativeTarget "Masonry iOS Examples" */;
  217. buildPhases = (
  218. DD52F223179CAD57005CD195 /* Sources */,
  219. DD52F224179CAD57005CD195 /* Frameworks */,
  220. DD52F225179CAD57005CD195 /* Resources */,
  221. );
  222. buildRules = (
  223. );
  224. dependencies = (
  225. );
  226. name = "Masonry iOS Examples";
  227. productName = "Masonry iOS Examples";
  228. productReference = DD52F227179CAD57005CD195 /* Masonry iOS Examples.app */;
  229. productType = "com.apple.product-type.application";
  230. };
  231. /* End PBXNativeTarget section */
  232. /* Begin PBXProject section */
  233. DD52F21F179CAD57005CD195 /* Project object */ = {
  234. isa = PBXProject;
  235. attributes = {
  236. CLASSPREFIX = MAS;
  237. LastUpgradeCheck = 0460;
  238. ORGANIZATIONNAME = "Jonas Budelmann";
  239. };
  240. buildConfigurationList = DD52F222179CAD57005CD195 /* Build configuration list for PBXProject "Masonry iOS Examples" */;
  241. compatibilityVersion = "Xcode 3.2";
  242. developmentRegion = English;
  243. hasScannedForEncodings = 0;
  244. knownRegions = (
  245. en,
  246. );
  247. mainGroup = DD52F21E179CAD57005CD195;
  248. productRefGroup = DD52F228179CAD57005CD195 /* Products */;
  249. projectDirPath = "";
  250. projectRoot = "";
  251. targets = (
  252. DD52F226179CAD57005CD195 /* Masonry iOS Examples */,
  253. );
  254. };
  255. /* End PBXProject section */
  256. /* Begin PBXResourcesBuildPhase section */
  257. DD52F225179CAD57005CD195 /* Resources */ = {
  258. isa = PBXResourcesBuildPhase;
  259. buildActionMask = 2147483647;
  260. files = (
  261. DD52F235179CAD57005CD195 /* InfoPlist.strings in Resources */,
  262. );
  263. runOnlyForDeploymentPostprocessing = 0;
  264. };
  265. /* End PBXResourcesBuildPhase section */
  266. /* Begin PBXSourcesBuildPhase section */
  267. DD52F223179CAD57005CD195 /* Sources */ = {
  268. isa = PBXSourcesBuildPhase;
  269. buildActionMask = 2147483647;
  270. files = (
  271. DD175E6A182639FB0099129A /* MASExampleUpdateView.m in Sources */,
  272. DD52F237179CAD57005CD195 /* main.m in Sources */,
  273. DD52F23B179CAD57005CD195 /* MASAppDelegate.m in Sources */,
  274. DD52F251179CADC0005CD195 /* MASExampleBasicView.m in Sources */,
  275. DD653E4A1843E61500D1EC5A /* MASExampleLayoutGuideViewController.m in Sources */,
  276. DDDF60CC181915E300BF7B8B /* MASExampleLabelView.m in Sources */,
  277. DD52F252179CADC0005CD195 /* MASExampleConstantsView.m in Sources */,
  278. DD52F253179CADC0005CD195 /* MASExampleListViewController.m in Sources */,
  279. DD52F254179CADC0005CD195 /* MASExampleSidesView.m in Sources */,
  280. DD52F255179CADC0005CD195 /* MASExampleViewController.m in Sources */,
  281. DDF3875C179D648D00178773 /* MASExampleAnimatedView.m in Sources */,
  282. DD7CC17617ACE990007A469E /* MASExampleDebuggingView.m in Sources */,
  283. DDA5755F17C1B07E0010F88E /* MASCompositeConstraint.m in Sources */,
  284. DDA5756017C1B07E0010F88E /* MASConstraintMaker.m in Sources */,
  285. DDA5756117C1B07E0010F88E /* MASLayoutConstraint.m in Sources */,
  286. DDA5756217C1B07E0010F88E /* MASViewAttribute.m in Sources */,
  287. DDA5756317C1B07E0010F88E /* MASViewConstraint.m in Sources */,
  288. DDA5756417C1B07E0010F88E /* NSLayoutConstraint+MASDebugAdditions.m in Sources */,
  289. DDA5756517C1B07E0010F88E /* View+MASAdditions.m in Sources */,
  290. DD9B4D35183CC980002BF408 /* MASExampleScrollView.m in Sources */,
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. /* End PBXSourcesBuildPhase section */
  295. /* Begin PBXVariantGroup section */
  296. DD52F233179CAD57005CD195 /* InfoPlist.strings */ = {
  297. isa = PBXVariantGroup;
  298. children = (
  299. DD52F234179CAD57005CD195 /* en */,
  300. );
  301. name = InfoPlist.strings;
  302. sourceTree = "<group>";
  303. };
  304. /* End PBXVariantGroup section */
  305. /* Begin XCBuildConfiguration section */
  306. DD52F242179CAD57005CD195 /* Debug */ = {
  307. isa = XCBuildConfiguration;
  308. buildSettings = {
  309. ALWAYS_SEARCH_USER_PATHS = YES;
  310. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  311. CLANG_CXX_LIBRARY = "libc++";
  312. CLANG_ENABLE_OBJC_ARC = YES;
  313. CLANG_WARN_CONSTANT_CONVERSION = YES;
  314. CLANG_WARN_EMPTY_BODY = YES;
  315. CLANG_WARN_ENUM_CONVERSION = YES;
  316. CLANG_WARN_INT_CONVERSION = YES;
  317. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  318. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  319. COPY_PHASE_STRIP = NO;
  320. GCC_C_LANGUAGE_STANDARD = gnu99;
  321. GCC_DYNAMIC_NO_PIC = NO;
  322. GCC_OPTIMIZATION_LEVEL = 0;
  323. GCC_PREPROCESSOR_DEFINITIONS = (
  324. "DEBUG=1",
  325. "$(inherited)",
  326. );
  327. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  328. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  329. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  330. GCC_WARN_UNUSED_VARIABLE = YES;
  331. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  332. ONLY_ACTIVE_ARCH = YES;
  333. SDKROOT = iphoneos;
  334. TARGETED_DEVICE_FAMILY = "1,2";
  335. };
  336. name = Debug;
  337. };
  338. DD52F243179CAD57005CD195 /* Release */ = {
  339. isa = XCBuildConfiguration;
  340. buildSettings = {
  341. ALWAYS_SEARCH_USER_PATHS = YES;
  342. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  343. CLANG_CXX_LIBRARY = "libc++";
  344. CLANG_ENABLE_OBJC_ARC = YES;
  345. CLANG_WARN_CONSTANT_CONVERSION = YES;
  346. CLANG_WARN_EMPTY_BODY = YES;
  347. CLANG_WARN_ENUM_CONVERSION = YES;
  348. CLANG_WARN_INT_CONVERSION = YES;
  349. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  350. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  351. COPY_PHASE_STRIP = YES;
  352. GCC_C_LANGUAGE_STANDARD = gnu99;
  353. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  354. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  355. GCC_WARN_UNUSED_VARIABLE = YES;
  356. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  357. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  358. SDKROOT = iphoneos;
  359. TARGETED_DEVICE_FAMILY = "1,2";
  360. VALIDATE_PRODUCT = YES;
  361. };
  362. name = Release;
  363. };
  364. DD52F245179CAD57005CD195 /* Debug */ = {
  365. isa = XCBuildConfiguration;
  366. buildSettings = {
  367. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  368. GCC_PREFIX_HEADER = "Masonry iOS Examples/Masonry iOS Examples-Prefix.pch";
  369. INFOPLIST_FILE = "Masonry iOS Examples/Masonry iOS Examples-Info.plist";
  370. OTHER_LDFLAGS = (
  371. "-ObjC",
  372. "-all_load",
  373. );
  374. PRODUCT_NAME = "Masonry iOS Examples";
  375. WRAPPER_EXTENSION = app;
  376. };
  377. name = Debug;
  378. };
  379. DD52F246179CAD57005CD195 /* Release */ = {
  380. isa = XCBuildConfiguration;
  381. buildSettings = {
  382. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  383. GCC_PREFIX_HEADER = "Masonry iOS Examples/Masonry iOS Examples-Prefix.pch";
  384. INFOPLIST_FILE = "Masonry iOS Examples/Masonry iOS Examples-Info.plist";
  385. OTHER_LDFLAGS = (
  386. "-ObjC",
  387. "-all_load",
  388. );
  389. PRODUCT_NAME = "Masonry iOS Examples";
  390. WRAPPER_EXTENSION = app;
  391. };
  392. name = Release;
  393. };
  394. /* End XCBuildConfiguration section */
  395. /* Begin XCConfigurationList section */
  396. DD52F222179CAD57005CD195 /* Build configuration list for PBXProject "Masonry iOS Examples" */ = {
  397. isa = XCConfigurationList;
  398. buildConfigurations = (
  399. DD52F242179CAD57005CD195 /* Debug */,
  400. DD52F243179CAD57005CD195 /* Release */,
  401. );
  402. defaultConfigurationIsVisible = 0;
  403. defaultConfigurationName = Release;
  404. };
  405. DD52F244179CAD57005CD195 /* Build configuration list for PBXNativeTarget "Masonry iOS Examples" */ = {
  406. isa = XCConfigurationList;
  407. buildConfigurations = (
  408. DD52F245179CAD57005CD195 /* Debug */,
  409. DD52F246179CAD57005CD195 /* Release */,
  410. );
  411. defaultConfigurationIsVisible = 0;
  412. defaultConfigurationName = Release;
  413. };
  414. /* End XCConfigurationList section */
  415. };
  416. rootObject = DD52F21F179CAD57005CD195 /* Project object */;
  417. }