Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b45b3c

Browse files
authored
[tests][xtro] Fix reported failure for SFSafariServicesVersion on macOS (#6776)
The `enum` is decorated with `[Obsolete]` since it's unused by any API.However recent logic skips obsolete members it so it looks missing...even if it won't be removed until `XAMCORE_4_0` is enabled.Not quite clear why the original PR [1] did not report it... but allsubsequent ones are#6767
1 parentb9201c7 commit9b45b3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎tests/xtro-sharpie/macOS-SafariServices.ignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
!missing-selector! SFSafariExtensionState::isEnabled not bound
55
!missing-type! SFSafariExtensionManager not bound
66
!missing-type! SFSafariExtensionState not bound
7+
8+
## it's present but it's unused and the [Obsolete] attribute skips it (so it's reported)
9+
!missing-enum! SFSafariServicesVersion not bound

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp