Skip to content

Commit a496791

Browse files
authored
update NSAppKitVersionNumbers (#673)
1 parent f49a4a5 commit a496791

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

cocoa/src/appkit.rs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,22 @@ pub const NSAppKitVersionNumber11_1: f64 = 2022.2;
154154
pub const NSAppKitVersionNumber11_2: f64 = 2022.3;
155155
pub const NSAppKitVersionNumber11_3: f64 = 2022.4;
156156
pub const NSAppKitVersionNumber11_4: f64 = 2022.5;
157+
pub const NSAppKitVersionNumber11_5: f64 = 2022.6;
158+
pub const NSAppKitVersionNumber12_0: f64 = 2113.0;
159+
pub const NSAppKitVersionNumber12_1: f64 = 2113.2;
160+
pub const NSAppKitVersionNumber12_2: f64 = 2113.3;
161+
pub const NSAppKitVersionNumber12_3: f64 = 2113.4;
162+
pub const NSAppKitVersionNumber12_4: f64 = 2113.5;
163+
pub const NSAppKitVersionNumber12_5: f64 = 2113.6;
164+
pub const NSAppKitVersionNumber13_0: f64 = 2299.0;
165+
pub const NSAppKitVersionNumber13_1: f64 = 2299.3;
166+
pub const NSAppKitVersionNumber13_2: f64 = 2299.3;
167+
pub const NSAppKitVersionNumber13_3: f64 = 2299.4;
168+
pub const NSAppKitVersionNumber13_4: f64 = 2299.5;
169+
pub const NSAppKitVersionNumber13_5: f64 = 2299.6;
170+
pub const NSAppKitVersionNumber13_6: f64 = 2299.7;
171+
pub const NSAppKitVersionNumber14_0: f64 = 2487.0;
172+
pub const NSAppKitVersionNumber14_1: f64 = 2487.2;
157173

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

0 commit comments

Comments
 (0)