-
Notifications
You must be signed in to change notification settings - Fork 555
[PassKit] Added support for Xcode 10 up to beta 3. #4423
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
Conversation
|
Build success |
dalexsoto
left a comment
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.
Minor things, really up to you if you want to change them
src/PassKit/PKEnums.cs
Outdated
| public enum PKAddPaymentPassStyle : ulong | ||
| { | ||
| Payment, | ||
| Access |
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.
missing comma
src/PassKit/PKEnums.cs
Outdated
| [NoWatch] | ||
| [Native] | ||
| public enum PKAddPaymentPassStyle : ulong | ||
| { |
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.
Style, this should go one line up
|
@dalexsoto will fix those minor and will merge |
|
Build success |
| [Export ("requiresFelicaSecureElement")] | ||
| bool RequiresFelicaSecureElement { get; set; } | ||
|
|
||
| [iOS (12, 0)] |
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.
missing [NoWatch] here - the enum type has the attribute
No description provided.