Skip to content

Commit 19bc0bb

Browse files
authored
Update PListProcessor.cs
1 parent 179d1de commit 19bc0bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Editor/iOS/PListProcessor.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
using UnityEngine;
33

44
using UnityEditor;
5+
#if UNITY_IOS
56
using UnityEditor.iOS.Xcode;
7+
#endif
68

79
using UnityEditor.Build;
810
using UnityEditor.Build.Reporting;
@@ -64,4 +66,4 @@ public void OnPostprocessBuild(BuildReport report)
6466
}
6567
}
6668

67-
#endif
69+
#endif

0 commit comments

Comments
 (0)