From 8f6b8d763af07d76df466d532f45b3db61a55fbb Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 20 Mar 2019 00:08:59 -0700 Subject: [PATCH] Updates DriveService client ID --- Delta/Supporting Files/Info.plist | 2 +- Delta/Syncing/SyncManager.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Delta/Supporting Files/Info.plist b/Delta/Supporting Files/Info.plist index d06bc85..5ea0cb6 100644 --- a/Delta/Supporting Files/Info.plist +++ b/Delta/Supporting Files/Info.plist @@ -110,7 +110,7 @@ Editor CFBundleURLSchemes - com.googleusercontent.apps.457607414709-5puj6lcv779gpu3ql43e6k3smjj40dmu + com.googleusercontent.apps.457607414709-7oc45nq59frd7rre6okq22fafftd55g1 diff --git a/Delta/Syncing/SyncManager.swift b/Delta/Syncing/SyncManager.swift index 08c4b2e..c642a1e 100644 --- a/Delta/Syncing/SyncManager.swift +++ b/Delta/Syncing/SyncManager.swift @@ -62,7 +62,7 @@ final class SyncManager private init() { - DriveService.shared.clientID = "457607414709-5puj6lcv779gpu3ql43e6k3smjj40dmu.apps.googleusercontent.com" + DriveService.shared.clientID = "457607414709-7oc45nq59frd7rre6okq22fafftd55g1.apps.googleusercontent.com" NotificationCenter.default.addObserver(self, selector: #selector(SyncManager.syncingDidFinish(_:)), name: SyncCoordinator.didFinishSyncingNotification, object: nil) NotificationCenter.default.addObserver(self, selector: #selector(SyncManager.didEnterBackground(_:)), name: UIApplication.didEnterBackgroundNotification, object: nil)