-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Tap on map stop icons to view stop page (#117)
* feat: Tap on map stop icons to view stop page * test: Add test for stop page changing * fix: ViewportProvider project file weirdness Moving files to groups in the xcode project doesn't move them to the corresponding directory automatically.
- Loading branch information
Showing
10 changed files
with
227 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// | ||
// InspectionEmissary.swift | ||
// iosAppTests | ||
// | ||
// This is used with ViewInspector as recommended in their docs. | ||
// See https://github.com/nalexn/ViewInspector/blob/0.9.11/guide.md#approach-2 | ||
// | ||
// Created by Simon, Emma on 4/10/24. | ||
// Copyright © 2024 MBTA. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
@testable import iosApp | ||
import ViewInspector | ||
|
||
extension Inspection: InspectionEmissary {} |
Oops, something went wrong.