-
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
[gameplaykit] Added API bindings #2476
Conversation
Build failure |
|
||
[iOS(11,0), TV (11,0)] | ||
[Export ("exportToURL:error:")] | ||
bool ExportToURL (NSUrl url, [NullAllowed] NSError error); |
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.
This should be ExportToUrl
.
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.
w'Rolf requested fix.
@migueldeicaza when merging can you add a comment on which beta(s) are covered by the PR ? thanks!
[Export ("setEntity:")] | ||
void SetEntity (GKEntity entity); | ||
} | ||
|
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.
Not to pick nits but a few extra new lines here?
@@ -70,6 +71,7 @@ | |||
using NSBezierPath = global::XamCore.UIKit.UIBezierPath; | |||
#endif | |||
|
|||
|
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.
Following Chris's nitpick, extra whitespace here, otherwise 👍
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.
Some availability attributes (for the Mac) are also missing.
@migueldeicaza if you don't mind I'll fix those along with the URL
casing
I do not mind. Machine at work is being reformatted. |
Re-based from Miguel's PR xamarin#2476 including reviewers feedback. [1] xamarin#2476
#2798 rebase the PR (to |
No description provided.