-
-
Notifications
You must be signed in to change notification settings - Fork 562
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
Fix #253 - Include linked library and embed in any top level executable bundle #259
Conversation
It doesn't work:
Also I'm not sure, but probably we should not link against transitive frameworks. |
@Rag0n how are you testing this version? Re the linking - you're right it doesn't make sense. I will remove. |
I dont know how to test it in the right way, my flow is: |
Rubocop violations
Generated by 🚫 Danger |
@Rag0n - seems the tuistenv command was swallowing up the environment variables. I pushed up the new tuistenv command to this branch which fixes it.
this will be automatically done with the new release. |
It works. Good job, thank you! |
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.
🍨
Codecov Report
@@ Coverage Diff @@
## master #259 +/- ##
==========================================
+ Coverage 87.65% 87.72% +0.07%
==========================================
Files 255 257 +2
Lines 9049 9102 +53
==========================================
+ Hits 7932 7985 +53
Misses 1117 1117
Continue to review full report at Codecov.
|
The P/R introduces two new checks to Graph:
I added a test fixture, @enhorn and @Rag0n can you please check if this works with your use-case.