Skip to content

Commit

Permalink
Improved file hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbarker016 committed Sep 27, 2018
1 parent 53e77d0 commit e811d4a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions TCAT.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
D183AA011E6CB092006A9A15 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Extensions.swift; path = Utilities/Extensions.swift; sourceTree = "<group>"; };
D94BD2FC2159993D00C9214E /* Keys.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Keys.plist; path = "Supporting Files/Keys.plist"; sourceTree = "<group>"; };
D94BD2FE2159994400C9214E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Supporting Files/GoogleService-Info.plist"; sourceTree = "<group>"; };
D94BD30021599E3200C9214E /* EventPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventPayload.swift; sourceTree = "<group>"; };
D94BD30021599E3200C9214E /* EventPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = EventPayload.swift; path = Utilities/EventPayload.swift; sourceTree = "<group>"; };
DC2E96431FBF41CB009955C6 /* FavoritesTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FavoritesTableViewController.swift; path = Controllers/FavoritesTableViewController.swift; sourceTree = "<group>"; };
DC2E96451FC21B29009955C6 /* HeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HeaderView.swift; path = Views/HeaderView.swift; sourceTree = "<group>"; };
DCB7170F1FB76EA600BE4D26 /* AllStopsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AllStopsTableViewController.swift; path = Controllers/AllStopsTableViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -313,10 +313,10 @@
children = (
DD99E2F51F6DB06A0073E8F7 /* Constants.swift */,
BFCA712C206AC69000E4CCE5 /* Keys.swift */,
449A7C841D80D0E80019300C /* Info.plist */,
E34490CC1F8EEFFF0064D284 /* SFText-Bold.otf */,
D94BD2FE2159994400C9214E /* GoogleService-Info.plist */,
449A7C841D80D0E80019300C /* Info.plist */,
D94BD2FC2159993D00C9214E /* Keys.plist */,
E34490CC1F8EEFFF0064D284 /* SFText-Bold.otf */,
DD623C8A1E6D0585005ED004 /* SFText-Medium.otf */,
DD623C8B1E6D0585005ED004 /* SFText-Regular.otf */,
DD623C8C1E6D0585005ED004 /* SFText-Semibold.otf */,
Expand Down Expand Up @@ -783,7 +783,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Build-Phases/fabric-config.sh\"\n\n";
shellScript = "\"${SRCROOT}/TCAT/Supporting Files/fabric-config.sh\"\n\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
4 changes: 2 additions & 2 deletions TCAT/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// Update shortcut items
AppShortcuts.shared.updateShortcutItems()

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

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e811d4a

Please sign in to comment.