-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Add customLaunchCommand attribute to the launch action #451
Conversation
Codecov Report
@@ Coverage Diff @@
## master #451 +/- ##
==========================================
- Coverage 80.43% 80.41% -0.03%
==========================================
Files 149 149
Lines 7652 7659 +7
==========================================
+ Hits 6155 6159 +4
- Misses 1497 1500 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #451 +/- ##
==========================================
- Coverage 80.95% 80.94% -0.02%
==========================================
Files 147 147
Lines 7588 7592 +4
==========================================
+ Hits 6143 6145 +2
- Misses 1445 1447 +2
Continue to review full report at Codecov.
|
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.
👍
We could add it to one of the fixtures to ensure it's covered
Short description 📝
As described here the new version of Xcode has a new feature that is disabled by default, using a custom command to launch a commandn line tool.
Solution 📦
Add the
customLaunchCommand
attribute toLaunchAction
.Implementation 👩💻👨💻
custom
case to theLaunchAction.Style
enum.customLaunchCommand
attribute toXCScheme.LaunchAction
.==
method to include the new attribute.