|
37 | 37 | #if __has_builtin(__is_target_os) |
38 | 38 | #if __is_target_os(macos) |
39 | 39 | #define __MAC_OS_X_VERSION_MIN_REQUIRED __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ |
40 | | - #define __MAC_OS_X_VERSION_MAX_ALLOWED __MAC_26_0 |
| 40 | + #define __MAC_OS_X_VERSION_MAX_ALLOWED __MAC_26_1 |
41 | 41 | #endif |
42 | 42 | #elif __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ |
43 | 43 | #define __MAC_OS_X_VERSION_MIN_REQUIRED __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ |
44 | | - #define __MAC_OS_X_VERSION_MAX_ALLOWED __MAC_26_0 |
| 44 | + #define __MAC_OS_X_VERSION_MAX_ALLOWED __MAC_26_1 |
45 | 45 | #endif /* __has_builtin(__is_target_os) */ |
46 | 46 | #endif /* defined(__has_builtin) */ |
47 | 47 | #endif /* __MAC_OS_X_VERSION_MIN_REQUIRED */ |
|
51 | 51 | #if __has_builtin(__is_target_os) |
52 | 52 | #if __is_target_os(ios) |
53 | 53 | #define __IPHONE_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ |
54 | | - #define __IPHONE_OS_VERSION_MAX_ALLOWED __IPHONE_26_0 |
| 54 | + #define __IPHONE_OS_VERSION_MAX_ALLOWED __IPHONE_26_1 |
55 | 55 | #endif |
56 | 56 | #elif __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ |
57 | 57 | #define __IPHONE_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ |
58 | | - #define __IPHONE_OS_VERSION_MAX_ALLOWED __IPHONE_26_0 |
| 58 | + #define __IPHONE_OS_VERSION_MAX_ALLOWED __IPHONE_26_1 |
59 | 59 | #endif /* __has_builtin(__is_target_os) */ |
60 | 60 | #endif /* defined(__has_builtin) */ |
61 | 61 | #endif /* __IPHONE_OS_VERSION_MIN_REQUIRED */ |
|
65 | 65 | #if __has_builtin(__is_target_os) |
66 | 66 | #if __is_target_os(watchos) |
67 | 67 | #define __WATCH_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ |
68 | | - #define __WATCH_OS_VERSION_MAX_ALLOWED __WATCHOS_26_0 |
| 68 | + #define __WATCH_OS_VERSION_MAX_ALLOWED __WATCHOS_26_1 |
69 | 69 | /* for compatibility with existing code. New code should use platform specific checks */ |
70 | 70 | #define __IPHONE_OS_VERSION_MIN_REQUIRED __IPHONE_9_0 |
71 | 71 | #endif |
72 | 72 | #elif __ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__ |
73 | 73 | #define __WATCH_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_WATCH_OS_VERSION_MIN_REQUIRED__ |
74 | | - #define __WATCH_OS_VERSION_MAX_ALLOWED __WATCHOS_26_0 |
| 74 | + #define __WATCH_OS_VERSION_MAX_ALLOWED __WATCHOS_26_1 |
75 | 75 | /* for compatibility with existing code. New code should use platform specific checks */ |
76 | 76 | #define __IPHONE_OS_VERSION_MIN_REQUIRED __IPHONE_9_0 |
77 | 77 | #endif /* __has_builtin(__is_target_os) */ |
|
83 | 83 | #if __has_builtin(__is_target_os) |
84 | 84 | #if __is_target_os(tvos) |
85 | 85 | #define __TV_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ |
86 | | - #define __TV_OS_VERSION_MAX_ALLOWED __TVOS_26_0 |
| 86 | + #define __TV_OS_VERSION_MAX_ALLOWED __TVOS_26_1 |
87 | 87 | /* for compatibility with existing code. New code should use platform specific checks */ |
88 | 88 | #define __IPHONE_OS_VERSION_MIN_REQUIRED __IPHONE_9_0 |
89 | 89 | #endif |
90 | 90 | #elif __ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__ |
91 | 91 | #define __TV_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_TV_OS_VERSION_MIN_REQUIRED__ |
92 | | - #define __TV_OS_VERSION_MAX_ALLOWED __TVOS_26_0 |
| 92 | + #define __TV_OS_VERSION_MAX_ALLOWED __TVOS_26_1 |
93 | 93 | /* for compatibility with existing code. New code should use platform specific checks */ |
94 | 94 | #define __IPHONE_OS_VERSION_MIN_REQUIRED __IPHONE_9_0 |
95 | 95 | #endif /* __has_builtin(__is_target_os) */ |
|
103 | 103 | #if __has_builtin(__is_target_os) |
104 | 104 | #if __is_target_os(driverkit) |
105 | 105 | #define __DRIVERKIT_VERSION_MIN_REQUIRED __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ |
106 | | - #define __DRIVERKIT_VERSION_MAX_ALLOWED __DRIVERKIT_25_0 |
| 106 | + #define __DRIVERKIT_VERSION_MAX_ALLOWED __DRIVERKIT_25_1 |
107 | 107 | #endif |
108 | 108 | #endif /* __has_builtin(__is_target_os) */ |
109 | 109 | #endif /* defined(__has_builtin) */ |
|
114 | 114 | #if __has_builtin(__is_target_os) |
115 | 115 | #if __is_target_os(visionos) |
116 | 116 | #define __VISION_OS_VERSION_MIN_REQUIRED __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ |
117 | | - #define __VISION_OS_VERSION_MAX_ALLOWED __VISIONOS_26_0 |
| 117 | + #define __VISION_OS_VERSION_MAX_ALLOWED __VISIONOS_26_1 |
118 | 118 | /* for compatibility with existing code. New code should use platform specific checks */ |
119 | 119 | #define __IPHONE_OS_VERSION_MIN_REQUIRED __IPHONE_17_1 |
120 | 120 | #endif |
|
0 commit comments