Skip to content

Commit 6701412

Browse files
GooDimuchThaina
authored andcommitted
fix build compile error
1 parent ce996c1 commit 6701412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleSignIn/Editor/iOS/PostBuildProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if UNITY_EDITOR
1+
#if UNITY_EDITOR && (UNITY_IOS || UNITY_TVOS || UNITY_VISIONOS)
22
using System;
33
using System.IO;
44
using System.Linq;

0 commit comments

Comments
 (0)