asimov icon indicating copy to clipboard operation
asimov copied to clipboard

Exclude Swift Package Manager

Open marcheimendinger opened this issue 4 years ago • 2 comments

Add support for SPM (Swift Package Manager) when installed through Apple Xcode.

marcheimendinger avatar Jun 19 '20 14:06 marcheimendinger

From the docs, it looks like this is Package.swift and Packages/, correct?

stevegrunwell avatar Jun 19 '20 14:06 stevegrunwell

It sadly looks more complicated than that for those installed using Xcode GUI and I cannot find any documentation about it.

I just checked on a project and the dependencies are in : /Users/user-name/Library/Developer/Xcode/DerivedData/project-random-id/SourcePackages

From what I see it could be dependencies-state.json and checkouts/.

marcheimendinger avatar Jun 20 '20 09:06 marcheimendinger