fermoya / SwiftUIPager

Native Pager in SwiftUI
MIT License
1.29k stars 171 forks source link

Removing redundant .swiftpm folder #278

Closed Rminsh closed 2 years ago

Rminsh commented 2 years ago

The .swiftpm folder contains some xcode files that if you add the library to a project, it will add a new target scheme. This commit will prevent that situation. Screen Shot 2022-05-14 at 12 12 56 PM

fermoya commented 2 years ago

@Rminsh is that a folder that gets auto-generated? I use that folder to access the workspace and run tests there.

I've seen that some libraries don't commit this folder but other do commit it. If the problem is the target, you can always go to Manage Schemes and choose not to Show this framework?