-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Accessibility] Add support for xcode 15 beta 4. (#18643)
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
- Loading branch information
1 parent
be39a0c
commit fa1f067
Showing
10 changed files
with
35 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#nullable enable | ||
|
||
using System; | ||
using System.Runtime.InteropServices; | ||
using CoreGraphics; | ||
using Foundation; | ||
using ObjCRuntime; | ||
|
||
namespace Accessibility { | ||
|
||
public static partial class AXAnimatedImagesUtilities { | ||
|
||
[DllImport (Constants.AccessibilityLibrary)] | ||
extern static byte AXAnimatedImagesEnabled (); | ||
|
||
public static bool Enabled => AXAnimatedImagesEnabled () != 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
tests/xtro-sharpie/api-annotations-dotnet/iOS-Accessibility.todo
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
tests/xtro-sharpie/api-annotations-dotnet/macOS-Accessibility.todo
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
tests/xtro-sharpie/api-annotations-dotnet/tvOS-Accessibility.todo
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
Sorry, something went wrong.