-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Update to use Objective-C generics #58
Comments
It seems that |
Upon further investigation, this should actually wait until Xcode 7.0 final is released but can be made backwards compatible using |
Issue #58: Add Objective-C generics annotations
This provides some advantages when using ORSSerialPort from Objective-C, but is particularly good for Swift integration. It should wait for release in master until Xcode 7.0 is no longer in beta, unless the feature can be conditionally compiled as is being done with nullability annotations.
The text was updated successfully, but these errors were encountered: