Skip to content

Maintenance Release

Latest
Compare
Choose a tag to compare
@tonystone tonystone released this 17 Mar 01:39
25aca53

Changed

  • Now requires Xcode 10.1 to build.
  • Now requires Cocoapods 1.6.0

Fixed

  • Nullability of GFLineString - (GFPoint *) firstPoint and - (GFPoint *) lastPoint changed to _Nullable return type.
  • Nullability of GFGeometryCollection - (GFPoint *) firstGeometry and - (GFPoint *) lastGeometry changed to _Nullable return type.
  • Nullability of GFMultiLineString - (GFPoint *) firstGeometry and - (GFPoint *) lastGeometry changed to _Nullable return type.
  • Nullability of GFMultiPoint - (GFPoint *) firstGeometry and - (GFPoint *) lastGeometry changed to _Nullable return type.
  • Nullability of GFMultiPolygon - (GFPoint *) firstGeometry and - (GFPoint *) lastGeometry changed to _Nullable return type.