You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Checks if the iOS version (returned by <c>libobjc.get_operatingSystemVersion</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified iOS version.</summary>
494
+
<summary>Checks if the iOS/MacCatalyst version (returned by <c>libobjc.get_operatingSystemVersion</c>) is greater than or equal to the specified version. This method can be used to guard APIs that were added in the specified iOS version.</summary>
495
495
<returns>
496
-
<seelangword="true" /> if the current application is running on an iOS version that is at least what was specified in the parameters; <seelangword="false" /> otherwise.</returns>
496
+
<seelangword="true" /> if the current application is running on an iOS/MacCatalyst version that is at least what was specified in the parameters; <seelangword="false" /> otherwise.</returns>
0 commit comments