-
Notifications
You must be signed in to change notification settings - Fork 103
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
SDLJingle 'constants' should be constants. #7
Comments
I'm assuming this was done as a way to namespace constants, but it is definitely inconsistent with best practices for the platform. All of the SDKs string constants are created using standard (.m file)
NSString *const SDLJingleNegative = @"NEGATIVE_JINGLE"; |
This will be resolved in PR #447. Can we close this @joeljfischer ? |
Just mention that this is fixed in #447 then |
@joeljfischer actually, after looking at this again, |
Don't think so. Needs a prop to remove probably...
|
Or, it's probably covered by the enum proposal. |
This will be removed in #447 |
This has been removed in develop. |
… to master * commit '570db1e3378c945d0be346272a58612d15c3f860': removing retry logic was added by UIE. we dont need this since sdlcore start first
…4 to xevo_master * commit '574d8030c9705c9c9802059029f3832a4664ce60': Fix crash in SDLURLRequestTask due to self retain cycle in dispatch blocks.
currently defined as
see #3 for more information
The text was updated successfully, but these errors were encountered: