Closed dostrander closed 8 years ago
This is just a simple, kinda dirty feeling way to get carthage support. I just kinda through the Classes directory in a .xcodeproj
@arrouse @nbonatsakis @mattThousand
@dostrander check out how latest CocoaPods does this with pod lib create
. They use a symlink to your example project, so you don't have to maintain two projects. Highly recommended. It's what I ended up using for BonMot. You might have to recreate the pod, but you get a lot of other modernizations as well. Or you could just do the symlink by hand.