project.pbxproj 24 KB

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