Skip to content

Commit

Permalink
Update SetIOSSDK.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pchonat committed Mar 31, 2021
1 parent 430bf30 commit 5c31515
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
using UnityEngine;

using Newtonsoft.Json.Linq;
using UnityEditor;
using System.IO;
using System;
#if UNITY_EDITOR_OSX
using UnityEditor.iOS.Xcode;
using UnityEditor.iOS.Xcode.Extensions;
Expand Down

0 comments on commit 5c31515

Please sign in to comment.