project.pbxproj
上传用户:jjjjag8
上传日期:2017-04-17
资源大小:1443k
文件大小:10k
源码类别:

iPhone

开发平台:

MultiPlatform

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1D3623260D0F684500981E51 /* Hello_WorldAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* Hello_WorldAppDelegate.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. 1FF669F30DFBF0CF000341E3 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 1FF669F20DFBF0CF000341E3 /* icon.png */; };
  14. 2899E5220DE3E06400AC0155 /* Hello_WorldViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* Hello_WorldViewController.xib */; };
  15. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
  16. 28D7ACF80DDB3853001CB0EB /* Hello_WorldViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* Hello_WorldViewController.m */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  20. 1D3623240D0F684500981E51 /* Hello_WorldAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hello_WorldAppDelegate.h; sourceTree = "<group>"; };
  21. 1D3623250D0F684500981E51 /* Hello_WorldAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Hello_WorldAppDelegate.m; sourceTree = "<group>"; };
  22. 1D6058910D05DD3D006BFB54 /* Hello World.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Hello World.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  23. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  24. 1FF669F20DFBF0CF000341E3 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };
  25. 2899E5210DE3E06400AC0155 /* Hello_WorldViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Hello_WorldViewController.xib; sourceTree = "<group>"; };
  26. 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
  27. 28D7ACF60DDB3853001CB0EB /* Hello_WorldViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hello_WorldViewController.h; sourceTree = "<group>"; };
  28. 28D7ACF70DDB3853001CB0EB /* Hello_WorldViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Hello_WorldViewController.m; sourceTree = "<group>"; };
  29. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  30. 32CA4F630368D1EE00C91783 /* Hello_World_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hello_World_Prefix.pch; sourceTree = "<group>"; };
  31. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  32. /* End PBXFileReference section */
  33. /* Begin PBXFrameworksBuildPhase section */
  34. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  35. isa = PBXFrameworksBuildPhase;
  36. buildActionMask = 2147483647;
  37. files = (
  38. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  39. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  40. );
  41. runOnlyForDeploymentPostprocessing = 0;
  42. };
  43. /* End PBXFrameworksBuildPhase section */
  44. /* Begin PBXGroup section */
  45. 080E96DDFE201D6D7F000001 /* Classes */ = {
  46. isa = PBXGroup;
  47. children = (
  48. 1D3623240D0F684500981E51 /* Hello_WorldAppDelegate.h */,
  49. 1D3623250D0F684500981E51 /* Hello_WorldAppDelegate.m */,
  50. 28D7ACF60DDB3853001CB0EB /* Hello_WorldViewController.h */,
  51. 28D7ACF70DDB3853001CB0EB /* Hello_WorldViewController.m */,
  52. );
  53. path = Classes;
  54. sourceTree = "<group>";
  55. };
  56. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  57. isa = PBXGroup;
  58. children = (
  59. 1D6058910D05DD3D006BFB54 /* Hello World.app */,
  60. );
  61. name = Products;
  62. sourceTree = "<group>";
  63. };
  64. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  65. isa = PBXGroup;
  66. children = (
  67. 080E96DDFE201D6D7F000001 /* Classes */,
  68. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  69. 29B97317FDCFA39411CA2CEA /* Resources */,
  70. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  71. 19C28FACFE9D520D11CA2CBB /* Products */,
  72. );
  73. name = CustomTemplate;
  74. sourceTree = "<group>";
  75. };
  76. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 32CA4F630368D1EE00C91783 /* Hello_World_Prefix.pch */,
  80. 29B97316FDCFA39411CA2CEA /* main.m */,
  81. );
  82. name = "Other Sources";
  83. sourceTree = "<group>";
  84. };
  85. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 1FF669F20DFBF0CF000341E3 /* icon.png */,
  89. 2899E5210DE3E06400AC0155 /* Hello_WorldViewController.xib */,
  90. 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
  91. 8D1107310486CEB800E47090 /* Info.plist */,
  92. );
  93. name = Resources;
  94. sourceTree = "<group>";
  95. };
  96. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  100. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  101. );
  102. name = Frameworks;
  103. sourceTree = "<group>";
  104. };
  105. /* End PBXGroup section */
  106. /* Begin PBXNativeTarget section */
  107. 1D6058900D05DD3D006BFB54 /* Hello World */ = {
  108. isa = PBXNativeTarget;
  109. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Hello World" */;
  110. buildPhases = (
  111. 1D60588D0D05DD3D006BFB54 /* Resources */,
  112. 1D60588E0D05DD3D006BFB54 /* Sources */,
  113. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  114. );
  115. buildRules = (
  116. );
  117. dependencies = (
  118. );
  119. name = "Hello World";
  120. productName = "Hello World";
  121. productReference = 1D6058910D05DD3D006BFB54 /* Hello World.app */;
  122. productType = "com.apple.product-type.application";
  123. };
  124. /* End PBXNativeTarget section */
  125. /* Begin PBXProject section */
  126. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  127. isa = PBXProject;
  128. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Hello World" */;
  129. compatibilityVersion = "Xcode 3.1";
  130. hasScannedForEncodings = 1;
  131. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  132. projectDirPath = "";
  133. projectRoot = "";
  134. targets = (
  135. 1D6058900D05DD3D006BFB54 /* Hello World */,
  136. );
  137. };
  138. /* End PBXProject section */
  139. /* Begin PBXResourcesBuildPhase section */
  140. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  141. isa = PBXResourcesBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
  145. 2899E5220DE3E06400AC0155 /* Hello_WorldViewController.xib in Resources */,
  146. 1FF669F30DFBF0CF000341E3 /* icon.png in Resources */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXResourcesBuildPhase section */
  151. /* Begin PBXSourcesBuildPhase section */
  152. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  153. isa = PBXSourcesBuildPhase;
  154. buildActionMask = 2147483647;
  155. files = (
  156. 1D60589B0D05DD56006BFB54 /* main.m in Sources */,
  157. 1D3623260D0F684500981E51 /* Hello_WorldAppDelegate.m in Sources */,
  158. 28D7ACF80DDB3853001CB0EB /* Hello_WorldViewController.m in Sources */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. /* End PBXSourcesBuildPhase section */
  163. /* Begin XCBuildConfiguration section */
  164. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  165. isa = XCBuildConfiguration;
  166. buildSettings = {
  167. ALWAYS_SEARCH_USER_PATHS = NO;
  168. COPY_PHASE_STRIP = NO;
  169. GCC_DYNAMIC_NO_PIC = NO;
  170. GCC_OPTIMIZATION_LEVEL = 0;
  171. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  172. GCC_PREFIX_HEADER = Hello_World_Prefix.pch;
  173. INFOPLIST_FILE = Info.plist;
  174. PRODUCT_NAME = "Hello World";
  175. };
  176. name = Debug;
  177. };
  178. 1D6058950D05DD3E006BFB54 /* Release */ = {
  179. isa = XCBuildConfiguration;
  180. buildSettings = {
  181. ALWAYS_SEARCH_USER_PATHS = NO;
  182. COPY_PHASE_STRIP = YES;
  183. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  184. GCC_PREFIX_HEADER = Hello_World_Prefix.pch;
  185. INFOPLIST_FILE = Info.plist;
  186. PRODUCT_NAME = "Hello World";
  187. };
  188. name = Release;
  189. };
  190. C01FCF4F08A954540054247B /* Debug */ = {
  191. isa = XCBuildConfiguration;
  192. buildSettings = {
  193. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  194. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  195. GCC_C_LANGUAGE_STANDARD = c99;
  196. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  197. GCC_WARN_UNUSED_VARIABLE = YES;
  198. ONLY_ACTIVE_ARCH = YES;
  199. PREBINDING = NO;
  200. SDKROOT = iphoneos2.0;
  201. };
  202. name = Debug;
  203. };
  204. C01FCF5008A954540054247B /* Release */ = {
  205. isa = XCBuildConfiguration;
  206. buildSettings = {
  207. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  208. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  209. GCC_C_LANGUAGE_STANDARD = c99;
  210. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  211. GCC_WARN_UNUSED_VARIABLE = YES;
  212. PREBINDING = NO;
  213. SDKROOT = iphoneos2.0;
  214. };
  215. name = Release;
  216. };
  217. /* End XCBuildConfiguration section */
  218. /* Begin XCConfigurationList section */
  219. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Hello World" */ = {
  220. isa = XCConfigurationList;
  221. buildConfigurations = (
  222. 1D6058940D05DD3E006BFB54 /* Debug */,
  223. 1D6058950D05DD3E006BFB54 /* Release */,
  224. );
  225. defaultConfigurationIsVisible = 0;
  226. defaultConfigurationName = Release;
  227. };
  228. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Hello World" */ = {
  229. isa = XCConfigurationList;
  230. buildConfigurations = (
  231. C01FCF4F08A954540054247B /* Debug */,
  232. C01FCF5008A954540054247B /* Release */,
  233. );
  234. defaultConfigurationIsVisible = 0;
  235. defaultConfigurationName = Release;
  236. };
  237. /* End XCConfigurationList section */
  238. };
  239. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  240. }