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

📄 project.pbxproj

📁 ogg解码源程序-包括文件解析和播放
💻 PBXPROJ
📖 第 1 页 / 共 3 页
字号:
			productReference = 730F23F1091827B100AB638C /* Vorbis.framework */;			productType = "com.apple.product-type.framework";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		0867D690FE84028FC02AAC07 /* Project object */ = {			isa = PBXProject;			buildConfigurationList = 730F23F3091827B200AB638C /* Build configuration list for PBXProject "Vorbis" */;			buildSettings = {			};			buildStyles = (				014CEA440018CDF011CA2923 /* Development */,				014CEA450018CDF011CA2923 /* Deployment */,			);			hasScannedForEncodings = 0;			mainGroup = 0867D691FE84028FC02AAC07 /* vorbis */;			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;			projectDirPath = "";			targets = (				730F23A1091827B100AB638C /* Vorbis */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		730F23CD091827B100AB638C /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				730F23CE091827B100AB638C /* InfoPlist.strings in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXRezBuildPhase section */		730F23EB091827B100AB638C /* Rez */ = {			isa = PBXRezBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXRezBuildPhase section *//* Begin PBXSourcesBuildPhase section */		730F23D2091827B100AB638C /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				730F23D3091827B100AB638C /* analysis.c in Sources */,				730F23D4091827B100AB638C /* bitrate.c in Sources */,				730F23D5091827B100AB638C /* block.c in Sources */,				730F23D6091827B100AB638C /* codebook.c in Sources */,				730F23D7091827B100AB638C /* envelope.c in Sources */,				730F23D8091827B100AB638C /* floor0.c in Sources */,				730F23D9091827B100AB638C /* floor1.c in Sources */,				730F23DA091827B100AB638C /* info.c in Sources */,				730F23DB091827B100AB638C /* lookup.c in Sources */,				730F23DC091827B100AB638C /* lpc.c in Sources */,				730F23DD091827B100AB638C /* lsp.c in Sources */,				730F23DE091827B100AB638C /* mapping0.c in Sources */,				730F23DF091827B100AB638C /* mdct.c in Sources */,				730F23E0091827B100AB638C /* psy.c in Sources */,				730F23E1091827B100AB638C /* registry.c in Sources */,				730F23E2091827B100AB638C /* res0.c in Sources */,				730F23E3091827B100AB638C /* sharedbook.c in Sources */,				730F23E4091827B100AB638C /* smallft.c in Sources */,				730F23E5091827B100AB638C /* synthesis.c in Sources */,				730F23E6091827B100AB638C /* vorbisenc.c in Sources */,				730F23E7091827B100AB638C /* vorbisfile.c in Sources */,				730F23E8091827B100AB638C /* window.c in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin PBXVariantGroup section */		089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {			isa = PBXVariantGroup;			children = (				089C1667FE841158C02AAC07 /* English */,			);			name = InfoPlist.strings;			sourceTree = "<group>";		};/* End PBXVariantGroup section *//* Begin XCBuildConfiguration section */		730F23ED091827B100AB638C /* Development */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				DYLIB_COMPATIBILITY_VERSION = 1;				DYLIB_CURRENT_VERSION = 1;				FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;				FRAMEWORK_VERSION = A;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;				GCC_OPTIMIZATION_LEVEL = 0;				HEADER_SEARCH_PATHS = ../lib;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = /Library/Frameworks;				LIBRARY_SEARCH_PATHS = "";				OTHER_CFLAGS = "";				OTHER_LDFLAGS = "";				PRODUCT_NAME = Vorbis;				SECTORDER_FLAGS = "";				WARNING_CFLAGS = (					"-Wmost",					"-Wno-four-char-constants",					"-Wno-unknown-pragmas",				);				WRAPPER_EXTENSION = framework;				ZERO_LINK = YES;			};			name = Development;		};		730F23EE091827B100AB638C /* Deployment */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				DYLIB_COMPATIBILITY_VERSION = 1;				DYLIB_CURRENT_VERSION = 1;				FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;				FRAMEWORK_VERSION = A;				GCC_ENABLE_FIX_AND_CONTINUE = NO;				HEADER_SEARCH_PATHS = ../lib;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = /Library/Frameworks;				LIBRARY_SEARCH_PATHS = "";				OTHER_CFLAGS = "";				OTHER_LDFLAGS = "";				PRODUCT_NAME = Vorbis;				SECTORDER_FLAGS = "";				WARNING_CFLAGS = (					"-Wmost",					"-Wno-four-char-constants",					"-Wno-unknown-pragmas",				);				WRAPPER_EXTENSION = framework;				ZERO_LINK = NO;			};			name = Deployment;		};		730F23EF091827B100AB638C /* Default */ = {			isa = XCBuildConfiguration;			buildSettings = {				DYLIB_COMPATIBILITY_VERSION = 1;				DYLIB_CURRENT_VERSION = 1;				FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;				FRAMEWORK_VERSION = A;				HEADER_SEARCH_PATHS = ../lib;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = /Library/Frameworks;				LIBRARY_SEARCH_PATHS = "";				OTHER_CFLAGS = "";				OTHER_LDFLAGS = "";				PRODUCT_NAME = Vorbis;				SECTORDER_FLAGS = "";				WARNING_CFLAGS = (					"-Wmost",					"-Wno-four-char-constants",					"-Wno-unknown-pragmas",				);				WRAPPER_EXTENSION = framework;			};			name = Default;		};		730F23F4091827B200AB638C /* Development */ = {			isa = XCBuildConfiguration;			buildSettings = {				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;			};			name = Development;		};		730F23F5091827B200AB638C /* Deployment */ = {			isa = XCBuildConfiguration;			buildSettings = {				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;			};			name = Deployment;		};		730F23F6091827B200AB638C /* Default */ = {			isa = XCBuildConfiguration;			buildSettings = {				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;			};			name = Default;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		730F23EC091827B100AB638C /* Build configuration list for PBXNativeTarget "Vorbis" */ = {			isa = XCConfigurationList;			buildConfigurations = (				730F23ED091827B100AB638C /* Development */,				730F23EE091827B100AB638C /* Deployment */,				730F23EF091827B100AB638C /* Default */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Default;		};		730F23F3091827B200AB638C /* Build configuration list for PBXProject "Vorbis" */ = {			isa = XCConfigurationList;			buildConfigurations = (				730F23F4091827B200AB638C /* Development */,				730F23F5091827B200AB638C /* Deployment */,				730F23F6091827B200AB638C /* Default */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Default;		};/* End XCConfigurationList section */	};	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;}

⌨️ 快捷键说明

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