psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

Fix podspec to build on Xcode 11 beta on Catalina #91

Closed futuretap closed 5 years ago

futuretap commented 5 years ago

Xcode on Catalina seems to be more strict and no longer accepts plist files that should simply be copied as source files.

psharanda commented 5 years ago

Thanks!

joaomvfsantos commented 5 years ago

Just to note that this is a new behaviour of Xcode 11, not regarding Catalina itself (it also happens on Mojave but only when archiving the app). Since the GM of Xcode 11 is released would be useful to make a new release of Atributika.

Thank you guys for your work!

psharanda commented 5 years ago

Moved html_specials.plist contents into json string in code