cezheng / Fuzi

A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
MIT License
1.06k stars 151 forks source link

Update Package definition for Xcode 11.4 beta #107

Closed thebluepotato closed 4 years ago

thebluepotato commented 4 years ago

As of Xcode 11.4 beta (2?), libxml2 can be imported as-is for Packages in Xcode, without indicating any search paths. Linker settings are still required for use. Should finally fix #102

cezheng commented 4 years ago

Thanks!