Geoff Verdouw

Results 3 comments of Geoff Verdouw

Another place this is useful is when trying to use Codable for the result -- trying to get a CodingKeys case to satisfy the generated Table.Column name is very painful...

I edited the references to `Target Support Files/BetterSegmentedControl/BetterSegmentedControl-Info.plist` in `/Example/Pods/Pods.xcodeproj/project.pbxproj` to be `Info.plist` and that seems to fix it

So I think what has happened is that the Info.plist has changed, but because Pods/* is gitignored the new one `BetterSegmentedControl-Info.plist` isn't being added (whereas the Info.plist perhaps outlives the...