|
23 | 23 | 449A7C831D80D0E80019300C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 449A7C811D80D0E80019300C /* LaunchScreen.storyboard */; }; |
24 | 24 | 449A7C8E1D80D0E80019300C /* TCATTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449A7C8D1D80D0E80019300C /* TCATTests.swift */; }; |
25 | 25 | 449A7C991D80D0E80019300C /* TCATUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449A7C981D80D0E80019300C /* TCATUITests.swift */; }; |
26 | | - 5006F7B81EBFC7DE005ACAF2 /* CornellDestinationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5006F7B71EBFC7DE005ACAF2 /* CornellDestinationCell.swift */; }; |
27 | 26 | 5006F7BA1EC0F59A005ACAF2 /* SearchTableViewHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5006F7B91EC0F59A005ACAF2 /* SearchTableViewHelpers.swift */; }; |
28 | 27 | 502D8F5F1E55161D005280F1 /* SearchBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502D8F5E1E55161D005280F1 /* SearchBarView.swift */; }; |
29 | | - 503EC37B1E969ACD00B3D4D4 /* BusStopCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503EC37A1E969ACD00B3D4D4 /* BusStopCell.swift */; }; |
30 | | - 503EC37D1E969ADF00B3D4D4 /* SearchResultsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503EC37C1E969ADF00B3D4D4 /* SearchResultsCell.swift */; }; |
| 28 | + 503EC37D1E969ADF00B3D4D4 /* PlaceTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503EC37C1E969ADF00B3D4D4 /* PlaceTableViewCell.swift */; }; |
31 | 29 | 503EC37F1E969B2100B3D4D4 /* SearchResultsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503EC37E1E969B2100B3D4D4 /* SearchResultsTableViewController.swift */; }; |
32 | 30 | 50A19BAE1E4C214000AD6768 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A19BAD1E4C214000AD6768 /* HomeViewController.swift */; }; |
33 | 31 | 7E14AEDD2177E884006A344D /* IntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E14AEDC2177E884006A344D /* IntentHandler.swift */; }; |
|
36 | 34 | 9CAD63CB367551D7A8B32C6E /* Pods_TCAT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E69224A160B2B078827D28A1 /* Pods_TCAT.framework */; }; |
37 | 35 | BF0002221FB37D0A00773109 /* LoadingIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0002211FB37D0A00773109 /* LoadingIndicator.swift */; }; |
38 | 36 | BF1209FB1F7759C200A7C930 /* BusLocationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF1209FA1F7759C200A7C930 /* BusLocationView.swift */; }; |
| 37 | + BF164D5F221DFCDE0069953E /* LegacyModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF164D5E221DFCDE0069953E /* LegacyModels.swift */; }; |
39 | 38 | BF18AE102083B7F6000C3D82 /* StoreReviewHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF18AE0F2083B7F6000C3D82 /* StoreReviewHelper.swift */; }; |
40 | 39 | BF18AE122083B9B8000C3D82 /* Phrases.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF18AE112083B9B8000C3D82 /* Phrases.swift */; }; |
41 | 40 | BF316CB02096352B005A14EF /* PhraseLabelFooterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF316CAF2096352B005A14EF /* PhraseLabelFooterView.swift */; }; |
|
76 | 75 | DD16B8E71E7046390089B7B2 /* BusIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16B8E41E7046390089B7B2 /* BusIcon.swift */; }; |
77 | 76 | DD2F989B1E50F99A0005F6BC /* Route.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2F989A1E50F99A0005F6BC /* Route.swift */; }; |
78 | 77 | DD2F98A31E5150990005F6BC /* RouteOptionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD2F98A21E5150990005F6BC /* RouteOptionsViewController.swift */; }; |
79 | | - DD36A6FF1F66378C00E4789E /* BusStop.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD36A6FD1F66378B00E4789E /* BusStop.swift */; }; |
80 | | - DD36A7001F66378C00E4789E /* PlaceResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD36A6FE1F66378C00E4789E /* PlaceResult.swift */; }; |
81 | 78 | DD36A7021F6637CA00E4789E /* Direction.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD36A7011F6637C900E4789E /* Direction.swift */; }; |
82 | 79 | DD3D9C211F94297100B164D4 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3D9C201F94297100B164D4 /* Reachability.swift */; }; |
83 | 80 | DD3D9C341F942CF000B164D4 /* CoordinateVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3D9C331F942CF000B164D4 /* CoordinateVisitor.swift */; }; |
|
165 | 162 | 449A7C941D80D0E80019300C /* TCATUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TCATUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
166 | 163 | 449A7C981D80D0E80019300C /* TCATUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TCATUITests.swift; sourceTree = "<group>"; }; |
167 | 164 | 449A7C9A1D80D0E80019300C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
168 | | - 5006F7B71EBFC7DE005ACAF2 /* CornellDestinationCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CornellDestinationCell.swift; path = Cells/CornellDestinationCell.swift; sourceTree = "<group>"; }; |
169 | 165 | 5006F7B91EC0F59A005ACAF2 /* SearchTableViewHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = SearchTableViewHelpers.swift; path = Utilities/SearchTableViewHelpers.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
170 | 166 | 502D8F5E1E55161D005280F1 /* SearchBarView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SearchBarView.swift; path = Views/SearchBarView.swift; sourceTree = "<group>"; }; |
171 | | - 503EC37A1E969ACD00B3D4D4 /* BusStopCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BusStopCell.swift; path = Cells/BusStopCell.swift; sourceTree = "<group>"; }; |
172 | | - 503EC37C1E969ADF00B3D4D4 /* SearchResultsCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SearchResultsCell.swift; path = Cells/SearchResultsCell.swift; sourceTree = "<group>"; }; |
| 167 | + 503EC37C1E969ADF00B3D4D4 /* PlaceTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PlaceTableViewCell.swift; path = Cells/PlaceTableViewCell.swift; sourceTree = "<group>"; }; |
173 | 168 | 503EC37E1E969B2100B3D4D4 /* SearchResultsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = SearchResultsTableViewController.swift; path = Controllers/SearchResultsTableViewController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
174 | 169 | 50A19BAD1E4C214000AD6768 /* HomeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = HomeViewController.swift; path = Controllers/HomeViewController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
175 | 170 | 7E14AEB12177E661006A344D /* TCAT.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = TCAT.entitlements; sourceTree = "<group>"; }; |
|
182 | 177 | 97F81CAA39621F2304CFA763 /* Pods-TCATUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TCATUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-TCATUITests/Pods-TCATUITests.release.xcconfig"; sourceTree = "<group>"; }; |
183 | 178 | BF0002211FB37D0A00773109 /* LoadingIndicator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LoadingIndicator.swift; path = Views/LoadingIndicator.swift; sourceTree = "<group>"; }; |
184 | 179 | BF1209FA1F7759C200A7C930 /* BusLocationView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BusLocationView.swift; path = Views/BusLocationView.swift; sourceTree = "<group>"; }; |
| 180 | + BF164D5E221DFCDE0069953E /* LegacyModels.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LegacyModels.swift; path = Model/LegacyModels.swift; sourceTree = "<group>"; }; |
185 | 181 | BF18AE0F2083B7F6000C3D82 /* StoreReviewHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StoreReviewHelper.swift; path = Utilities/StoreReviewHelper.swift; sourceTree = "<group>"; }; |
186 | 182 | BF18AE112083B9B8000C3D82 /* Phrases.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Phrases.swift; path = Utilities/Phrases.swift; sourceTree = "<group>"; }; |
187 | 183 | BF316CAF2096352B005A14EF /* PhraseLabelFooterView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PhraseLabelFooterView.swift; path = Views/PhraseLabelFooterView.swift; sourceTree = "<group>"; }; |
|
223 | 219 | DD16B8E41E7046390089B7B2 /* BusIcon.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BusIcon.swift; path = Views/BusIcon.swift; sourceTree = "<group>"; }; |
224 | 220 | DD2F989A1E50F99A0005F6BC /* Route.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Route.swift; path = Model/Route.swift; sourceTree = "<group>"; }; |
225 | 221 | DD2F98A21E5150990005F6BC /* RouteOptionsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RouteOptionsViewController.swift; path = Controllers/RouteOptionsViewController.swift; sourceTree = "<group>"; }; |
226 | | - DD36A6FD1F66378B00E4789E /* BusStop.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BusStop.swift; path = Model/BusStop.swift; sourceTree = "<group>"; }; |
227 | | - DD36A6FE1F66378C00E4789E /* PlaceResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PlaceResult.swift; path = Model/PlaceResult.swift; sourceTree = "<group>"; }; |
228 | 222 | DD36A7011F6637C900E4789E /* Direction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Direction.swift; path = Model/Direction.swift; sourceTree = "<group>"; }; |
229 | 223 | DD3D9C201F94297100B164D4 /* Reachability.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Reachability.swift; path = Utilities/Reachability.swift; sourceTree = "<group>"; }; |
230 | 224 | DD3D9C331F942CF000B164D4 /* CoordinateVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CoordinateVisitor.swift; path = Utilities/CoordinateVisitor.swift; sourceTree = "<group>"; }; |
|
447 | 441 | DD2F988F1E50D89C0005F6BC /* Cells */ = { |
448 | 442 | isa = PBXGroup; |
449 | 443 | children = ( |
450 | | - 503EC37A1E969ACD00B3D4D4 /* BusStopCell.swift */, |
451 | 444 | DDB49C971E8857E000A99C35 /* BusStopTableViewCell.swift */, |
452 | | - 5006F7B71EBFC7DE005ACAF2 /* CornellDestinationCell.swift */, |
453 | 445 | DDB49C951E8857E000A99C35 /* LargeDetailTableViewCell.swift */, |
454 | 446 | DDC83CA41E52B0D400D4EDDF /* RouteTableViewCell.swift */, |
455 | | - 503EC37C1E969ADF00B3D4D4 /* SearchResultsCell.swift */, |
456 | 447 | 2292486D21BB82180004279C /* ServiceAlertTableViewCell.swift */, |
| 448 | + 503EC37C1E969ADF00B3D4D4 /* PlaceTableViewCell.swift */, |
457 | 449 | DDB49C961E8857E000A99C35 /* SmallDetailTableViewCell.swift */, |
458 | 450 | ); |
459 | 451 | name = Cells; |
|
464 | 456 | children = ( |
465 | 457 | BF456E0220489990005C611D /* BusLocation.swift */, |
466 | 458 | DDB49C9B1E8857FC00A99C35 /* BusPath.swift */, |
467 | | - DD36A6FD1F66378B00E4789E /* BusStop.swift */, |
468 | 459 | DD36A7011F6637C900E4789E /* Direction.swift */, |
| 460 | + BF164D5E221DFCDE0069953E /* LegacyModels.swift */, |
469 | 461 | BF73F0F21F60B0BD003B479D /* LocationObject.swift */, |
470 | 462 | DDE3BC221F5863D50014D2BB /* Place.swift */, |
471 | | - DD36A6FE1F66378C00E4789E /* PlaceResult.swift */, |
472 | 463 | DD2F989A1E50F99A0005F6BC /* Route.swift */, |
473 | 464 | BFD5B4E31FAADFAE00955C37 /* WalkPath.swift */, |
474 | 465 | DDB49C9C1E8857FC00A99C35 /* Waypoint.swift */, |
|
885 | 876 | isa = PBXSourcesBuildPhase; |
886 | 877 | buildActionMask = 2147483647; |
887 | 878 | files = ( |
888 | | - 503EC37D1E969ADF00B3D4D4 /* SearchResultsCell.swift in Sources */, |
| 879 | + 503EC37D1E969ADF00B3D4D4 /* PlaceTableViewCell.swift in Sources */, |
889 | 880 | DDBCD5E71E989E5800014641 /* Circle.swift in Sources */, |
890 | 881 | 502D8F5F1E55161D005280F1 /* SearchBarView.swift in Sources */, |
891 | 882 | 5006F7BA1EC0F59A005ACAF2 /* SearchTableViewHelpers.swift in Sources */, |
892 | 883 | BFCA712D206AC69000E4CCE5 /* Keys.swift in Sources */, |
893 | | - 5006F7B81EBFC7DE005ACAF2 /* CornellDestinationCell.swift in Sources */, |
| 884 | + 2292486921B891A30004279C /* Endpoints.swift in Sources */, |
894 | 885 | DDB49C9D1E8857FC00A99C35 /* BusPath.swift in Sources */, |
895 | 886 | DD659C8A20508E1B00506BAC /* WalkWithDistanceIcon.swift in Sources */, |
896 | | - DD36A7001F66378C00E4789E /* PlaceResult.swift in Sources */, |
897 | 887 | BF8AF5F32206BBF60091AB8C /* Utilities.swift in Sources */, |
898 | 888 | BF73F0F31F60B0BD003B479D /* LocationObject.swift in Sources */, |
899 | 889 | BFF41EB2204365E800E0696B /* SummaryView.swift in Sources */, |
|
904 | 894 | BFA53FEE1FD45D7000E770DF /* RouteDetailViewController.swift in Sources */, |
905 | 895 | DD16B8E71E7046390089B7B2 /* BusIcon.swift in Sources */, |
906 | 896 | E337970D1FC1606D00BCB28F /* InformationViewController.swift in Sources */, |
907 | | - 503EC37B1E969ACD00B3D4D4 /* BusStopCell.swift in Sources */, |
908 | 897 | BF18AE122083B9B8000C3D82 /* Phrases.swift in Sources */, |
909 | 898 | DDB49C9A1E8857E000A99C35 /* BusStopTableViewCell.swift in Sources */, |
910 | 899 | DC2E96461FC21B29009955C6 /* HeaderView.swift in Sources */, |
|
928 | 917 | DDB49C991E8857E000A99C35 /* SmallDetailTableViewCell.swift in Sources */, |
929 | 918 | BF5C52A4207B96F0003C93B9 /* LiveIndicator.swift in Sources */, |
930 | 919 | DDBFEAA01E787008002BBD96 /* DatePickerView.swift in Sources */, |
931 | | - DD36A6FF1F66378C00E4789E /* BusStop.swift in Sources */, |
932 | 920 | DDC83CA51E52B0D400D4EDDF /* RouteTableViewCell.swift in Sources */, |
933 | 921 | DD5D233C1E6367A100F8DECE /* Time.swift in Sources */, |
934 | 922 | DDE0A9311F096A3E005CD01C /* RouteDiagram.swift in Sources */, |
|
951 | 939 | 2292486E21BB82180004279C /* ServiceAlertTableViewCell.swift in Sources */, |
952 | 940 | BF1209FB1F7759C200A7C930 /* BusLocationView.swift in Sources */, |
953 | 941 | 2292486C21B8ECB90004279C /* ServiceAlertsViewController.swift in Sources */, |
| 942 | + BF164D5F221DFCDE0069953E /* LegacyModels.swift in Sources */, |
954 | 943 | DD3D9C361F945F2A00B164D4 /* RPCircularProgress.swift in Sources */, |
955 | 944 | BFC367F321B66E9A00ABD9AC /* Intents.intentdefinition in Sources */, |
956 | 945 | DD2F98A31E5150990005F6BC /* RouteOptionsViewController.swift in Sources */, |
|
0 commit comments