From d02638e58910132c500f5dc17e65cb86389434a2 Mon Sep 17 00:00:00 2001 From: N3v1 Date: Sat, 11 Nov 2023 00:18:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update:=20Update=20project.pbxproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link GoogleService plist to macOS target --- ScribbleLab.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ScribbleLab.xcodeproj/project.pbxproj b/ScribbleLab.xcodeproj/project.pbxproj index 836183b2e..d12df36c3 100644 --- a/ScribbleLab.xcodeproj/project.pbxproj +++ b/ScribbleLab.xcodeproj/project.pbxproj @@ -53,6 +53,7 @@ 383588522AFEECA200EEA1C3 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 383588512AFEECA200EEA1C3 /* Item.swift */; }; 383588542AFEECA400EEA1C3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 383588532AFEECA400EEA1C3 /* Assets.xcassets */; }; 383588572AFEECA400EEA1C3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 383588562AFEECA400EEA1C3 /* Preview Assets.xcassets */; }; + 3835885F2AFEF19400EEA1C3 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 38FFF93F2AE3C55F006719E2 /* GoogleService-Info.plist */; }; 3836C2962AF144DC008F475F /* WaitView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3836C2952AF144DC008F475F /* WaitView.swift */; }; 3836C29A2AF1BB86008F475F /* EditProfileViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3836C2992AF1BB86008F475F /* EditProfileViewModel.swift */; }; 3836C2A22AF29CBF008F475F /* ScribbleLab_AppClipApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3836C2A12AF29CBF008F475F /* ScribbleLab_AppClipApp.swift */; }; @@ -1352,6 +1353,7 @@ files = ( 383588572AFEECA400EEA1C3 /* Preview Assets.xcassets in Resources */, 383588542AFEECA400EEA1C3 /* Assets.xcassets in Resources */, + 3835885F2AFEF19400EEA1C3 /* GoogleService-Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };