-
Notifications
You must be signed in to change notification settings - Fork 516
Vision tvOS xcode14.0 beta2
Manuel de la Pena edited this page Jul 18, 2022
·
3 revisions
#Vision.framework https://github.com/xamarin/xamarin-macios/pull/15538
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNGeometry.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNGeometry.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNGeometry.h 2022-06-03 18:07:21.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNGeometry.h 2022-06-17 11:26:21.000000000 -0400
@@ -250,7 +250,7 @@
/*!
@brief The total number of child contours in the target contour.
- @discussion The use of this property is prefered over childContours.count due to the cost of building the child objects.
+ @discussion The use of this property is preferred over childContours.count due to the cost of building the child objects.
*/
@property (readonly) NSInteger childContourCount;
@@ -265,7 +265,7 @@
@brief Returns a VNContour object that is a child of this VNContour at the specified index.
@param childContourIndex The index into the childContours array.
@param error The error returned if the child contour cannot be provided.
- @return The VNContour object at the spefiied index path, or nil of a failure occurs.
+ @return The VNContour object at the specified index path, or nil of a failure occurs.
*/
- (nullable VNContour *) childContourAtIndex:(NSUInteger)childContourIndex error:(NSError **)error;
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status