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

iPhone

开发平台:

MultiPlatform

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