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

Improve Objective-C interoperability with @objMembers attribute #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andreabusi
Copy link

In order to improve Objective-C interoperability, I added the @objMembers attribute to expose all the properties also to Objective-C project.

With these changes, we are able to use Pulley in our Objective-C only project.

@ulmentflam
Copy link
Contributor

@BubiDevs Thanks for your PR! I will not be merging this commit into master, however I will leave this PR open for anyone who is looking to improve Objective-C interoperability with Pulley so they can find the required changes. The reason I will not be merging this is largely stated in this PR. As the desire for Pulley is primarily to be used as a Swift project the @objMembers attribute is known to increase build time, therefore applying it to the main class is not something we want to do at this time.

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.

2 participants