project.pbxproj 23 KB

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