📄 project.pbxproj
字号:
};/* End PBXNativeTarget section *//* Begin PBXProject section */ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "LAME" */; compatibilityVersion = "Xcode 2.4"; hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* LAME */; productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 8D07F2BC0486CC7A007CD1D0 /* LAME */, ); };/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */ 8D07F2BF0486CC7A007CD1D0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };/* End PBXResourcesBuildPhase section *//* Begin PBXSourcesBuildPhase section */ 8D07F2C10486CC7A007CD1D0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( EA8CC0A509A39A55001379B8 /* common.c in Sources */, EA8CC0A709A39A55001379B8 /* dct64_i386.c in Sources */, EA8CC0A909A39A55001379B8 /* decode_i386.c in Sources */, EA8CC0AD09A39A55001379B8 /* interface.c in Sources */, EA8CC0B009A39A55001379B8 /* layer1.c in Sources */, EA8CC0B209A39A55001379B8 /* layer2.c in Sources */, EA8CC0B409A39A55001379B8 /* layer3.c in Sources */, EA8CC0BD09A39A55001379B8 /* tabinit.c in Sources */, EA8CC0F909A39A5E001379B8 /* bitstream.c in Sources */, EA8CC0FC09A39A5E001379B8 /* encoder.c in Sources */, EA8CC0FE09A39A5E001379B8 /* fft.c in Sources */, EA8CC10009A39A5E001379B8 /* gain_analysis.c in Sources */, EA8CC10C09A39A5E001379B8 /* id3tag.c in Sources */, EA8CC11009A39A5E001379B8 /* lame.c in Sources */, EA8CC11709A39A5E001379B8 /* mpglib_interface.c in Sources */, EA8CC11809A39A5E001379B8 /* newmdct.c in Sources */, EA8CC11A09A39A5E001379B8 /* presets.c in Sources */, EA8CC11B09A39A5E001379B8 /* psymodel.c in Sources */, EA8CC11D09A39A5E001379B8 /* quantize.c in Sources */, EA8CC11F09A39A5E001379B8 /* quantize_pvt.c in Sources */, EA8CC12109A39A5E001379B8 /* reservoir.c in Sources */, EA8CC12309A39A5E001379B8 /* set_get.c in Sources */, EA8CC12509A39A5E001379B8 /* tables.c in Sources */, EA8CC12709A39A5E001379B8 /* takehiro.c in Sources */, EA8CC12809A39A5E001379B8 /* util.c in Sources */, EA8CC12A09A39A5E001379B8 /* vbrquantize.c in Sources */, EA8CC12C09A39A5E001379B8 /* VbrTag.c in Sources */, EA8CC12E09A39A5E001379B8 /* version.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 */ 4FADC24308B4156D00ABE55E /* 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_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = LAME_Prefix.pch; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "@executable_path/../Frameworks/"; LIBRARY_STYLE = DYNAMIC; MACH_O_TYPE = mh_dylib; PRODUCT_NAME = LAME; WRAPPER_EXTENSION = framework; ZERO_LINK = NO; }; name = Debug; }; 4FADC24408B4156D00ABE55E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; FRAMEWORK_VERSION = A; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = LAME_Prefix.pch; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "@executable_path/../Frameworks/"; LIBRARY_STYLE = DYNAMIC; MACH_O_TYPE = mh_dylib; PRODUCT_NAME = LAME; WRAPPER_EXTENSION = framework; ZERO_LINK = NO; }; name = Release; }; 4FADC24708B4156D00ABE55E /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Debug; }; 4FADC24808B4156D00ABE55E /* Release */ = { isa = XCBuildConfiguration; buildSettings = { GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Release; };/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */ 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "LAME" */ = { isa = XCConfigurationList; buildConfigurations = ( 4FADC24308B4156D00ABE55E /* Debug */, 4FADC24408B4156D00ABE55E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "LAME" */ = { isa = XCConfigurationList; buildConfigurations = ( 4FADC24708B4156D00ABE55E /* Debug */, 4FADC24808B4156D00ABE55E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; };/* End XCConfigurationList section */ }; rootObject = 0867D690FE84028FC02AAC07 /* Project object */;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -