project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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. DD52F26E179CBA05005CD195 /* libMasonry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DD52F26D179CBA05005CD195 /* libMasonry.a */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXFileReference section */
  23. DD52F227179CAD57005CD195 /* MasonryExamples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MasonryExamples.app; sourceTree = BUILT_PRODUCTS_DIR; };
  24. DD52F22A179CAD57005CD195 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  25. DD52F22C179CAD57005CD195 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  26. DD52F22E179CAD57005CD195 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  27. DD52F232179CAD57005CD195 /* MasonryExamples-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MasonryExamples-Info.plist"; sourceTree = "<group>"; };
  28. DD52F234179CAD57005CD195 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  29. DD52F236179CAD57005CD195 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  30. DD52F238179CAD57005CD195 /* MasonryExamples-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MasonryExamples-Prefix.pch"; sourceTree = "<group>"; };
  31. DD52F239179CAD57005CD195 /* MASAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MASAppDelegate.h; sourceTree = "<group>"; };
  32. DD52F23A179CAD57005CD195 /* MASAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MASAppDelegate.m; sourceTree = "<group>"; };
  33. DD52F247179CADC0005CD195 /* MASExampleBasicView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleBasicView.h; sourceTree = "<group>"; };
  34. DD52F248179CADC0005CD195 /* MASExampleBasicView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleBasicView.m; sourceTree = "<group>"; };
  35. DD52F249179CADC0005CD195 /* MASExampleConstantsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleConstantsView.h; sourceTree = "<group>"; };
  36. DD52F24A179CADC0005CD195 /* MASExampleConstantsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleConstantsView.m; sourceTree = "<group>"; };
  37. DD52F24B179CADC0005CD195 /* MASExampleListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleListViewController.h; sourceTree = "<group>"; };
  38. DD52F24C179CADC0005CD195 /* MASExampleListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleListViewController.m; sourceTree = "<group>"; };
  39. DD52F24D179CADC0005CD195 /* MASExampleSidesView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleSidesView.h; sourceTree = "<group>"; };
  40. DD52F24E179CADC0005CD195 /* MASExampleSidesView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleSidesView.m; sourceTree = "<group>"; };
  41. DD52F24F179CADC0005CD195 /* MASExampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASExampleViewController.h; sourceTree = "<group>"; };
  42. DD52F250179CADC0005CD195 /* MASExampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASExampleViewController.m; sourceTree = "<group>"; };
  43. DD52F26D179CBA05005CD195 /* libMasonry.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libMasonry.a; sourceTree = BUILT_PRODUCTS_DIR; };
  44. /* End PBXFileReference section */
  45. /* Begin PBXFrameworksBuildPhase section */
  46. DD52F224179CAD57005CD195 /* Frameworks */ = {
  47. isa = PBXFrameworksBuildPhase;
  48. buildActionMask = 2147483647;
  49. files = (
  50. DD52F26E179CBA05005CD195 /* libMasonry.a in Frameworks */,
  51. DD52F22B179CAD57005CD195 /* UIKit.framework in Frameworks */,
  52. DD52F22D179CAD57005CD195 /* Foundation.framework in Frameworks */,
  53. DD52F22F179CAD57005CD195 /* CoreGraphics.framework in Frameworks */,
  54. );
  55. runOnlyForDeploymentPostprocessing = 0;
  56. };
  57. /* End PBXFrameworksBuildPhase section */
  58. /* Begin PBXGroup section */
  59. DD52F21E179CAD57005CD195 = {
  60. isa = PBXGroup;
  61. children = (
  62. DD52F26D179CBA05005CD195 /* libMasonry.a */,
  63. DD52F230179CAD57005CD195 /* MasonryExamples */,
  64. DD52F229179CAD57005CD195 /* Frameworks */,
  65. DD52F228179CAD57005CD195 /* Products */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. DD52F228179CAD57005CD195 /* Products */ = {
  70. isa = PBXGroup;
  71. children = (
  72. DD52F227179CAD57005CD195 /* MasonryExamples.app */,
  73. );
  74. name = Products;
  75. sourceTree = "<group>";
  76. };
  77. DD52F229179CAD57005CD195 /* Frameworks */ = {
  78. isa = PBXGroup;
  79. children = (
  80. DD52F22A179CAD57005CD195 /* UIKit.framework */,
  81. DD52F22C179CAD57005CD195 /* Foundation.framework */,
  82. DD52F22E179CAD57005CD195 /* CoreGraphics.framework */,
  83. );
  84. name = Frameworks;
  85. sourceTree = "<group>";
  86. };
  87. DD52F230179CAD57005CD195 /* MasonryExamples */ = {
  88. isa = PBXGroup;
  89. children = (
  90. DD52F239179CAD57005CD195 /* MASAppDelegate.h */,
  91. DD52F23A179CAD57005CD195 /* MASAppDelegate.m */,
  92. DD52F257179CADCB005CD195 /* Controllers */,
  93. DD52F256179CADC4005CD195 /* Views */,
  94. DD52F231179CAD57005CD195 /* Supporting Files */,
  95. );
  96. path = MasonryExamples;
  97. sourceTree = "<group>";
  98. };
  99. DD52F231179CAD57005CD195 /* Supporting Files */ = {
  100. isa = PBXGroup;
  101. children = (
  102. DD52F232179CAD57005CD195 /* MasonryExamples-Info.plist */,
  103. DD52F233179CAD57005CD195 /* InfoPlist.strings */,
  104. DD52F236179CAD57005CD195 /* main.m */,
  105. DD52F238179CAD57005CD195 /* MasonryExamples-Prefix.pch */,
  106. );
  107. name = "Supporting Files";
  108. sourceTree = "<group>";
  109. };
  110. DD52F256179CADC4005CD195 /* Views */ = {
  111. isa = PBXGroup;
  112. children = (
  113. DD52F247179CADC0005CD195 /* MASExampleBasicView.h */,
  114. DD52F248179CADC0005CD195 /* MASExampleBasicView.m */,
  115. DD52F249179CADC0005CD195 /* MASExampleConstantsView.h */,
  116. DD52F24A179CADC0005CD195 /* MASExampleConstantsView.m */,
  117. DD52F24D179CADC0005CD195 /* MASExampleSidesView.h */,
  118. DD52F24E179CADC0005CD195 /* MASExampleSidesView.m */,
  119. );
  120. name = Views;
  121. sourceTree = "<group>";
  122. };
  123. DD52F257179CADCB005CD195 /* Controllers */ = {
  124. isa = PBXGroup;
  125. children = (
  126. DD52F24B179CADC0005CD195 /* MASExampleListViewController.h */,
  127. DD52F24C179CADC0005CD195 /* MASExampleListViewController.m */,
  128. DD52F24F179CADC0005CD195 /* MASExampleViewController.h */,
  129. DD52F250179CADC0005CD195 /* MASExampleViewController.m */,
  130. );
  131. name = Controllers;
  132. sourceTree = "<group>";
  133. };
  134. /* End PBXGroup section */
  135. /* Begin PBXNativeTarget section */
  136. DD52F226179CAD57005CD195 /* MasonryExamples */ = {
  137. isa = PBXNativeTarget;
  138. buildConfigurationList = DD52F244179CAD57005CD195 /* Build configuration list for PBXNativeTarget "MasonryExamples" */;
  139. buildPhases = (
  140. DD52F223179CAD57005CD195 /* Sources */,
  141. DD52F224179CAD57005CD195 /* Frameworks */,
  142. DD52F225179CAD57005CD195 /* Resources */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = MasonryExamples;
  149. productName = MasonryExamples;
  150. productReference = DD52F227179CAD57005CD195 /* MasonryExamples.app */;
  151. productType = "com.apple.product-type.application";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. DD52F21F179CAD57005CD195 /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. CLASSPREFIX = MAS;
  159. LastUpgradeCheck = 0460;
  160. ORGANIZATIONNAME = "Jonas Budelmann";
  161. };
  162. buildConfigurationList = DD52F222179CAD57005CD195 /* Build configuration list for PBXProject "MasonryExamples" */;
  163. compatibilityVersion = "Xcode 3.2";
  164. developmentRegion = English;
  165. hasScannedForEncodings = 0;
  166. knownRegions = (
  167. en,
  168. );
  169. mainGroup = DD52F21E179CAD57005CD195;
  170. productRefGroup = DD52F228179CAD57005CD195 /* Products */;
  171. projectDirPath = "";
  172. projectRoot = "";
  173. targets = (
  174. DD52F226179CAD57005CD195 /* MasonryExamples */,
  175. );
  176. };
  177. /* End PBXProject section */
  178. /* Begin PBXResourcesBuildPhase section */
  179. DD52F225179CAD57005CD195 /* Resources */ = {
  180. isa = PBXResourcesBuildPhase;
  181. buildActionMask = 2147483647;
  182. files = (
  183. DD52F235179CAD57005CD195 /* InfoPlist.strings in Resources */,
  184. );
  185. runOnlyForDeploymentPostprocessing = 0;
  186. };
  187. /* End PBXResourcesBuildPhase section */
  188. /* Begin PBXSourcesBuildPhase section */
  189. DD52F223179CAD57005CD195 /* Sources */ = {
  190. isa = PBXSourcesBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. DD52F237179CAD57005CD195 /* main.m in Sources */,
  194. DD52F23B179CAD57005CD195 /* MASAppDelegate.m in Sources */,
  195. DD52F251179CADC0005CD195 /* MASExampleBasicView.m in Sources */,
  196. DD52F252179CADC0005CD195 /* MASExampleConstantsView.m in Sources */,
  197. DD52F253179CADC0005CD195 /* MASExampleListViewController.m in Sources */,
  198. DD52F254179CADC0005CD195 /* MASExampleSidesView.m in Sources */,
  199. DD52F255179CADC0005CD195 /* MASExampleViewController.m in Sources */,
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. /* End PBXSourcesBuildPhase section */
  204. /* Begin PBXVariantGroup section */
  205. DD52F233179CAD57005CD195 /* InfoPlist.strings */ = {
  206. isa = PBXVariantGroup;
  207. children = (
  208. DD52F234179CAD57005CD195 /* en */,
  209. );
  210. name = InfoPlist.strings;
  211. sourceTree = "<group>";
  212. };
  213. /* End PBXVariantGroup section */
  214. /* Begin XCBuildConfiguration section */
  215. DD52F242179CAD57005CD195 /* Debug */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. ALWAYS_SEARCH_USER_PATHS = YES;
  219. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  220. CLANG_CXX_LIBRARY = "libc++";
  221. CLANG_ENABLE_OBJC_ARC = YES;
  222. CLANG_WARN_CONSTANT_CONVERSION = YES;
  223. CLANG_WARN_EMPTY_BODY = YES;
  224. CLANG_WARN_ENUM_CONVERSION = YES;
  225. CLANG_WARN_INT_CONVERSION = YES;
  226. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  227. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  228. COPY_PHASE_STRIP = NO;
  229. GCC_C_LANGUAGE_STANDARD = gnu99;
  230. GCC_DYNAMIC_NO_PIC = NO;
  231. GCC_OPTIMIZATION_LEVEL = 0;
  232. GCC_PREPROCESSOR_DEFINITIONS = (
  233. "DEBUG=1",
  234. "$(inherited)",
  235. );
  236. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  237. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  238. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  239. GCC_WARN_UNUSED_VARIABLE = YES;
  240. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  241. ONLY_ACTIVE_ARCH = YES;
  242. SDKROOT = iphoneos;
  243. TARGETED_DEVICE_FAMILY = "1,2";
  244. };
  245. name = Debug;
  246. };
  247. DD52F243179CAD57005CD195 /* Release */ = {
  248. isa = XCBuildConfiguration;
  249. buildSettings = {
  250. ALWAYS_SEARCH_USER_PATHS = YES;
  251. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  252. CLANG_CXX_LIBRARY = "libc++";
  253. CLANG_ENABLE_OBJC_ARC = YES;
  254. CLANG_WARN_CONSTANT_CONVERSION = YES;
  255. CLANG_WARN_EMPTY_BODY = YES;
  256. CLANG_WARN_ENUM_CONVERSION = YES;
  257. CLANG_WARN_INT_CONVERSION = YES;
  258. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  259. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  260. COPY_PHASE_STRIP = YES;
  261. GCC_C_LANGUAGE_STANDARD = gnu99;
  262. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  263. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  264. GCC_WARN_UNUSED_VARIABLE = YES;
  265. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  266. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  267. SDKROOT = iphoneos;
  268. TARGETED_DEVICE_FAMILY = "1,2";
  269. VALIDATE_PRODUCT = YES;
  270. };
  271. name = Release;
  272. };
  273. DD52F245179CAD57005CD195 /* Debug */ = {
  274. isa = XCBuildConfiguration;
  275. buildSettings = {
  276. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  277. GCC_PREFIX_HEADER = "MasonryExamples/MasonryExamples-Prefix.pch";
  278. INFOPLIST_FILE = "MasonryExamples/MasonryExamples-Info.plist";
  279. LIBRARY_SEARCH_PATHS = (
  280. "$(inherited)",
  281. "\"$(SRCROOT)/../../../Library/Developer/Xcode/DerivedData/Masonry-fbkxraflfpslgmcoluezbqgkgcsz/Build/Products/Debug-iphoneos\"",
  282. );
  283. OTHER_LDFLAGS = (
  284. "-ObjC",
  285. "-all_load",
  286. );
  287. PRODUCT_NAME = "$(TARGET_NAME)";
  288. USER_HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/**";
  289. WRAPPER_EXTENSION = app;
  290. };
  291. name = Debug;
  292. };
  293. DD52F246179CAD57005CD195 /* Release */ = {
  294. isa = XCBuildConfiguration;
  295. buildSettings = {
  296. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  297. GCC_PREFIX_HEADER = "MasonryExamples/MasonryExamples-Prefix.pch";
  298. INFOPLIST_FILE = "MasonryExamples/MasonryExamples-Info.plist";
  299. LIBRARY_SEARCH_PATHS = (
  300. "$(inherited)",
  301. "\"$(SRCROOT)/../../../Library/Developer/Xcode/DerivedData/Masonry-fbkxraflfpslgmcoluezbqgkgcsz/Build/Products/Debug-iphoneos\"",
  302. );
  303. OTHER_LDFLAGS = (
  304. "-ObjC",
  305. "-all_load",
  306. );
  307. PRODUCT_NAME = "$(TARGET_NAME)";
  308. USER_HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/**";
  309. WRAPPER_EXTENSION = app;
  310. };
  311. name = Release;
  312. };
  313. /* End XCBuildConfiguration section */
  314. /* Begin XCConfigurationList section */
  315. DD52F222179CAD57005CD195 /* Build configuration list for PBXProject "MasonryExamples" */ = {
  316. isa = XCConfigurationList;
  317. buildConfigurations = (
  318. DD52F242179CAD57005CD195 /* Debug */,
  319. DD52F243179CAD57005CD195 /* Release */,
  320. );
  321. defaultConfigurationIsVisible = 0;
  322. defaultConfigurationName = Release;
  323. };
  324. DD52F244179CAD57005CD195 /* Build configuration list for PBXNativeTarget "MasonryExamples" */ = {
  325. isa = XCConfigurationList;
  326. buildConfigurations = (
  327. DD52F245179CAD57005CD195 /* Debug */,
  328. DD52F246179CAD57005CD195 /* Release */,
  329. );
  330. defaultConfigurationIsVisible = 0;
  331. defaultConfigurationName = Release;
  332. };
  333. /* End XCConfigurationList section */
  334. };
  335. rootObject = DD52F21F179CAD57005CD195 /* Project object */;
  336. }