From 56accac4967ba17a334787ffd3400b74ee06dc89 Mon Sep 17 00:00:00 2001 From: chaeyoung103 Date: Thu, 16 Feb 2023 20:32:41 +0900 Subject: [PATCH] =?UTF-8?q?#398=20[feat]:=20firebaseanalytics=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Todoary-iOS/Todoary.xcodeproj/project.pbxproj | 8 ++++---- .../xcshareddata/xcschemes/Todoary.xcscheme | 6 ++++++ .../Todoary/Application/AppDelegate.swift | 2 -- .../SupportingFiles/GoogleService-Info.plist | 16 +++++++--------- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Todoary-iOS/Todoary.xcodeproj/project.pbxproj b/Todoary-iOS/Todoary.xcodeproj/project.pbxproj index 83390de0..1ee32dd6 100644 --- a/Todoary-iOS/Todoary.xcodeproj/project.pbxproj +++ b/Todoary-iOS/Todoary.xcodeproj/project.pbxproj @@ -85,7 +85,6 @@ 576ED6B228749021007389CD /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 576ED6B128749021007389CD /* String.swift */; }; 576ED6B42874902A007389CD /* UITextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 576ED6B32874902A007389CD /* UITextField.swift */; }; 577A01BC28A4E1A9004B2575 /* ToastMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 577A01BB28A4E1A9004B2575 /* ToastMessageView.swift */; }; - 578B7AA428ACCA0C00E7B4F4 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 578B7AA328ACCA0C00E7B4F4 /* GoogleService-Info.plist */; }; 5799DB732977A2D9001137EA /* TodoaryDateFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5799DB722977A2D9001137EA /* TodoaryDateFormatter.swift */; }; 57B16855295A8A2600639A15 /* SignUpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B16854295A8A2600639A15 /* SignUpView.swift */; }; 57B16857295ABAF900639A15 /* CategoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B16856295ABAF900639A15 /* CategoryView.swift */; }; @@ -168,6 +167,7 @@ ACCD87C628965B7700C34CE7 /* TodoCategoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACCD87C528965B7700C34CE7 /* TodoCategoryCell.swift */; }; ACE7D5FA28A819A70093854A /* PinNumberSettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACE7D5F928A819A70093854A /* PinNumberSettingViewController.swift */; }; ACE7D5FC28A819C10093854A /* PinNumberSettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACE7D5FB28A819C10093854A /* PinNumberSettingView.swift */; }; + ACF46D85298D2A73005B9DFE /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = ACF46D84298D2A73005B9DFE /* GoogleService-Info.plist */; }; ACFBEC9E28B3DBB200B9D66F /* GetDiaryExistenceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACFBEC9D28B3DBB200B9D66F /* GetDiaryExistenceModel.swift */; }; E015059928B3F3E500E83157 /* OnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E015059828B3F3E500E83157 /* OnboardingViewController.swift */; }; E0218B1E28A4D5EA00E48618 /* DiaryStickerCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0218B1D28A4D5EA00E48618 /* DiaryStickerCollectionViewCell.swift */; }; @@ -329,7 +329,6 @@ 577A01BB28A4E1A9004B2575 /* ToastMessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToastMessageView.swift; sourceTree = ""; }; 577A01BD28A4EB21004B2575 /* ToolBarText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolBarText.swift; sourceTree = ""; }; 578B7AA228ACC75600E7B4F4 /* Todoary.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Todoary.entitlements; sourceTree = ""; }; - 578B7AA328ACCA0C00E7B4F4 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 5799DB722977A2D9001137EA /* TodoaryDateFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoaryDateFormatter.swift; sourceTree = ""; }; 57B16854295A8A2600639A15 /* SignUpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignUpView.swift; sourceTree = ""; }; 57B16856295ABAF900639A15 /* CategoryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CategoryView.swift; sourceTree = ""; }; @@ -415,6 +414,7 @@ ACCD87C528965B7700C34CE7 /* TodoCategoryCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoCategoryCell.swift; sourceTree = ""; }; ACE7D5F928A819A70093854A /* PinNumberSettingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinNumberSettingViewController.swift; sourceTree = ""; }; ACE7D5FB28A819C10093854A /* PinNumberSettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinNumberSettingView.swift; sourceTree = ""; }; + ACF46D84298D2A73005B9DFE /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; ACFBEC9D28B3DBB200B9D66F /* GetDiaryExistenceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetDiaryExistenceModel.swift; sourceTree = ""; }; C3C8A11142F88041A453AA57 /* Pods-TodoaryTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TodoaryTests.debug.xcconfig"; path = "Target Support Files/Pods-TodoaryTests/Pods-TodoaryTests.debug.xcconfig"; sourceTree = ""; }; D54D487D3B3177B28D4A4FBE /* Pods-Todoary.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Todoary.release.xcconfig"; path = "Target Support Files/Pods-Todoary/Pods-Todoary.release.xcconfig"; sourceTree = ""; }; @@ -585,7 +585,7 @@ isa = PBXGroup; children = ( 572E5AE4286EBDCE00D1FAA0 /* LaunchScreen.storyboard */, - 578B7AA328ACCA0C00E7B4F4 /* GoogleService-Info.plist */, + ACF46D84298D2A73005B9DFE /* GoogleService-Info.plist */, 572E5AE7286EBDCE00D1FAA0 /* Info.plist */, ); path = SupportingFiles; @@ -1746,7 +1746,7 @@ E0BAB97B28748FA50055BA67 /* HolaStoryboard.storyboard in Resources */, 572E5AE3286EBDCE00D1FAA0 /* Assets.xcassets in Resources */, 57DF460528A64AA60002D66C /* IBMPlexSansKR-Medium.otf in Resources */, - 578B7AA428ACCA0C00E7B4F4 /* GoogleService-Info.plist in Resources */, + ACF46D85298D2A73005B9DFE /* GoogleService-Info.plist in Resources */, 572E5AE1286EBDCC00D1FAA0 /* Main.storyboard in Resources */, 57DF45FA28A60B310002D66C /* GangwonEduAll-Bold.ttf in Resources */, E0BAB97D28748FBF0055BA67 /* SsoyaStoryboard.storyboard in Resources */, diff --git a/Todoary-iOS/Todoary.xcodeproj/xcshareddata/xcschemes/Todoary.xcscheme b/Todoary-iOS/Todoary.xcodeproj/xcshareddata/xcschemes/Todoary.xcscheme index 8a292308..bd648d87 100644 --- a/Todoary-iOS/Todoary.xcodeproj/xcshareddata/xcschemes/Todoary.xcscheme +++ b/Todoary-iOS/Todoary.xcodeproj/xcshareddata/xcschemes/Todoary.xcscheme @@ -70,6 +70,12 @@ ReferencedContainer = "container:Todoary.xcodeproj"> + + + + Bool { -// UserDefaults.standard.set("ㅇㅇㅇㅇㅇㅇ", forKey: "accessToken") -// UserDefaults.standard.set("dddddddddddd", forKey: "refreshToken") window = UIWindow(frame: UIScreen.main.bounds) self.navigationController = UINavigationController(rootViewController: UIStoryboard(name: "LaunchScreen", bundle: nil).instantiateInitialViewController()!) diff --git a/Todoary-iOS/Todoary/SupportingFiles/GoogleService-Info.plist b/Todoary-iOS/Todoary/SupportingFiles/GoogleService-Info.plist index 6a55d073..39f3e907 100644 --- a/Todoary-iOS/Todoary/SupportingFiles/GoogleService-Info.plist +++ b/Todoary-iOS/Todoary/SupportingFiles/GoogleService-Info.plist @@ -3,23 +3,21 @@ CLIENT_ID - 666947728476-7d1qb2mlg0f7gnids3ibt211073d4o71.apps.googleusercontent.com + 635795718795-7fpb55r1sve4ilfmmcv1cp58k30hi8mh.apps.googleusercontent.com REVERSED_CLIENT_ID - com.googleusercontent.apps.666947728476-7d1qb2mlg0f7gnids3ibt211073d4o71 - ANDROID_CLIENT_ID - 666947728476-40dfmp62tj34jbk87kcsm3gko1bsqcgt.apps.googleusercontent.com + com.googleusercontent.apps.635795718795-7fpb55r1sve4ilfmmcv1cp58k30hi8mh API_KEY - AIzaSyAFm4T3NPICBeNZF6FR5IfTzcrlILKpuw0 + AIzaSyDZLT40lrlN6shsj-5TUZjLfSVlbZwtGSk GCM_SENDER_ID - 666947728476 + 635795718795 PLIST_VERSION 1 BUNDLE_ID com.todoary.ms.app PROJECT_ID - todoary-1304d + todoary-cec3a STORAGE_BUCKET - todoary-1304d.appspot.com + todoary-cec3a.appspot.com IS_ADS_ENABLED IS_ANALYTICS_ENABLED @@ -31,6 +29,6 @@ IS_SIGNIN_ENABLED GOOGLE_APP_ID - 1:666947728476:ios:12d5e63d1273e376486299 + 1:635795718795:ios:76286d5b0989183cb48a8e \ No newline at end of file