This is a mirror of the TagLib 1.12 source and will build a dynamic framework for macOS.
It is slightly tuned to address some XCode warnings and uses the project settings recommended by XCode.
- macOS 10.10+
- Xcode 14.0.1+
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate LAME into your Xcode project using Carthage, specify it in your Cartfile
:
github "Phisto/TagLib" ~> 1.0
If you prefer not to use Carthage, you can integrate TagLib into your project manually. You need to build and add the TagLib framework (TagLib.framework) to your project yourself.
See the online API documentation of the TagLib project.
To update to the newest TagLib version download the lates source from taglib.org, and replace the taglib-src folder in the project with the one in the downloaded source folder.
TagLib is released under the GNU Lesser General Public License (LGPL).