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