Adding the LibXL framework for Mac in Xcode

Please follow this instruction for adding the LibXL framework for Mac into Xcode project.


1. From the File menu, select Add Files to ...
2. Navigate to the folder LibXL.framework, tick Copy items if needed and click Add button:
3. Add the line #include "LibXL/libxl.h" to your source file:
4. Project is ready for using LibXL functions.