Skip to content
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

[ShazamKit] Updates Xcode13 beta1 #12189

Merged
merged 23 commits into from
Aug 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
forgot unavailable for swift
tj_devel709 committed Aug 9, 2021
commit 5aff6440dd8176e3a8217bfecc2b2ea412efeb8d
1 change: 1 addition & 0 deletions src/shazamkit.cs
Original file line number Diff line number Diff line change
@@ -81,6 +81,7 @@ interface SHCustomCatalog
bool Write (NSUrl url, [NullAllowed] out NSError error);

[Static]
[Unavailable (PlatformName.Swift)]
[Watch (8,0), TV (15,0), Mac (12,0), iOS (15,0)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ that's a (incomplete) duplicate of the attributes on the type

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Removing now!

[Export ("new")]
[return: Release]