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

📄 project.pbxproj

📁 一个可以演示OpenGL在xcode里的画点的程序
💻 PBXPROJ
📖 第 1 页 / 共 2 页
字号:
		};/* End PBXGroup section *//* Begin PBXNativeTarget section */		1D6058900D05DD3D006BFB54 /* GLPaint */ = {			isa = PBXNativeTarget;			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "GLPaint" */;			buildPhases = (				1D60588D0D05DD3D006BFB54 /* Resources */,				1D60588E0D05DD3D006BFB54 /* Sources */,				1D60588F0D05DD3D006BFB54 /* Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = GLPaint;			productName = foo;			productReference = 1D6058910D05DD3D006BFB54 /* GLPaint.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 "GLPaint" */;			compatibilityVersion = "Xcode 3.1";			hasScannedForEncodings = 1;			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;			projectDirPath = "";			projectRoot = "";			targets = (				1D6058900D05DD3D006BFB54 /* GLPaint */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		1D60588D0D05DD3D006BFB54 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				28F25BC20D64BF0B00158CCD /* Recording.data in Resources */,				28F25BC30D64BF0B00158CCD /* Select.caf in Resources */,				28F25BC40D64BF0B00158CCD /* Erase.caf in Resources */,				1B8CA3660DC8E818002C657A /* Icon.png in Resources */,				1BBE306C0DD273B90012773B /* Blue.png in Resources */,				1BBE306D0DD273B90012773B /* Green.png in Resources */,				1BBE306E0DD273B90012773B /* Purple.png in Resources */,				1BBE306F0DD273B90012773B /* Red.png in Resources */,				1BBE30700DD273B90012773B /* Yellow.png in Resources */,				1BD0B6AB0DDCA9B800E538F8 /* Default.png in Resources */,				1B612B1F0DDCF277003A5CC7 /* Particle.png in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXSourcesBuildPhase section */		1D60588E0D05DD3D006BFB54 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				1D60589B0D05DD56006BFB54 /* main.m in Sources */,				28F25BA50D64BE6A00158CCD /* EAGLView.m in Sources */,				1B8CA3120DC8E3A4002C657A /* AppController.m in Sources */,				1B8CA3130DC8E3A4002C657A /* PaintingView.m in Sources */,				1B8CA3140DC8E3A4002C657A /* SoundEffect.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;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = Prefix.pch;				INFOPLIST_FILE = Info.plist;				PREBINDING = NO;				PRODUCT_NAME = GLPaint;				WARNING_CFLAGS = "-Wall";			};			name = Debug;		};		1D6058950D05DD3E006BFB54 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				COPY_PHASE_STRIP = YES;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = Prefix.pch;				INFOPLIST_FILE = Info.plist;				PREBINDING = NO;				PRODUCT_NAME = GLPaint;				WARNING_CFLAGS = "-Wall";			};			name = Release;		};		C01FCF4F08A954540054247B /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				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_FUNCTION = YES;				GCC_WARN_UNUSED_PARAMETER = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				ONLY_ACTIVE_ARCH = YES;				PREBINDING = NO;				SDKROOT = iphoneos2.0;			};			name = Debug;		};		C01FCF5008A954540054247B /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				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 "GLPaint" */ = {			isa = XCConfigurationList;			buildConfigurations = (				1D6058940D05DD3E006BFB54 /* Debug */,				1D6058950D05DD3E006BFB54 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GLPaint" */ = {			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 + -