-
Notifications
You must be signed in to change notification settings - Fork 518
AppKit macOS xcode13.0 beta5
Rachel Kang edited this page Oct 8, 2021
·
4 revisions
#AppKit.framework https://github.com/xamarin/xamarin-macios/pull/12936
diff -ruN /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes
--- /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes 2021-07-22 01:55:28.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes 2021-08-05 00:19:38.000000000 -0400
@@ -8622,6 +8622,32 @@
SwiftName: macOS10_13_2
- Name: NSAppKitVersionNumber10_13_4
SwiftName: macOS10_13_4
+- Name: NSAppKitVersionNumber10_14
+ SwiftName: macOS10_14
+- Name: NSAppKitVersionNumber10_14_1
+ SwiftName: macOS10_14_1
+- Name: NSAppKitVersionNumber10_14_2
+ SwiftName: macOS10_14_2
+- Name: NSAppKitVersionNumber10_14_3
+ SwiftName: macOS10_14_3
+- Name: NSAppKitVersionNumber10_14_4
+ SwiftName: macOS10_14_4
+- Name: NSAppKitVersionNumber10_14_5
+ SwiftName: macOS10_14_5
+- Name: NSAppKitVersionNumber10_15
+ SwiftName: macOS10_15
+- Name: NSAppKitVersionNumber10_15_1
+ SwiftName: macOS10_15_1
+- Name: NSAppKitVersionNumber10_15_2
+ SwiftName: macOS10_15_2
+- Name: NSAppKitVersionNumber10_15_3
+ SwiftName: macOS10_15_3
+- Name: NSAppKitVersionNumber10_15_4
+ SwiftName: macOS10_15_4
+- Name: NSAppKitVersionNumber10_15_5
+ SwiftName: macOS10_15_5
+- Name: NSAppKitVersionNumber10_15_6
+ SwiftName: macOS10_15_6
- Name: NSAppKitVersionNumber10_2
SwiftName: macOS10_2
- Name: NSAppKitVersionNumber10_2_3
@@ -8668,6 +8694,16 @@
SwiftName: macOS10_8
- Name: NSAppKitVersionNumber10_9
SwiftName: macOS10_9
+- Name: NSAppKitVersionNumber11_0
+ SwiftName: macOS11_0
+- Name: NSAppKitVersionNumber11_1
+ SwiftName: macOS11_1
+- Name: NSAppKitVersionNumber11_2
+ SwiftName: macOS11_2
+- Name: NSAppKitVersionNumber11_3
+ SwiftName: macOS11_3
+- Name: NSAppKitVersionNumber11_4
+ SwiftName: macOS11_4
- Name: NSAppKitVersionNumberWithColumnResizingBrowser
Availability: nonswift
- Name: NSAppKitVersionNumberWithContinuousScrollingBrowser
diff -ruN /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h
--- /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h 2021-07-22 14:32:48.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h 2021-08-07 05:21:41.000000000 -0400
@@ -83,6 +83,17 @@
static const NSAppKitVersion NSAppKitVersionNumber10_14_4 = 1671.4;
static const NSAppKitVersion NSAppKitVersionNumber10_14_5 = 1671.5;
static const NSAppKitVersion NSAppKitVersionNumber10_15 = 1894;
+static const NSAppKitVersion NSAppKitVersionNumber10_15_1 = 1894.1;
+static const NSAppKitVersion NSAppKitVersionNumber10_15_2 = 1894.2;
+static const NSAppKitVersion NSAppKitVersionNumber10_15_3 = 1894.3;
+static const NSAppKitVersion NSAppKitVersionNumber10_15_4 = 1894.4;
+static const NSAppKitVersion NSAppKitVersionNumber10_15_5 = 1894.5;
+static const NSAppKitVersion NSAppKitVersionNumber10_15_6 = 1894.6;
+static const NSAppKitVersion NSAppKitVersionNumber11_0 = 2022;
+static const NSAppKitVersion NSAppKitVersionNumber11_1 = 2022.2;
+static const NSAppKitVersion NSAppKitVersionNumber11_2 = 2022.3;
+static const NSAppKitVersion NSAppKitVersionNumber11_3 = 2022.4;
+static const NSAppKitVersion NSAppKitVersionNumber11_4 = 2022.5;
/* Modes passed to NSRunLoop */
APPKIT_EXTERN NSRunLoopMode NSModalPanelRunLoopMode;
- 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