Skip to content

Commit

Permalink
add potential fix for cases where ios build support is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Oct 24, 2024
1 parent a5009aa commit e5ddf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Adjust/Scripts/Editor/AdjustEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
using UnityEditor.Callbacks;
#if UNITY_IOS
using UnityEditor.iOS.Xcode;
#endif
#if UNITY_2019_3_OR_NEWER
using UnityEditor.iOS.Xcode.Extensions;
#endif
#endif

namespace AdjustSdk
{
Expand Down

0 comments on commit e5ddf08

Please sign in to comment.