jonnyijapan / FLACiOS

Xcode project to create a fat binary libFLAC framework for use in iOS apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FLACiOS

Xcode project to create a fat binary libFLAC framework for use in iOS apps.

Usage

  • Select the Framework target
  • Build for Debug or Release
  • Find FLACiOS.framework in ~/Library/Developer/Xcode/DerivedData/FLACiOS-<some_hash>/Build/Products/Debug-iphonesimulator/
  • Include the folder as a Framework in your other Xcode iOS projects

Original libFLAC source

http://flac.sourceforge.net/

About

Xcode project to create a fat binary libFLAC framework for use in iOS apps

License:BSD 2-Clause "Simplified" License


Languages

Language:C 91.1%Language:C++ 7.5%Language:Objective-C 1.2%Language:M4 0.2%