-
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
[passkit] Update for Xcode 12 beta 4 #9218
Conversation
note: macOS is new and unreviewed (hence the draft PR) I'll pick it up later (once back) but wanted it out in case someone needs it (and wants to complete it) before then :)
Build failure Test results6 tests failed, 70 tests passed.Failed tests
|
Build failure Test results7 tests failed, 69 tests passed.Failed tests
|
Build failure Test results1 tests failed, 78 tests passed.Failed tests
|
failure due to https://github.com/xamarin/maccore/issues/2154 |
src/passkit.cs
Outdated
[Export ("currencyCode")] | ||
string CurrencyCode { get; } | ||
|
||
// FIXME ? |
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.
? Should we create an issue? or list it in our bucket for review issue
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 forgot to remove the FIXME
Other places (where amount
is defined, in PassKit and elsewhere) uses NSDecimalNumber
which is a subclass of NSNumber
so we can't bind it as such.
Build failure Test results1 tests failed, 78 tests passed.Failed tests
|
Build failure Test results2 tests failed, 77 tests passed.Failed tests
|
Build failure |
Build failure Test results1 tests failed, 78 tests passed.Failed tests
|
Test failure is a known issue -> https://github.com/xamarin/maccore/issues/2154 |
No description provided.