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