Skip to content

VideoSubscriberAccount macOS xcode14.0 beta1

Manuel de la Pena edited this page Jul 18, 2022 · 3 revisions

#VideoSubscriberAccount.framework https://github.com/xamarin/xamarin-macios/pull/15541

diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSUserAccountQueryOptions.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSUserAccountQueryOptions.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSUserAccountQueryOptions.h	1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VSUserAccountQueryOptions.h	2022-05-21 08:06:17.000000000 -0400
@@ -0,0 +1,13 @@
+//
+//  VSUserAccountQueryOptions.h
+//  VideoSubscriberAccountFramework
+//
+//  Created by Nik Harris on 2/28/22.
+//  Copyright © 2022 Apple Inc. All rights reserved.
+//
+
+typedef NS_OPTIONS(NSInteger, VSUserAccountQueryOptions) {
+    VSUserAccountQueryOptionNone = 0,  // default
+    VSUserAccountQueryOptionAllDevices // return VSUserAccounts also registered on other devices in the users iCloud account
+};
+
Clone this wiki locally