⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 project.pbxproj

📁 在iPhone OS上使用用Objective-C语言开发的Demo程序
💻 PBXPROJ
📖 第 1 页 / 共 2 页
字号:
			name = "Other Sources";			sourceTree = "<group>";		};		29B97317FDCFA39411CA2CEA /* Resources */ = {			isa = PBXGroup;			children = (				1B34B72C0DF45291003E9403 /* Default.png */,				1B34B72D0DF45291003E9403 /* Icon.png */,				1B34B7350DF452DA003E9403 /* Images */,				1B34B7380DF45305003E9403 /* Sounds */,				28AD733E0D9D9553002E5188 /* MainWindow.xib */,				8D1107310486CEB800E47090 /* Info.plist */,			);			name = Resources;			sourceTree = "<group>";		};		29B97323FDCFA39411CA2CEA /* Frameworks */ = {			isa = PBXGroup;			children = (				1B34B7770DF45428003E9403 /* AudioToolbox.framework */,				1B34B7780DF45428003E9403 /* CoreAudio.framework */,				1B34B7790DF45428003E9403 /* CoreGraphics.framework */,				1B34B77A0DF45428003E9403 /* OpenAL.framework */,				28FD15070DC6FC5B0079059D /* QuartzCore.framework */,				28FD14FF0DC6FC520079059D /* OpenGLES.framework */,				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,				1D30AB110D05D00D00671497 /* Foundation.framework */,			);			name = Frameworks;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXNativeTarget section */		1D6058900D05DD3D006BFB54 /* CrashLanding */ = {			isa = PBXNativeTarget;			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "CrashLanding" */;			buildPhases = (				1D60588D0D05DD3D006BFB54 /* Resources */,				1D60588E0D05DD3D006BFB54 /* Sources */,				1D60588F0D05DD3D006BFB54 /* Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = CrashLanding;			productName = CrashLanding;			productReference = 1D6058910D05DD3D006BFB54 /* CrashLanding.app */;			productType = "com.apple.product-type.application";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		29B97313FDCFA39411CA2CEA /* Project object */ = {			isa = PBXProject;			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "CrashLanding" */;			compatibilityVersion = "Xcode 3.1";			hasScannedForEncodings = 1;			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;			projectDirPath = "";			projectRoot = "";			targets = (				1D6058900D05DD3D006BFB54 /* CrashLanding */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		1D60588D0D05DD3D006BFB54 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,				1B34B71E0DF45286003E9403 /* Background.png in Resources */,				1B34B71F0DF45286003E9403 /* EmptyFuelBar.png in Resources */,				1B34B7200DF45286003E9403 /* Explosion.png in Resources */,				1B34B7210DF45286003E9403 /* FuelBar.png in Resources */,				1B34B7220DF45286003E9403 /* LightGreen.png in Resources */,				1B34B7230DF45286003E9403 /* LightRed.png in Resources */,				1B34B7240DF45286003E9403 /* Platform.png in Resources */,				1B34B7250DF45286003E9403 /* Ship.png in Resources */,				1B34B7260DF45286003E9403 /* ThrustLeft.png in Resources */,				1B34B7270DF45286003E9403 /* ThrustMiddle.png in Resources */,				1B34B7280DF45286003E9403 /* ThrustRight.png in Resources */,				1B34B7290DF45286003E9403 /* Title.png in Resources */,				1B34B72E0DF45291003E9403 /* Default.png in Resources */,				1B34B72F0DF45291003E9403 /* Icon.png in Resources */,				1B34B73F0DF4531D003E9403 /* Failure.caf in Resources */,				1B34B7400DF4531D003E9403 /* Start.caf in Resources */,				1B34B7410DF4531D003E9403 /* Success.caf in Resources */,				1B34B7420DF4531D003E9403 /* Thrust.caf in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXSourcesBuildPhase section */		1D60588E0D05DD3D006BFB54 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589B0D05DD56006BFB54 /* main.m in Sources */,				1D3623260D0F684500981E51 /* CrashLandingAppDelegate.m in Sources */,				28FD14FE0DC6FC130079059D /* MyEAGLView.m in Sources */,				1B34B70F0DF45277003E9403 /* SoundEngine.cpp in Sources */,				1B34B76D0DF4538E003E9403 /* Texture2D.m in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin XCBuildConfiguration section */		1D6058940D05DD3E006BFB54 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = CrashLanding_Prefix.pch;				INFOPLIST_FILE = Info.plist;				PRODUCT_NAME = CrashLanding;			};			name = Debug;		};		1D6058950D05DD3E006BFB54 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				COPY_PHASE_STRIP = YES;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = CrashLanding_Prefix.pch;				INFOPLIST_FILE = Info.plist;				PRODUCT_NAME = CrashLanding;			};			name = Release;		};		C01FCF4F08A954540054247B /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				GCC_C_LANGUAGE_STANDARD = c99;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				ONLY_ACTIVE_ARCH = YES;				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Debug;		};		C01FCF5008A954540054247B /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = "$(ARCHS_STANDARD_32_BIT)";				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";				GCC_C_LANGUAGE_STANDARD = c99;				GCC_WARN_ABOUT_RETURN_TYPE = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "CrashLanding" */ = {			isa = XCConfigurationList;			buildConfigurations = (				1D6058940D05DD3E006BFB54 /* Debug */,				1D6058950D05DD3E006BFB54 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "CrashLanding" */ = {			isa = XCConfigurationList;			buildConfigurations = (				C01FCF4F08A954540054247B /* Debug */,				C01FCF5008A954540054247B /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -