project.pbxproj 28 KB

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