📄 project.pbxproj
字号:
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 */ 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 */, 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 */, ); 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 /* Development */ = { 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 = Development; }; 73814AE10907FB1E00C478FC /* Deployment */ = { 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 = Deployment; }; 73814AE20907FB1E00C478FC /* Default */ = { isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; FRAMEWORK_VERSION = A; 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; }; name = Default; }; 73814AE40907FB1E00C478FC /* Development */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Development; }; 73814AE50907FB1E00C478FC /* Deployment */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Deployment; }; 73814AE60907FB1E00C478FC /* Default */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Default; };/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */ 73814ADF0907FB1E00C478FC /* Build configuration list for PBXNativeTarget "Speex" */ = { isa = XCConfigurationList; buildConfigurations = ( 73814AE00907FB1E00C478FC /* Development */, 73814AE10907FB1E00C478FC /* Deployment */, 73814AE20907FB1E00C478FC /* Default */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; }; 73814AE30907FB1E00C478FC /* Build configuration list for PBXProject "Speex_UB" */ = { isa = XCConfigurationList; buildConfigurations = ( 73814AE40907FB1E00C478FC /* Development */, 73814AE50907FB1E00C478FC /* Deployment */, 73814AE60907FB1E00C478FC /* Default */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Default; };/* End XCConfigurationList section */ }; rootObject = 0867D690FE84028FC02AAC07 /* Project object */;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -