-
Notifications
You must be signed in to change notification settings - Fork 514
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
[devicecheck] Update for Xcode 12 beta 2 #9145
Conversation
FeatureUnsupported | ||
FeatureUnsupported, |
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.
I wonder how many years it'll take us to add a trailing comma everywhere...
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.
likely a few more once sharpie output them correctly ;-)
c.c. @dalexsoto
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.
heh maybe that would require some Roslyn 🙈
src/devicecheck.cs
Outdated
|
||
[Async] | ||
[Export ("generateKeyWithCompletionHandler:")] | ||
void GenerateKey (Action<NSString, NSError> completionHandler); |
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.
Any particular reason for NSString here?
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.
no, missed it :)
Build success |
Build success |
No description provided.