Skip to content

Vision macOS xcode16.0 b5

Rolf Bjarne Kvinge edited this page Aug 29, 2024 · 3 revisions

#Vision.framework https://github.com/xamarin/xamarin-macios/pull/21149

diff -ruN /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h --- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h	2024-07-13 04:36:22 +++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h	2024-07-27 05:43:22 @@ -65,7 +65,7 @@ /* @brief expands the set of detected symbologies and uses updated detection methods in comparison to revision 1 */ -API_AVAILABLE(macos(12.0), ios(15.0), tvos(15.0)) +API_DEPRECATED_WITH_REPLACEMENT("VNDetectBarcodesRequestRevision3", macos(12.0, 15.0), ios(15.0, 18.0), tvos(15.0, 18.0)) static const NSUInteger VNDetectBarcodesRequestRevision2 = 2; /* @@ -76,7 +76,7 @@ /* @brief expands set of detected symbologies, improves accuracy, offers supplemental payloads, - adds inverted color support, and may produce observations outside image bounds in comparision to prior revisions + adds inverted color support, and may produce observations outside image bounds in comparison to prior revisions */ API_AVAILABLE(macos(14.0), ios(17.0), tvos(17.0)) static const NSUInteger VNDetectBarcodesRequestRevision4 = 4; 
Clone this wiki locally