MLKit icon indicating copy to clipboard operation
MLKit copied to clipboard

Kellyroach/swift4

Open kellyroach opened this issue 7 years ago • 0 comments

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.

kellyroach avatar Aug 28 '18 21:08 kellyroach