Rightpoint / RZImport

Automatic importing of data from NSDictionary to Cocoa objects
Other
18 stars 6 forks source link

Carthage Support #38

Closed dostrander closed 8 years ago

dostrander commented 8 years ago
dostrander commented 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

dostrander commented 8 years ago

@arrouse @nbonatsakis @mattThousand

ZevEisenberg commented 8 years ago

@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.