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

📄 project.pbxproj

📁 一个开源的sip源代码
💻 PBXPROJ
📖 第 1 页 / 共 4 页
字号:
				73814B620907FC9900C478FC /* exc_8_128_table.c in Sources */,				73814B630907FC9900C478FC /* exc_10_16_table.c in Sources */,				73814B640907FC9900C478FC /* exc_10_32_table.c in Sources */,				73814B650907FC9900C478FC /* exc_20_32_table.c in Sources */,				73814B690907FC9900C478FC /* filters.c in Sources */,				73814B700907FC9900C478FC /* gain_table_lbr.c in Sources */,				73814B710907FC9900C478FC /* gain_table.c in Sources */,				73814B720907FC9900C478FC /* hexc_10_32_table.c in Sources */,				73814B730907FC9900C478FC /* hexc_table.c in Sources */,				73814B740907FC9900C478FC /* high_lsp_tables.c in Sources */,				73814B750907FC9900C478FC /* jitter.c in Sources */,				73814B760907FC9900C478FC /* lbr_48k_tables.c in Sources */,				73814B780907FC9900C478FC /* lpc.c in Sources */,				73814B7A0907FC9900C478FC /* lsp_tables_nb.c in Sources */,				73814B7B0907FC9900C478FC /* lsp.c in Sources */,				73814B800907FC9900C478FC /* ltp.c in Sources */,				73814B840907FC9900C478FC /* math_approx.c in Sources */,				73814B880907FC9900C478FC /* misc.c in Sources */,				73814B8A0907FC9900C478FC /* modes.c in Sources */,				73814B8C0907FC9900C478FC /* nb_celp.c in Sources */,				73814B8E0907FC9900C478FC /* preprocess.c in Sources */,				73814B8F0907FC9900C478FC /* quant_lsp.c in Sources */,				73814B910907FC9900C478FC /* sb_celp.c in Sources */,				73814B930907FC9900C478FC /* smallft.c in Sources */,				73814B950907FC9900C478FC /* speex_callbacks.c in Sources */,				73814B960907FC9900C478FC /* speex_header.c in Sources */,				73814B970907FC9900C478FC /* speex.c in Sources */,				73814B990907FC9900C478FC /* stereo.c in Sources */,				73814B9F0907FC9900C478FC /* vbr.c in Sources */,				73814BA40907FC9900C478FC /* vq.c in Sources */,				BFF73DD00A78AA170078A4A8 /* window.c in Sources */,				738837440B1934D0005C7A69 /* mdf.c in Sources */,				738837550B193581005C7A69 /* fftwrap.c in Sources */,				738837570B193581005C7A69 /* filterbank.c in Sources */,				738837590B193581005C7A69 /* kiss_fft.c in Sources */,				7388375B0B193581005C7A69 /* kiss_fftr.c in Sources */,				738837600B193581005C7A69 /* vorbis_psy.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 */		73814AE00907FB1E00C478FC /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				DYLIB_COMPATIBILITY_VERSION = 1;				DYLIB_CURRENT_VERSION = 1;				FRAMEWORK_VERSION = A;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = Speex_Prefix.pch;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = /Library/Frameworks;				LIBRARY_STYLE = DYNAMIC;				MACH_O_TYPE = mh_dylib;				PRODUCT_NAME = Speex;				WRAPPER_EXTENSION = framework;				ZERO_LINK = YES;			};			name = Debug;		};		73814AE10907FB1E00C478FC /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				DYLIB_COMPATIBILITY_VERSION = 1;				DYLIB_CURRENT_VERSION = 1;				FRAMEWORK_VERSION = A;				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;				GCC_PRECOMPILE_PREFIX_HEADER = YES;				GCC_PREFIX_HEADER = Speex_Prefix.pch;				INFOPLIST_FILE = Info.plist;				INSTALL_PATH = /Library/Frameworks;				LIBRARY_STYLE = DYNAMIC;				MACH_O_TYPE = mh_dylib;				PRODUCT_NAME = Speex;				WRAPPER_EXTENSION = framework;				ZERO_LINK = NO;			};			name = Release;		};		73814AE40907FB1E00C478FC /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;			};			name = Debug;		};		73814AE50907FB1E00C478FC /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ARCHS = (					ppc,					i386,				);				GCC_OPTIMIZATION_LEVEL = 3;				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;				OTHER_CFLAGS = (					"$(OTHER_CFLAGS)",					"-falign-loops=16",				);				SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;			};			name = Release;		};		738837790B193687005C7A69 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = NO;				GCC_DYNAMIC_NO_PIC = NO;				GCC_ENABLE_FIX_AND_CONTINUE = YES;				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;				GCC_OPTIMIZATION_LEVEL = 0;				INSTALL_PATH = /usr/local/lib;				PREBINDING = NO;				PRODUCT_NAME = speex;				ZERO_LINK = YES;			};			name = Debug;		};		7388377A0B193687005C7A69 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				COPY_PHASE_STRIP = YES;				GCC_ENABLE_FIX_AND_CONTINUE = NO;				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;				INSTALL_PATH = /usr/local/lib;				PREBINDING = NO;				PRODUCT_NAME = speex;				ZERO_LINK = NO;			};			name = Release;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		73814ADF0907FB1E00C478FC /* Build configuration list for PBXNativeTarget "Speex" */ = {			isa = XCConfigurationList;			buildConfigurations = (				73814AE00907FB1E00C478FC /* Debug */,				73814AE10907FB1E00C478FC /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		73814AE30907FB1E00C478FC /* Build configuration list for PBXProject "Speex" */ = {			isa = XCConfigurationList;			buildConfigurations = (				73814AE40907FB1E00C478FC /* Debug */,				73814AE50907FB1E00C478FC /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		738837780B193687005C7A69 /* Build configuration list for PBXNativeTarget "libspeex (static)" */ = {			isa = XCConfigurationList;			buildConfigurations = (				738837790B193687005C7A69 /* Debug */,				7388377A0B193687005C7A69 /* Release */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;}

⌨️ 快捷键说明

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