File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,22 @@ pub const NSAppKitVersionNumber11_1: f64 = 2022.2;
154
154
pub const NSAppKitVersionNumber11_2 : f64 = 2022.3 ;
155
155
pub const NSAppKitVersionNumber11_3 : f64 = 2022.4 ;
156
156
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 ;
157
173
158
174
pub unsafe fn NSApp ( ) -> id {
159
175
msg_send ! [ class!( NSApplication ) , sharedApplication]
You can’t perform that action at this time.
0 commit comments