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