BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.2k stars 4.61k forks source link

Removed SYMROOT (fixing one Carthage bug) #2577

Open psegalen opened 6 years ago

psegalen commented 6 years ago

According to https://github.com/Carthage/Carthage/issues/2220, using SYMROOT in the PBX file is legacy and causes Carthage failures, this commit just removes those lines, making Carthage succeed again (tested on my local fork, it works). It should fix https://github.com/BradLarson/GPUImage/issues/2573