PryntTrimmerView icon indicating copy to clipboard operation
PryntTrimmerView copied to clipboard

Fixed compiler warning about invalid file excludes in Package.swift

Open Edward-Bazko opened this issue 3 years ago • 0 comments

In this PR I updated the exclude section of the Package.swift to correctly point to the license file and the example project.

Background: as a "home" directory the SPM uses <package_folder>/Sources/<package_name_folder> path format, so in our case this is: PryntTrimmerView/Sources/PryntTrimmerView/. Therefore SPM tries to find the license and example project over there, however, these items are located two levels up in fact — in the package root.

#83

Edward-Bazko avatar Dec 06 '21 11:12 Edward-Bazko