eonist / FileWatcher

Monitoring file system changes in macOS
MIT License
209 stars 13 forks source link

Place sources into 'Sources' subfolder to avoid Xcode warnings #20

Closed Alkenso closed 3 years ago

Alkenso commented 3 years ago

Xcode has warnings when add FileWatcher with SPM.

Consider to place all sources into 'Sources' subfolder to silence them.

found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target

/Users/.../checkouts/FileWatcher/FileWatcher_macOS/Info.plist /Users/.../checkouts/FileWatcher/README.md /Users/.../checkouts/FileWatcher/LICENSE

eonist commented 3 years ago

✅ Thanks for letting me know 💚