Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Pin MappaMundi commit

The Cartfile we inherited from Firefox contains this line:

`github "mozilla-mobile/MappaMundi"          "master"`

recently, MappaMundi was [updated to use the A-Star project](mozilla-mobile/MappaMundi#17) for pathfinding. This project, however, needs Swift 5. Hence, the build is broken.

To fix, pin the MappaMundi version to a commit before they introduce the A-Star algorithm.
  • Loading branch information
winsmith committed Jul 4, 2019
1 parent aa6e6bb commit 9a588a17b26214703d7c7594c8fcf700bf036eef
Showing with 2 additions and 1 deletion.
  1. +2 −1 Cartfile
@@ -16,4 +16,5 @@ github "farhanpatel/JSONSchema.swift" "master"
# Cliqz: Disable FireFox Telemetry & EarlyGray
# github "st3fan/EarlGrey" "master"
# github "mozilla-mobile/telemetry-ios" "v1.1.0"
github "mozilla-mobile/MappaMundi" "master"
# Cliqz: Pinning MappaMundi to a specific commit because newer versions require A-Star, which requires Swift 5
github "mozilla-mobile/MappaMundi" "02b6f0b404d0a7178c47c073550936016f42981e"

0 comments on commit 9a588a1

Please sign in to comment.