pinterest / PINCache

Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Apache License 2.0
2.66k stars 361 forks source link

Remove invalid excludes from Package.swift #310

Closed aplr closed 2 years ago

aplr commented 2 years ago

Excludes are valid within the Source directory only. As the previously specified exclude paths are one level higher in the root directory, they are not found by Xcode, which emits annoying warnings which are fixed by this commit.

aplr commented 2 years ago

Duplicate of #308