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

[IB-1926] [Bug] Updated MappaMundi breaks build #380

Merged
merged 1 commit into from Jul 4, 2019

Commits on Jul 4, 2019

  1. 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.
    winsmith committed Jul 4, 2019