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

📄 project.pbxproj

📁 一个开源的sip源代码
💻 PBXPROJ
📖 第 1 页 / 共 4 页
字号:
			sourceTree = "<group>";		};		73814AEC0907FB8200C478FC /* speex */ = {			isa = PBXGroup;			children = (				73814AEF0907FB8200C478FC /* speex.h */,				73814AF00907FB8200C478FC /* speex_bits.h */,				73814AF10907FB8200C478FC /* speex_callbacks.h */,				73814AF30907FB8200C478FC /* speex_echo.h */,				73814AF40907FB8200C478FC /* speex_header.h */,				73814AF50907FB8200C478FC /* speex_jitter.h */,				73814AF60907FB8200C478FC /* speex_preprocess.h */,				73814AF70907FB8200C478FC /* speex_stereo.h */,				73814AF80907FB8200C478FC /* speex_types.h */,			);			name = speex;			path = ../include/speex;			sourceTree = SOURCE_ROOT;		};/* End PBXGroup section *//* Begin PBXHeadersBuildPhase section */		738837730B193667005C7A69 /* Headers */ = {			isa = PBXHeadersBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};		8D07F2BD0486CC7A007CD1D0 /* Headers */ = {			isa = PBXHeadersBuildPhase;			buildActionMask = 2147483647;			files = (				73814AFF0907FB8200C478FC /* speex_echo.h in Headers */,				73814B000907FB8200C478FC /* speex_header.h in Headers */,				73814B010907FB8200C478FC /* speex_jitter.h in Headers */,				73814B020907FB8200C478FC /* speex_preprocess.h in Headers */,				73814B030907FB8200C478FC /* speex_stereo.h in Headers */,				73814B040907FB8200C478FC /* speex_types.h in Headers */,				73814B060907FBAB00C478FC /* speex_callbacks.h in Headers */,				73814B070907FBAD00C478FC /* speex_bits.h in Headers */,				73814B080907FBAE00C478FC /* speex.h in Headers */,				738837540B193581005C7A69 /* _kiss_fft_guts.h in Headers */,				738837560B193581005C7A69 /* fftwrap.h in Headers */,				738837580B193581005C7A69 /* filterbank.h in Headers */,				7388375A0B193581005C7A69 /* kiss_fft.h in Headers */,				7388375C0B193581005C7A69 /* kiss_fftr.h in Headers */,				7388375D0B193581005C7A69 /* lsp_bfin.h in Headers */,				7388375E0B193581005C7A69 /* pseudofloat.h in Headers */,				7388375F0B193581005C7A69 /* quant_lsp_bfin.h in Headers */,				738837610B193581005C7A69 /* vorbis_psy.h in Headers */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXHeadersBuildPhase section *//* Begin PBXNativeTarget section */		738837760B193667005C7A69 /* libspeex (static) */ = {			isa = PBXNativeTarget;			buildConfigurationList = 738837780B193687005C7A69 /* Build configuration list for PBXNativeTarget "libspeex (static)" */;			buildPhases = (				738837730B193667005C7A69 /* Headers */,				738837740B193667005C7A69 /* Sources */,				738837750B193667005C7A69 /* Frameworks */,			);			buildRules = (			);			dependencies = (			);			name = "libspeex (static)";			productName = speex;			productReference = 738837770B193667005C7A69 /* libspeex.a */;			productType = "com.apple.product-type.library.static";		};		8D07F2BC0486CC7A007CD1D0 /* Speex */ = {			isa = PBXNativeTarget;			buildConfigurationList = 73814ADF0907FB1E00C478FC /* Build configuration list for PBXNativeTarget "Speex" */;			buildPhases = (				8D07F2BD0486CC7A007CD1D0 /* Headers */,				8D07F2BF0486CC7A007CD1D0 /* Resources */,				8D07F2C10486CC7A007CD1D0 /* Sources */,				8D07F2C30486CC7A007CD1D0 /* Frameworks */,				8D07F2C50486CC7A007CD1D0 /* Rez */,			);			buildRules = (			);			dependencies = (			);			name = Speex;			productInstallPath = "$(HOME)/Library/Frameworks";			productName = Speex;			productReference = 8D07F2C80486CC7A007CD1D0 /* Speex.framework */;			productType = "com.apple.product-type.framework";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		0867D690FE84028FC02AAC07 /* Project object */ = {			isa = PBXProject;			buildConfigurationList = 73814AE30907FB1E00C478FC /* Build configuration list for PBXProject "Speex" */;			hasScannedForEncodings = 1;			mainGroup = 0867D691FE84028FC02AAC07 /* Speex */;			productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;			projectDirPath = "";			targets = (				8D07F2BC0486CC7A007CD1D0 /* Speex */,				738837760B193667005C7A69 /* libspeex (static) */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		8D07F2BF0486CC7A007CD1D0 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXRezBuildPhase section */		8D07F2C50486CC7A007CD1D0 /* Rez */ = {			isa = PBXRezBuildPhase;			buildActionMask = 2147483647;			files = (			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXRezBuildPhase section *//* Begin PBXSourcesBuildPhase section */		738837740B193667005C7A69 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				7388377B0B193784005C7A69 /* bits.c in Sources */,				7388377C0B193785005C7A69 /* cb_search.c in Sources */,				7388377D0B193788005C7A69 /* exc_10_16_table.c in Sources */,				7388377E0B193789005C7A69 /* exc_10_32_table.c in Sources */,				7388377F0B19378A005C7A69 /* exc_20_32_table.c in Sources */,				738837800B19378A005C7A69 /* exc_5_256_table.c in Sources */,				738837810B19378C005C7A69 /* exc_5_64_table.c in Sources */,				738837820B19378E005C7A69 /* exc_8_128_table.c in Sources */,				738837830B193791005C7A69 /* fftwrap.c in Sources */,				738837840B193792005C7A69 /* filterbank.c in Sources */,				738837850B193793005C7A69 /* filters.c in Sources */,				738837860B193795005C7A69 /* gain_table.c in Sources */,				738837870B193796005C7A69 /* gain_table_lbr.c in Sources */,				738837880B193799005C7A69 /* hexc_10_32_table.c in Sources */,				738837890B19379B005C7A69 /* hexc_table.c in Sources */,				7388378A0B19379E005C7A69 /* high_lsp_tables.c in Sources */,				7388378B0B1937A0005C7A69 /* jitter.c in Sources */,				7388378C0B1937A4005C7A69 /* kiss_fft.c in Sources */,				7388378D0B1937A9005C7A69 /* kiss_fftr.c in Sources */,				7388378E0B1937AE005C7A69 /* lbr_48k_tables.c in Sources */,				7388378F0B1937B0005C7A69 /* lpc.c in Sources */,				738837900B1937B0005C7A69 /* lsp.c in Sources */,				738837910B1937B5005C7A69 /* lsp_tables_nb.c in Sources */,				738837920B1937B7005C7A69 /* ltp.c in Sources */,				738837930B1937B9005C7A69 /* math_approx.c in Sources */,				738837940B1937BB005C7A69 /* mdf.c in Sources */,				738837950B1937BD005C7A69 /* misc.c in Sources */,				738837960B1937BE005C7A69 /* modes.c in Sources */,				738837970B1937C0005C7A69 /* nb_celp.c in Sources */,				738837980B1937C2005C7A69 /* preprocess.c in Sources */,				738837990B1937C4005C7A69 /* quant_lsp.c in Sources */,				7388379A0B1937C6005C7A69 /* sb_celp.c in Sources */,				7388379B0B1937C9005C7A69 /* smallft.c in Sources */,				7388379C0B1937CB005C7A69 /* speex.c in Sources */,				7388379D0B1937CE005C7A69 /* speex_callbacks.c in Sources */,				7388379E0B1937D0005C7A69 /* speex_header.c in Sources */,				7388379F0B1937D1005C7A69 /* stereo.c in Sources */,				738837A00B1937DA005C7A69 /* vbr.c in Sources */,				738837A10B1937DD005C7A69 /* vorbis_psy.c in Sources */,				738837A20B1937DF005C7A69 /* vq.c in Sources */,				738837A30B1937E1005C7A69 /* window.c in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};		8D07F2C10486CC7A007CD1D0 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				73814B5A0907FC9900C478FC /* bits.c in Sources */,				73814B5E0907FC9900C478FC /* cb_search.c in Sources */,				73814B600907FC9900C478FC /* exc_5_64_table.c in Sources */,				73814B610907FC9900C478FC /* exc_5_256_table.c in Sources */,

⌨️ 快捷键说明

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