Skip to content

Commit e811d4a

Browse files
committed
Improved file hierarchy
1 parent 53e77d0 commit e811d4a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

TCAT.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
D183AA011E6CB092006A9A15 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Utilities/Extensions.swift; sourceTree = "<group>"; };
155155
D94BD2FC2159993D00C9214E /* Keys.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Keys.plist; path = "Supporting Files/Keys.plist"; sourceTree = "<group>"; };
156156
D94BD2FE2159994400C9214E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Supporting Files/GoogleService-Info.plist"; sourceTree = "<group>"; };
157-
D94BD30021599E3200C9214E /* EventPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventPayload.swift; sourceTree = "<group>"; };
157+
D94BD30021599E3200C9214E /* EventPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = EventPayload.swift; path = Utilities/EventPayload.swift; sourceTree = "<group>"; };
158158
DC2E96431FBF41CB009955C6 /* FavoritesTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FavoritesTableViewController.swift; path = Controllers/FavoritesTableViewController.swift; sourceTree = "<group>"; };
159159
DC2E96451FC21B29009955C6 /* HeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HeaderView.swift; path = Views/HeaderView.swift; sourceTree = "<group>"; };
160160
DCB7170F1FB76EA600BE4D26 /* AllStopsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AllStopsTableViewController.swift; path = Controllers/AllStopsTableViewController.swift; sourceTree = "<group>"; };
@@ -313,10 +313,10 @@
313313
children = (
314314
DD99E2F51F6DB06A0073E8F7 /* Constants.swift */,
315315
BFCA712C206AC69000E4CCE5 /* Keys.swift */,
316-
449A7C841D80D0E80019300C /* Info.plist */,
317-
E34490CC1F8EEFFF0064D284 /* SFText-Bold.otf */,
318316
D94BD2FE2159994400C9214E /* GoogleService-Info.plist */,
317+
449A7C841D80D0E80019300C /* Info.plist */,
319318
D94BD2FC2159993D00C9214E /* Keys.plist */,
319+
E34490CC1F8EEFFF0064D284 /* SFText-Bold.otf */,
320320
DD623C8A1E6D0585005ED004 /* SFText-Medium.otf */,
321321
DD623C8B1E6D0585005ED004 /* SFText-Regular.otf */,
322322
DD623C8C1E6D0585005ED004 /* SFText-Semibold.otf */,
@@ -783,7 +783,7 @@
783783
);
784784
runOnlyForDeploymentPostprocessing = 0;
785785
shellPath = /bin/sh;
786-
shellScript = "\"${SRCROOT}/Build-Phases/fabric-config.sh\"\n\n";
786+
shellScript = "\"${SRCROOT}/TCAT/Supporting Files/fabric-config.sh\"\n\n";
787787
};
788788
/* End PBXShellScriptBuildPhase section */
789789

TCAT/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2626
// Update shortcut items
2727
AppShortcuts.shared.updateShortcutItems()
2828

29-
// Set Up Register, Fabric / Crashlytics (RELEASE)
29+
// Set Up Analytics
3030
#if !DEBUG
3131
Crashlytics.start(withAPIKey: Keys.fabricAPIKey.value)
3232
#endif
@@ -45,7 +45,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
4545
// Check app version
4646
if let version = userDefaults.value(forKey: Constants.UserDefaults.version) as? String {
4747
if version != Constants.App.version {
48-
// TODO: User has just updated the app.
48+
// User has just updated the app.
4949
}
5050
}
5151

0 commit comments

Comments
 (0)