-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Is there any way to use swift package instead of static libraries to organise the code with Cake with Xcode 11?
The use case is that I want to use swift packages to organise my code into several separate swift module/packages and it is very easy and convenient with new Xcode.
The problem is that my code has some third party dependencies (pods) and it is not easy to use all this dependencies as swift packages, some of them are old or obj-c or closed source pods.
So if there was a way to make a set of pods available to all swift packages in the project, it was really useful, because I think it takes a long time for all pod developers community to make all pods available as swift packages.
Metadata
Metadata
Assignees
Labels
No labels