-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FileProvider] Update for Xcode14 binding #15790
Merged
tj-devel709
merged 12 commits into
xamarin:xcode14
from
tj-devel709:Xcode14-FileProvider-Beta4
Aug 31, 2022
Merged
Changes from 7 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
1f50805
Starting the FileProvider Xcode14 changes
b22abae
Next round of FileProvider
a5dd89c
remove statics and add ios attribute
1515c9c
changing this maccatalyst attribute
8af7c4f
use xamcore5 and add to ignores
75e3423
Merge remote-tracking branch 'xamarin/xcode14' into Xcode14-FileProvi…
350df9c
move just the abstract inside the xamcore
fde18ea
Apply suggestions from code review
dalexsoto 2c8f0c6
Add Newlines
d2dd1fa
Merge remote-tracking branch 'TJ/Xcode14-FileProvider-Beta4' into Xco…
17df5c7
Merge branch 'xcode14' into Xcode14-FileProvider-Beta4
dalexsoto 461e603
Merge branch 'xcode14' into Xcode14-FileProvider-Beta4
dalexsoto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 3 additions & 0 deletions
3
tests/xtro-sharpie/api-annotations-dotnet/common-FileProvider.ignore
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,3 @@ | ||
# New abstract protocol member was added in Xcode14 | ||
# which is a breaking change so adding it to XAMCORE_5_0 | ||
!incorrect-protocol-member! NSFileProviderPendingSetEnumerator::isMaximumSizeReached is REQUIRED and should be abstract | ||
dalexsoto marked this conversation as resolved.
Show resolved
Hide resolved
|
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,3 @@ | ||
# New abstract protocol member was added in Xcode14 | ||
# which is a breaking change so adding it to XAMCORE_5_0 | ||
!incorrect-protocol-member! NSFileProviderPendingSetEnumerator::isMaximumSizeReached is REQUIRED and should be abstract | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same
dalexsoto marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing eol at the end