Skip to content

Commit 9b7c820

Browse files
committed
Update NSAppKitVersionNumber
1 parent 6be86aa commit 9b7c820

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

cocoa/src/appkit.rs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,24 @@ pub const NSAppKitVersionNumber10_13: f64 = 1561.0;
135135
pub const NSAppKitVersionNumber10_13_1: f64 = 1561.1;
136136
pub const NSAppKitVersionNumber10_13_2: f64 = 1561.2;
137137
pub const NSAppKitVersionNumber10_13_4: f64 = 1561.4;
138+
pub const NSAppKitVersionNumber10_14: f64 = 1671.0;
139+
pub const NSAppKitVersionNumber10_14_1: f64 = 1671.1;
140+
pub const NSAppKitVersionNumber10_14_2: f64 = 1671.2;
141+
pub const NSAppKitVersionNumber10_14_3: f64 = 1671.3;
142+
pub const NSAppKitVersionNumber10_14_4: f64 = 1671.4;
143+
pub const NSAppKitVersionNumber10_14_5: f64 = 1671.5;
144+
pub const NSAppKitVersionNumber10_15: f64 = 1894.0;
145+
pub const NSAppKitVersionNumber10_15_1: f64 = 1894.1;
146+
pub const NSAppKitVersionNumber10_15_2: f64 = 1894.2;
147+
pub const NSAppKitVersionNumber10_15_3: f64 = 1894.3;
148+
pub const NSAppKitVersionNumber10_15_4: f64 = 1894.4;
149+
pub const NSAppKitVersionNumber10_15_5: f64 = 1894.5;
150+
pub const NSAppKitVersionNumber10_15_6: f64 = 1894.6;
151+
pub const NSAppKitVersionNumber11_0: f64 = 2022.0;
152+
pub const NSAppKitVersionNumber11_1: f64 = 2022.2;
153+
pub const NSAppKitVersionNumber11_2: f64 = 2022.3;
154+
pub const NSAppKitVersionNumber11_3: f64 = 2022.4;
155+
pub const NSAppKitVersionNumber11_4: f64 = 2022.5;
138156

139157
pub unsafe fn NSApp() -> id {
140158
msg_send![class!(NSApplication), sharedApplication]

0 commit comments

Comments
 (0)