Skip to content

Vision iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h
--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h	2024-07-12 09:07:26
+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h	2024-07-27 03:02:18
@@ -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