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

iPhone

开发平台:

MultiPlatform

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