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

[coreanimation] Update for Xcode 11 beta 1 and 2 #6397

Merged
merged 2 commits into from Jun 25, 2019

Conversation

spouliot
Copy link
Contributor

There's no change in watchOS SDK headers... but they are marked as
available (to watchOS) inside iOS, tvOS and macOS. Not a new situation
and IIRC we reported it before (will check and report again if needed)

There's no change in watchOS SDK headers... but they are marked as
available (to watchOS) inside iOS, tvOS and macOS. Not a new situation
and IIRC we reported it before (will check and report again if needed)
@spouliot spouliot added this to the xcode11 milestone Jun 21, 2019
@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Test run succeeded

Copy link
Member

@dalexsoto dalexsoto left a comment

Choose a reason for hiding this comment

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

👍 just a minor nit pick

[EditorBrowsable (EditorBrowsableState.Advanced)]
[Static]
[Export ("cornerCurveExpansionFactor:")]
nfloat GetCornerCurveExpansionFactor (NSString curve);
Copy link
Member

Choose a reason for hiding this comment

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

Why not nfloat GetCornerCurveExpansionFactor ([BindAs (typeof (CACornerCurve))] NSString curve); instead of the manual wrap? Since you are already doing it for the property.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I forgot about it - and updated the others afterward (and missed that one) :D

@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Test run succeeded

@spouliot spouliot merged commit 7ee9417 into xamarin:xcode11 Jun 25, 2019
@spouliot spouliot deleted the xcode11-coreanimation-b1-2 branch June 25, 2019 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants