Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 80cbec8

Browse files
authored
Pin MappaMundi commit (#380)
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.
1 parent aa6e6bb commit 80cbec8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cartfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ github "farhanpatel/JSONSchema.swift" "master"
1616
# Cliqz: Disable FireFox Telemetry & EarlyGray
1717
# github "st3fan/EarlGrey" "master"
1818
# github "mozilla-mobile/telemetry-ios" "v1.1.0"
19-
github "mozilla-mobile/MappaMundi" "master"
19+
# Cliqz: Pinning MappaMundi to a specific commit because newer versions require A-Star, which requires Swift 5
20+
github "mozilla-mobile/MappaMundi" "02b6f0b404d0a7178c47c073550936016f42981e"

0 commit comments

Comments
 (0)