- Notifications
You must be signed in to change notification settings - Fork548
Vision tvOS xcode16.0 b5
Rolf Bjarne Kvinge edited this pageAug 29, 2024 ·3 revisions
#Vision.frameworkhttps://github.com/xamarin/xamarin-macios/pull/21149
diff -ruN /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h--- /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h2024-07-12 06:01:36+++ /Applications/Xcode_16.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Vision.framework/Headers/VNDetectBarcodesRequest.h2024-07-27 03:05:46@@ -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;