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 /* CameraAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* CameraAppDelegate.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 /* CameraViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* CameraViewController.xib */; };
  14. 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
  15. 28D7ACF80DDB3853001CB0EB /* CameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* CameraViewController.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 /* CameraAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CameraAppDelegate.h; sourceTree = "<group>"; };
  20. 1D3623250D0F684500981E51 /* CameraAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CameraAppDelegate.m; sourceTree = "<group>"; };
  21. 1D6058910D05DD3D006BFB54 /* Camera.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Camera.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 /* CameraViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CameraViewController.xib; sourceTree = "<group>"; };
  24. 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
  25. 28D7ACF60DDB3853001CB0EB /* CameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CameraViewController.h; sourceTree = "<group>"; };
  26. 28D7ACF70DDB3853001CB0EB /* CameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CameraViewController.m; sourceTree = "<group>"; };
  27. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  28. 32CA4F630368D1EE00C91783 /* Camera_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Camera_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 /* CameraAppDelegate.h */,
  47. 1D3623250D0F684500981E51 /* CameraAppDelegate.m */,
  48. 28D7ACF60DDB3853001CB0EB /* CameraViewController.h */,
  49. 28D7ACF70DDB3853001CB0EB /* CameraViewController.m */,
  50. );
  51. path = Classes;
  52. sourceTree = "<group>";
  53. };
  54. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  55. isa = PBXGroup;
  56. children = (
  57. 1D6058910D05DD3D006BFB54 /* Camera.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 /* Camera_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 /* CameraViewController.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 /* Camera */ = {
  105. isa = PBXNativeTarget;
  106. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Camera" */;
  107. buildPhases = (
  108. 1D60588D0D05DD3D006BFB54 /* Resources */,
  109. 1D60588E0D05DD3D006BFB54 /* Sources */,
  110. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  111. );
  112. buildRules = (
  113. );
  114. dependencies = (
  115. );
  116. name = Camera;
  117. productName = Camera;
  118. productReference = 1D6058910D05DD3D006BFB54 /* Camera.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 "Camera" */;
  126. compatibilityVersion = "Xcode 3.1";
  127. hasScannedForEncodings = 1;
  128. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  129. projectDirPath = "";
  130. projectRoot = "";
  131. targets = (
  132. 1D6058900D05DD3D006BFB54 /* Camera */,
  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 /* CameraViewController.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 /* CameraAppDelegate.m in Sources */,
  154. 28D7ACF80DDB3853001CB0EB /* CameraViewController.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. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Jeff LaMarche";
  165. COPY_PHASE_STRIP = NO;
  166. GCC_DYNAMIC_NO_PIC = NO;
  167. GCC_OPTIMIZATION_LEVEL = 0;
  168. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  169. GCC_PREFIX_HEADER = Camera_Prefix.pch;
  170. INFOPLIST_FILE = Info.plist;
  171. PRODUCT_NAME = Camera;
  172. "PROVISIONING_PROFILE[sdk=iphoneos*]" = "1757C463-FD56-4E01-AA6A-A6B6E34DD4DE";
  173. };
  174. name = Debug;
  175. };
  176. 1D6058950D05DD3E006BFB54 /* Release */ = {
  177. isa = XCBuildConfiguration;
  178. buildSettings = {
  179. ALWAYS_SEARCH_USER_PATHS = NO;
  180. COPY_PHASE_STRIP = YES;
  181. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  182. GCC_PREFIX_HEADER = Camera_Prefix.pch;
  183. INFOPLIST_FILE = Info.plist;
  184. PRODUCT_NAME = Camera;
  185. };
  186. name = Release;
  187. };
  188. C01FCF4F08A954540054247B /* Debug */ = {
  189. isa = XCBuildConfiguration;
  190. buildSettings = {
  191. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  192. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  193. GCC_C_LANGUAGE_STANDARD = c99;
  194. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  195. GCC_WARN_UNUSED_VARIABLE = YES;
  196. ONLY_ACTIVE_ARCH = YES;
  197. PREBINDING = NO;
  198. SDKROOT = iphoneos2.0;
  199. };
  200. name = Debug;
  201. };
  202. C01FCF5008A954540054247B /* Release */ = {
  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. PREBINDING = NO;
  211. SDKROOT = iphoneos2.0;
  212. };
  213. name = Release;
  214. };
  215. /* End XCBuildConfiguration section */
  216. /* Begin XCConfigurationList section */
  217. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Camera" */ = {
  218. isa = XCConfigurationList;
  219. buildConfigurations = (
  220. 1D6058940D05DD3E006BFB54 /* Debug */,
  221. 1D6058950D05DD3E006BFB54 /* Release */,
  222. );
  223. defaultConfigurationIsVisible = 0;
  224. defaultConfigurationName = Release;
  225. };
  226. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Camera" */ = {
  227. isa = XCConfigurationList;
  228. buildConfigurations = (
  229. C01FCF4F08A954540054247B /* Debug */,
  230. C01FCF5008A954540054247B /* Release */,
  231. );
  232. defaultConfigurationIsVisible = 0;
  233. defaultConfigurationName = Release;
  234. };
  235. /* End XCConfigurationList section */
  236. };
  237. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  238. }