MLKit
MLKit copied to clipboard
Kellyroach/swift4
This pull request updates pods and code in the MLKit repo to Xcode 9.4.1 / Swift 4.2 . Currently, there are a number of yellow and red compiler issues with the MLKit-Example as checked out. E.g.:
- Converstion to Swift 4 is available
- Update to recommended settings
- error: generic parameter 'ML' is not used in function signature
- warning: redundant conformance constraint 'Self': 'Hashable'
- error: 'Sequence' requires the types 'Span.Element' (aka 'CountableClosedRange<Int>') and '[Int]' be equivalent
Our pull request fixes these compilation issues with MLKit-Example . We've also added an AppIcon and LaunchImage to the demo app.