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

feat(objc): add explicit @objc annotation #16

Merged
merged 1 commit into from
Nov 21, 2017

Conversation

iv-mexx
Copy link
Contributor

@iv-mexx iv-mexx commented Nov 21, 2017

This was the default behaviour in Swift 3 - the compiler inferred all these annotations automatically.
Now in Swift 4, the compiler does not automatically infer these anymore and its necessary to explicitly add these @objc annotations to methods that should be available in ObjC.

@freak4pc
Copy link
Owner

Looks good! I haven't been maintaining this app much lately but really appreciate your help and contribution here ! :)

@freak4pc freak4pc merged commit 5056112 into freak4pc:master Nov 21, 2017
@iv-mexx
Copy link
Contributor Author

iv-mexx commented Nov 21, 2017

Thanks! 👍 I'm currently updating an old project that uses this project so this was necessary.
Would be great if you could find the time to release a new pod version sometime.
In the meantime its fine by me to pin specific commit

@iv-mexx iv-mexx deleted the feature/objc branch November 21, 2017 18:07
@freak4pc
Copy link
Owner

@iv-mexx Pushed a v1.6 🤘

@iv-mexx
Copy link
Contributor Author

iv-mexx commented Nov 21, 2017

Great, thanks for your quick response!

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

2 participants