Skip to content

Commit

Permalink
Add missing availability.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jun 11, 2021
1 parent b770767 commit ca45579
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/arkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ public enum ARCoachingGoal : long {
HorizontalPlane,
VerticalPlane,
AnyPlane,
#if NET
[SupportedOSPlatform ("ios15.0")]
#else
[iOS (15,0)]
#endif
GeoTracking,
}

Expand Down

0 comments on commit ca45579

Please sign in to comment.