.dylib文件扩展名,.dylib文件如何打开?

.dylib
文件类型:Mach-O Dynamic Library
扩展名为.dylib的文件是一个开发文件。

文件说明:
Macintosh library that contains declarations and functions referenced by a Mac OS X application; loaded dynamically by various programs when needed, which allows for efficient use of memory; may be referenced by open applications or by Apple Xcode during software development.

Mach-O is short for Mach Object and refers to a file format used by systems based on the Mach kernel, such as NeXTSTEP and Mac OS X..dylib

打开.dylib文件:

Mac OS
Apple Xcode
Windows

Linux
其它内容

你可能感兴趣的:(lib)