project.pbxproj 23 KB

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