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