diff --git a/src/arkit.cs b/src/arkit.cs index cf1e371551c2..c99ea44c9103 100644 --- a/src/arkit.cs +++ b/src/arkit.cs @@ -190,6 +190,8 @@ public enum ARCoachingGoal : long { HorizontalPlane, VerticalPlane, AnyPlane, + [iOS (15,0)] + GeoTracking, } [iOS (13,0)] diff --git a/tests/xtro-sharpie/iOS-ARKit.todo b/tests/xtro-sharpie/iOS-ARKit.todo deleted file mode 100644 index b69214ff0b6a..000000000000 --- a/tests/xtro-sharpie/iOS-ARKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! ARCoachingGoal native value ARCoachingGoalGeoTracking = 4 not bound