-
Notifications
You must be signed in to change notification settings - Fork 168
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
Enable bitcode + chroma threshold #78
Conversation
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.
I've noticed that there are some binary files being included in this PR. Is this necessary?
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.
Also what are the hourglass files for? I assume they are a model which snuck their way in - or some sort of loading model.
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.
Is there sound issues being fixed in this PR as well?
I have some hesitations about including ios/dist unless we need to. Why are these being included?
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.
Everything looks good, my only concern is the binaries size increasing around 250%, but I think is not a big deal.
As bitcode is now enabled, the ViroCore has to be rebuild. |
This is the corresponding PR for this. Please see that PR to learn of the changes in this one.
Note: had to remove target 'ViroReact_release_tests' from the Podfile, not sure what that was about...