So i am creating a library currently that contains an asset of .png type. I need to change this file type via File Inspector to a Data type like so
This works fine, so i commit it, however once i import this library into a project via cocoapods, the file reports its type is PNG again.
Why is it not keeping the file type i designated? Is it because its set as a resource in cocoapods? How can i import this library containing this asset while keeping its file type?