tayloraswift / jpeg

decode, inspect, edit, and encode jpeg images in pure swift
https://kelvin13.github.io/jpeg/
Mozilla Public License 2.0
142 stars 17 forks source link

Warnings about unhandled files #7

Closed valeriyvan closed 1 year ago

valeriyvan commented 1 year ago

Build produces a lot of warnings like:

warning: 'jpeg': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /****/jpeg/examples/rotate/karlie-kwk-wwdc-2017.jpg
    /****/jpeg/examples/rotate/karlie-kwk-wwdc-2017-ii.jpg
    /****/jpeg/examples/rotate/karlie-kwk-wwdc-2017-iv.jpg
    /****/jpeg/examples/rotate/karlie-kwk-wwdc-2017-iii.jpg
tayloraswift commented 1 year ago

in the long term we probably want to move those files to a sibling directory to avoid cluttering the Package.swift