|
38 | 38 | BF18AE122083B9B8000C3D82 /* Phrases.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF18AE112083B9B8000C3D82 /* Phrases.swift */; }; |
39 | 39 | BF250D7F222FB12400E7F271 /* Endpoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF250D7E222FB12300E7F271 /* Endpoints.swift */; }; |
40 | 40 | BF316CB02096352B005A14EF /* PhraseLabelFooterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF316CAF2096352B005A14EF /* PhraseLabelFooterView.swift */; }; |
| 41 | + BF40D7652230385B000ED7D8 /* WhatsNewCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF40D7642230385B000ED7D8 /* WhatsNewCard.swift */; }; |
41 | 42 | BF456E0320489990005C611D /* BusLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF456E0220489990005C611D /* BusLocation.swift */; }; |
42 | 43 | BF5C52A4207B96F0003C93B9 /* LiveIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5C52A3207B96F0003C93B9 /* LiveIndicator.swift */; }; |
43 | 44 | BF5CBAD11FCE6CCE00478C6F /* RouteDetail+DrawerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5CBAD01FCE6CCE00478C6F /* RouteDetail+DrawerViewController.swift */; }; |
|
62 | 63 | BFC367F421B66E9A00ABD9AC /* Intents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = BFC367F621B66E9A00ABD9AC /* Intents.intentdefinition */; }; |
63 | 64 | BFCA712D206AC69000E4CCE5 /* Keys.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCA712C206AC69000E4CCE5 /* Keys.swift */; }; |
64 | 65 | BFD5B4E41FAADFAE00955C37 /* WalkPath.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFD5B4E31FAADFAE00955C37 /* WalkPath.swift */; }; |
| 66 | + BFEDB85B2232F22100052D49 /* GeneralTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFEDB85A2232F22100052D49 /* GeneralTableViewCell.swift */; }; |
65 | 67 | BFF41EB2204365E800E0696B /* SummaryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFF41EB1204365E800E0696B /* SummaryView.swift */; }; |
66 | 68 | CC27BD091FF6C91C00DAA7D5 /* Analytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC27BD081FF6C91C00DAA7D5 /* Analytics.swift */; }; |
67 | 69 | D183AA021E6CB092006A9A15 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D183AA011E6CB092006A9A15 /* Extensions.swift */; }; |
|
181 | 183 | BF18AE112083B9B8000C3D82 /* Phrases.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Phrases.swift; path = Utilities/Phrases.swift; sourceTree = "<group>"; }; |
182 | 184 | BF250D7E222FB12300E7F271 /* Endpoints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Endpoints.swift; path = Utilities/Endpoints.swift; sourceTree = "<group>"; }; |
183 | 185 | BF316CAF2096352B005A14EF /* PhraseLabelFooterView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PhraseLabelFooterView.swift; path = Views/PhraseLabelFooterView.swift; sourceTree = "<group>"; }; |
| 186 | + BF40D7642230385B000ED7D8 /* WhatsNewCard.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WhatsNewCard.swift; path = Model/WhatsNewCard.swift; sourceTree = "<group>"; }; |
184 | 187 | BF456E0220489990005C611D /* BusLocation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BusLocation.swift; path = Model/BusLocation.swift; sourceTree = "<group>"; }; |
185 | 188 | BF5C52A3207B96F0003C93B9 /* LiveIndicator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LiveIndicator.swift; path = Views/LiveIndicator.swift; sourceTree = "<group>"; }; |
186 | 189 | BF5CBAD01FCE6CCE00478C6F /* RouteDetail+DrawerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "RouteDetail+DrawerViewController.swift"; path = "Controllers/RouteDetail+DrawerViewController.swift"; sourceTree = "<group>"; }; |
|
205 | 208 | BFC367F521B66E9A00ABD9AC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; name = Base; path = Base.lproj/Intents.intentdefinition; sourceTree = "<group>"; }; |
206 | 209 | BFCA712C206AC69000E4CCE5 /* Keys.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Keys.swift; path = "Supporting Files/Keys.swift"; sourceTree = "<group>"; }; |
207 | 210 | BFD5B4E31FAADFAE00955C37 /* WalkPath.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WalkPath.swift; path = Model/WalkPath.swift; sourceTree = "<group>"; }; |
| 211 | + BFEDB85A2232F22100052D49 /* GeneralTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GeneralTableViewCell.swift; path = Cells/GeneralTableViewCell.swift; sourceTree = "<group>"; }; |
208 | 212 | BFF41EB1204365E800E0696B /* SummaryView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SummaryView.swift; path = Views/SummaryView.swift; sourceTree = "<group>"; }; |
209 | 213 | C3AF9B9F85F235C20ED105CF /* Pods_TCATTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TCATTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
210 | 214 | CC27BD081FF6C91C00DAA7D5 /* Analytics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Analytics.swift; path = Utilities/Analytics.swift; sourceTree = "<group>"; }; |
|
442 | 446 | isa = PBXGroup; |
443 | 447 | children = ( |
444 | 448 | DDB49C971E8857E000A99C35 /* BusStopTableViewCell.swift */, |
| 449 | + BFEDB85A2232F22100052D49 /* GeneralTableViewCell.swift */, |
445 | 450 | DDB49C951E8857E000A99C35 /* LargeDetailTableViewCell.swift */, |
446 | 451 | DDC83CA41E52B0D400D4EDDF /* RouteTableViewCell.swift */, |
447 | 452 | 2292486D21BB82180004279C /* ServiceAlertTableViewCell.swift */, |
|
463 | 468 | DD2F989A1E50F99A0005F6BC /* Route.swift */, |
464 | 469 | BFD5B4E31FAADFAE00955C37 /* WalkPath.swift */, |
465 | 470 | DDB49C9C1E8857FC00A99C35 /* Waypoint.swift */, |
| 471 | + BF40D7642230385B000ED7D8 /* WhatsNewCard.swift */, |
466 | 472 | ); |
467 | 473 | name = Model; |
468 | 474 | sourceTree = "<group>"; |
|
565 | 571 | 449A7C851D80D0E80019300C /* Sources */, |
566 | 572 | 449A7C861D80D0E80019300C /* Frameworks */, |
567 | 573 | 449A7C871D80D0E80019300C /* Resources */, |
| 574 | + 95FD58E4B0B35A9955BD93B7 /* [CP] Embed Pods Frameworks */, |
| 575 | + 755F369EEC2348457B6391B2 /* [CP] Copy Pods Resources */, |
568 | 576 | ); |
569 | 577 | buildRules = ( |
570 | 578 | ); |
|
584 | 592 | 449A7C901D80D0E80019300C /* Sources */, |
585 | 593 | 449A7C911D80D0E80019300C /* Frameworks */, |
586 | 594 | 449A7C921D80D0E80019300C /* Resources */, |
| 595 | + 5D40E23D9EE63FF3BAE16D85 /* [CP] Embed Pods Frameworks */, |
| 596 | + 3F7227CD26AFAD70B0DD5525 /* [CP] Copy Pods Resources */, |
587 | 597 | ); |
588 | 598 | buildRules = ( |
589 | 599 | ); |
|
793 | 803 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
794 | 804 | showEnvVarsInLog = 0; |
795 | 805 | }; |
| 806 | + 3F7227CD26AFAD70B0DD5525 /* [CP] Copy Pods Resources */ = { |
| 807 | + isa = PBXShellScriptBuildPhase; |
| 808 | + buildActionMask = 2147483647; |
| 809 | + files = ( |
| 810 | + ); |
| 811 | + inputPaths = ( |
| 812 | + ); |
| 813 | + name = "[CP] Copy Pods Resources"; |
| 814 | + outputPaths = ( |
| 815 | + ); |
| 816 | + runOnlyForDeploymentPostprocessing = 0; |
| 817 | + shellPath = /bin/sh; |
| 818 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCATUITests/Pods-TCATUITests-resources.sh\"\n"; |
| 819 | + showEnvVarsInLog = 0; |
| 820 | + }; |
| 821 | + 5D40E23D9EE63FF3BAE16D85 /* [CP] Embed Pods Frameworks */ = { |
| 822 | + isa = PBXShellScriptBuildPhase; |
| 823 | + buildActionMask = 2147483647; |
| 824 | + files = ( |
| 825 | + ); |
| 826 | + inputPaths = ( |
| 827 | + ); |
| 828 | + name = "[CP] Embed Pods Frameworks"; |
| 829 | + outputPaths = ( |
| 830 | + ); |
| 831 | + runOnlyForDeploymentPostprocessing = 0; |
| 832 | + shellPath = /bin/sh; |
| 833 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCATUITests/Pods-TCATUITests-frameworks.sh\"\n"; |
| 834 | + showEnvVarsInLog = 0; |
| 835 | + }; |
| 836 | + 755F369EEC2348457B6391B2 /* [CP] Copy Pods Resources */ = { |
| 837 | + isa = PBXShellScriptBuildPhase; |
| 838 | + buildActionMask = 2147483647; |
| 839 | + files = ( |
| 840 | + ); |
| 841 | + inputPaths = ( |
| 842 | + ); |
| 843 | + name = "[CP] Copy Pods Resources"; |
| 844 | + outputPaths = ( |
| 845 | + ); |
| 846 | + runOnlyForDeploymentPostprocessing = 0; |
| 847 | + shellPath = /bin/sh; |
| 848 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCATTests/Pods-TCATTests-resources.sh\"\n"; |
| 849 | + showEnvVarsInLog = 0; |
| 850 | + }; |
796 | 851 | 7C01627F386C89E7F1995831 /* [CP] Embed Pods Frameworks */ = { |
797 | 852 | isa = PBXShellScriptBuildPhase; |
798 | 853 | buildActionMask = 2147483647; |
|
855 | 910 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
856 | 911 | showEnvVarsInLog = 0; |
857 | 912 | }; |
| 913 | + 95FD58E4B0B35A9955BD93B7 /* [CP] Embed Pods Frameworks */ = { |
| 914 | + isa = PBXShellScriptBuildPhase; |
| 915 | + buildActionMask = 2147483647; |
| 916 | + files = ( |
| 917 | + ); |
| 918 | + inputPaths = ( |
| 919 | + ); |
| 920 | + name = "[CP] Embed Pods Frameworks"; |
| 921 | + outputPaths = ( |
| 922 | + ); |
| 923 | + runOnlyForDeploymentPostprocessing = 0; |
| 924 | + shellPath = /bin/sh; |
| 925 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TCATTests/Pods-TCATTests-frameworks.sh\"\n"; |
| 926 | + showEnvVarsInLog = 0; |
| 927 | + }; |
858 | 928 | E3FCA3C71FAA5AFB0069BD0F /* Fabric Configuration */ = { |
859 | 929 | isa = PBXShellScriptBuildPhase; |
860 | 930 | buildActionMask = 12; |
|
881 | 951 | 502D8F5F1E55161D005280F1 /* SearchBarView.swift in Sources */, |
882 | 952 | 5006F7BA1EC0F59A005ACAF2 /* SearchTableViewHelpers.swift in Sources */, |
883 | 953 | BFCA712D206AC69000E4CCE5 /* Keys.swift in Sources */, |
| 954 | + BF40D7652230385B000ED7D8 /* WhatsNewCard.swift in Sources */, |
884 | 955 | DDB49C9D1E8857FC00A99C35 /* BusPath.swift in Sources */, |
885 | 956 | DD659C8A20508E1B00506BAC /* WalkWithDistanceIcon.swift in Sources */, |
886 | 957 | BF8AF5F32206BBF60091AB8C /* Utilities.swift in Sources */, |
|
889 | 960 | DDB49CA21E88584B00A99C35 /* DetailIconView.swift in Sources */, |
890 | 961 | 224EB5A5214F2F01008232C2 /* AppShortcuts.swift in Sources */, |
891 | 962 | BF0002221FB37D0A00773109 /* LoadingIndicator.swift in Sources */, |
| 963 | + BFEDB85B2232F22100052D49 /* GeneralTableViewCell.swift in Sources */, |
892 | 964 | DDA134451EC6A8CB00460B18 /* RouteLine.swift in Sources */, |
893 | 965 | BFA53FEE1FD45D7000E770DF /* RouteDetailViewController.swift in Sources */, |
894 | 966 | DD16B8E71E7046390089B7B2 /* BusIcon.swift in Sources */, |
|
0 commit comments