pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.32k stars 184 forks source link

Swift Package Manager fix #82

Closed valexa closed 4 years ago

valexa commented 4 years ago

Moved sources to Sources/Wormholy subdirectory to be compatible with Swift Package Manager

valexa commented 4 years ago

Hmm while this fixes the path issue further down there is another issue

SourcePackages/checkouts/Sources/Wormholy' contains mixed language source files; feature not supported

did Wormholy ever work with SPM at all ?

pmusolino commented 4 years ago

Hi @valexa, I never tried to use it, but I think that for now, the library can't support the Swift Package Manager, because it has heavy limitations that prevent adding files other than .swift files. In the case of Wormholy, it would not be possible to add all non-swift files (storyboards, xib, images, objective-c file, etc ...).