BetterSegmentedControl
BetterSegmentedControl copied to clipboard
Carthage fixes
Carthage only looks at the .xcodeproj to look for the scheme to build, but said scheme in BetterSegmentedControl was looking at the target framework built in the Pods.xcodeproj.
So if you were using the .xcworkspace, you wouldn't notice anything, but if you opened the .xcodeproj in Xcode, you wouldn't be able to build the framework.
This adds a new target in the main xcodeproj that builds the framework, and the main schema now looks at that instead.
Closes #105
Hold up, I had looked wrong at the project architecture. The solution is correct, but this is going to need some more changes to work.