/TestObjcGenerator/TestObjcGenerator.xcodeproj/project.pbxproj

http://github.com/juancruzmdq/objc-generator · Unknown · 312 lines · 302 code · 10 blank · 0 comment · 0 complexity · 24867e10011e483cc9341d0aade07eed MD5 · raw file

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1D3623260D0F684500981E51 /* TestObjcGeneratorAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* TestObjcGeneratorAppDelegate.m */; };
  10. 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
  11. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  12. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  13. 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
  14. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
  15. EE37E98A1350F195003E861E /* Main.m in Sources */ = {isa = PBXBuildFile; fileRef = EE37E9881350F195003E861E /* Main.m */; };
  16. EE37E98B1350F195003E861E /* Main.xib in Resources */ = {isa = PBXBuildFile; fileRef = EE37E9891350F195003E861E /* Main.xib */; };
  17. EE37E98F1350F1B0003E861E /* Second.m in Sources */ = {isa = PBXBuildFile; fileRef = EE37E98D1350F1B0003E861E /* Second.m */; };
  18. EE37E9981350F23A003E861E /* objcGenerator.plist in Resources */ = {isa = PBXBuildFile; fileRef = EE37E9971350F23A003E861E /* objcGenerator.plist */; };
  19. EE37E9B51350F7EE003E861E /* _Main.m in Sources */ = {isa = PBXBuildFile; fileRef = EE37E9B41350F7EE003E861E /* _Main.m */; };
  20. EE37E9B81350F7FC003E861E /* _Second.m in Sources */ = {isa = PBXBuildFile; fileRef = EE37E9B71350F7FC003E861E /* _Second.m */; };
  21. EE37E9C71350FAE3003E861E /* README in Resources */ = {isa = PBXBuildFile; fileRef = EE37E9C61350FAE3003E861E /* README */; };
  22. EE37E9F81350FED5003E861E /* Second.xib in Resources */ = {isa = PBXBuildFile; fileRef = EE37E9F71350FED5003E861E /* Second.xib */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXFileReference section */
  25. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  26. 1D3623240D0F684500981E51 /* TestObjcGeneratorAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObjcGeneratorAppDelegate.h; sourceTree = "<group>"; };
  27. 1D3623250D0F684500981E51 /* TestObjcGeneratorAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestObjcGeneratorAppDelegate.m; sourceTree = "<group>"; };
  28. 1D6058910D05DD3D006BFB54 /* TestObjcGenerator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestObjcGenerator.app; sourceTree = BUILT_PRODUCTS_DIR; };
  29. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  30. 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  31. 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
  32. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  33. 32CA4F630368D1EE00C91783 /* TestObjcGenerator_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObjcGenerator_Prefix.pch; sourceTree = "<group>"; };
  34. 8D1107310486CEB800E47090 /* TestObjcGenerator-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "TestObjcGenerator-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
  35. EE37E9871350F195003E861E /* Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Main.h; path = Views/Main/Main.h; sourceTree = "<group>"; };
  36. EE37E9881350F195003E861E /* Main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Main.m; path = Views/Main/Main.m; sourceTree = "<group>"; };
  37. EE37E9891350F195003E861E /* Main.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Main.xib; path = Views/Main/Main.xib; sourceTree = "<group>"; };
  38. EE37E98C1350F1B0003E861E /* Second.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Second.h; path = Views/Second/Second.h; sourceTree = "<group>"; };
  39. EE37E98D1350F1B0003E861E /* Second.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Second.m; path = Views/Second/Second.m; sourceTree = "<group>"; };
  40. EE37E9971350F23A003E861E /* objcGenerator.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = objcGenerator.plist; sourceTree = "<group>"; };
  41. EE37E9B31350F7EE003E861E /* _Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = _Main.h; path = Views/Main/_Main.h; sourceTree = "<group>"; };
  42. EE37E9B41350F7EE003E861E /* _Main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = _Main.m; path = Views/Main/_Main.m; sourceTree = "<group>"; };
  43. EE37E9B61350F7FC003E861E /* _Second.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = _Second.h; path = Views/Second/_Second.h; sourceTree = "<group>"; };
  44. EE37E9B71350F7FC003E861E /* _Second.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = _Second.m; path = Views/Second/_Second.m; sourceTree = "<group>"; };
  45. EE37E9C61350FAE3003E861E /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
  46. EE37E9F71350FED5003E861E /* Second.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Second.xib; path = Views/Second/Second.xib; sourceTree = "<group>"; };
  47. /* End PBXFileReference section */
  48. /* Begin PBXFrameworksBuildPhase section */
  49. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  50. isa = PBXFrameworksBuildPhase;
  51. buildActionMask = 2147483647;
  52. files = (
  53. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  54. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  55. 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. /* End PBXFrameworksBuildPhase section */
  60. /* Begin PBXGroup section */
  61. 080E96DDFE201D6D7F000001 /* Classes */ = {
  62. isa = PBXGroup;
  63. children = (
  64. EE37E9841350F172003E861E /* Views */,
  65. 1D3623240D0F684500981E51 /* TestObjcGeneratorAppDelegate.h */,
  66. 1D3623250D0F684500981E51 /* TestObjcGeneratorAppDelegate.m */,
  67. );
  68. path = Classes;
  69. sourceTree = "<group>";
  70. };
  71. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 1D6058910D05DD3D006BFB54 /* TestObjcGenerator.app */,
  75. );
  76. name = Products;
  77. sourceTree = "<group>";
  78. };
  79. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  80. isa = PBXGroup;
  81. children = (
  82. 080E96DDFE201D6D7F000001 /* Classes */,
  83. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  84. 29B97317FDCFA39411CA2CEA /* Resources */,
  85. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  86. 19C28FACFE9D520D11CA2CBB /* Products */,
  87. );
  88. name = CustomTemplate;
  89. sourceTree = "<group>";
  90. };
  91. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  92. isa = PBXGroup;
  93. children = (
  94. EE37E9971350F23A003E861E /* objcGenerator.plist */,
  95. 32CA4F630368D1EE00C91783 /* TestObjcGenerator_Prefix.pch */,
  96. 29B97316FDCFA39411CA2CEA /* main.m */,
  97. EE37E9C61350FAE3003E861E /* README */,
  98. );
  99. name = "Other Sources";
  100. sourceTree = "<group>";
  101. };
  102. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
  106. 8D1107310486CEB800E47090 /* TestObjcGenerator-Info.plist */,
  107. );
  108. name = Resources;
  109. sourceTree = "<group>";
  110. };
  111. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  115. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  116. 288765FC0DF74451002DB57D /* CoreGraphics.framework */,
  117. );
  118. name = Frameworks;
  119. sourceTree = "<group>";
  120. };
  121. EE37E9841350F172003E861E /* Views */ = {
  122. isa = PBXGroup;
  123. children = (
  124. EE37E9911350F1B4003E861E /* Second */,
  125. EE37E9861350F17D003E861E /* Main */,
  126. );
  127. name = Views;
  128. sourceTree = "<group>";
  129. };
  130. EE37E9861350F17D003E861E /* Main */ = {
  131. isa = PBXGroup;
  132. children = (
  133. EE37E9B31350F7EE003E861E /* _Main.h */,
  134. EE37E9B41350F7EE003E861E /* _Main.m */,
  135. EE37E9871350F195003E861E /* Main.h */,
  136. EE37E9881350F195003E861E /* Main.m */,
  137. EE37E9891350F195003E861E /* Main.xib */,
  138. );
  139. name = Main;
  140. sourceTree = "<group>";
  141. };
  142. EE37E9911350F1B4003E861E /* Second */ = {
  143. isa = PBXGroup;
  144. children = (
  145. EE37E9B61350F7FC003E861E /* _Second.h */,
  146. EE37E9B71350F7FC003E861E /* _Second.m */,
  147. EE37E98C1350F1B0003E861E /* Second.h */,
  148. EE37E98D1350F1B0003E861E /* Second.m */,
  149. EE37E9F71350FED5003E861E /* Second.xib */,
  150. );
  151. name = Second;
  152. sourceTree = "<group>";
  153. };
  154. /* End PBXGroup section */
  155. /* Begin PBXNativeTarget section */
  156. 1D6058900D05DD3D006BFB54 /* TestObjcGenerator */ = {
  157. isa = PBXNativeTarget;
  158. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "TestObjcGenerator" */;
  159. buildPhases = (
  160. 1D60588D0D05DD3D006BFB54 /* Resources */,
  161. 1D60588E0D05DD3D006BFB54 /* Sources */,
  162. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  163. );
  164. buildRules = (
  165. );
  166. dependencies = (
  167. );
  168. name = TestObjcGenerator;
  169. productName = TestObjcGenerator;
  170. productReference = 1D6058910D05DD3D006BFB54 /* TestObjcGenerator.app */;
  171. productType = "com.apple.product-type.application";
  172. };
  173. /* End PBXNativeTarget section */
  174. /* Begin PBXProject section */
  175. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  176. isa = PBXProject;
  177. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestObjcGenerator" */;
  178. compatibilityVersion = "Xcode 3.1";
  179. developmentRegion = English;
  180. hasScannedForEncodings = 1;
  181. knownRegions = (
  182. English,
  183. Japanese,
  184. French,
  185. German,
  186. );
  187. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  188. projectDirPath = "";
  189. projectRoot = "";
  190. targets = (
  191. 1D6058900D05DD3D006BFB54 /* TestObjcGenerator */,
  192. );
  193. };
  194. /* End PBXProject section */
  195. /* Begin PBXResourcesBuildPhase section */
  196. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  197. isa = PBXResourcesBuildPhase;
  198. buildActionMask = 2147483647;
  199. files = (
  200. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
  201. EE37E98B1350F195003E861E /* Main.xib in Resources */,
  202. EE37E9981350F23A003E861E /* objcGenerator.plist in Resources */,
  203. EE37E9C71350FAE3003E861E /* README in Resources */,
  204. EE37E9F81350FED5003E861E /* Second.xib in Resources */,
  205. );
  206. runOnlyForDeploymentPostprocessing = 0;
  207. };
  208. /* End PBXResourcesBuildPhase section */
  209. /* Begin PBXSourcesBuildPhase section */
  210. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  211. isa = PBXSourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 1D60589B0D05DD56006BFB54 /* main.m in Sources */,
  215. 1D3623260D0F684500981E51 /* TestObjcGeneratorAppDelegate.m in Sources */,
  216. EE37E98A1350F195003E861E /* Main.m in Sources */,
  217. EE37E98F1350F1B0003E861E /* Second.m in Sources */,
  218. EE37E9B51350F7EE003E861E /* _Main.m in Sources */,
  219. EE37E9B81350F7FC003E861E /* _Second.m in Sources */,
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. /* End PBXSourcesBuildPhase section */
  224. /* Begin XCBuildConfiguration section */
  225. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  226. isa = XCBuildConfiguration;
  227. buildSettings = {
  228. ALWAYS_SEARCH_USER_PATHS = NO;
  229. COPY_PHASE_STRIP = NO;
  230. GCC_DYNAMIC_NO_PIC = NO;
  231. GCC_OPTIMIZATION_LEVEL = 0;
  232. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  233. GCC_PREFIX_HEADER = TestObjcGenerator_Prefix.pch;
  234. INFOPLIST_FILE = "TestObjcGenerator-Info.plist";
  235. PRODUCT_NAME = TestObjcGenerator;
  236. };
  237. name = Debug;
  238. };
  239. 1D6058950D05DD3E006BFB54 /* Release */ = {
  240. isa = XCBuildConfiguration;
  241. buildSettings = {
  242. ALWAYS_SEARCH_USER_PATHS = NO;
  243. COPY_PHASE_STRIP = YES;
  244. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  245. GCC_PREFIX_HEADER = TestObjcGenerator_Prefix.pch;
  246. INFOPLIST_FILE = "TestObjcGenerator-Info.plist";
  247. PRODUCT_NAME = TestObjcGenerator;
  248. VALIDATE_PRODUCT = YES;
  249. };
  250. name = Release;
  251. };
  252. C01FCF4F08A954540054247B /* Debug */ = {
  253. isa = XCBuildConfiguration;
  254. buildSettings = {
  255. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  256. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  257. GCC_C_LANGUAGE_STANDARD = c99;
  258. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  259. GCC_WARN_UNUSED_VARIABLE = YES;
  260. PREBINDING = NO;
  261. SDKROOT = iphoneos;
  262. };
  263. name = Debug;
  264. };
  265. C01FCF5008A954540054247B /* Release */ = {
  266. isa = XCBuildConfiguration;
  267. buildSettings = {
  268. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  269. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  270. GCC_C_LANGUAGE_STANDARD = c99;
  271. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  272. GCC_WARN_UNUSED_VARIABLE = YES;
  273. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  274. PREBINDING = NO;
  275. SDKROOT = iphoneos;
  276. };
  277. name = Release;
  278. };
  279. /* End XCBuildConfiguration section */
  280. /* Begin XCConfigurationList section */
  281. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "TestObjcGenerator" */ = {
  282. isa = XCConfigurationList;
  283. buildConfigurations = (
  284. 1D6058940D05DD3E006BFB54 /* Debug */,
  285. 1D6058950D05DD3E006BFB54 /* Release */,
  286. );
  287. defaultConfigurationIsVisible = 0;
  288. defaultConfigurationName = Release;
  289. };
  290. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestObjcGenerator" */ = {
  291. isa = XCConfigurationList;
  292. buildConfigurations = (
  293. C01FCF4F08A954540054247B /* Debug */,
  294. C01FCF5008A954540054247B /* Release */,
  295. );
  296. defaultConfigurationIsVisible = 0;
  297. defaultConfigurationName = Release;
  298. };
  299. /* End XCConfigurationList section */
  300. };
  301. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  302. }