-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
Update XcodeProj to 8.8.0 #4629
Conversation
@@ -283,7 +283,7 @@ final class DefaultSettingsProvider_iOSTests: TuistUnitTestCase { | |||
// Then | |||
|
|||
XCTAssertSettings(got, containsAll: projectEssentialDebugSettings) | |||
XCTAssertEqual(got.count, 49) | |||
XCTAssertEqual(got.count, 50) |
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.
@kwridan I guess the change here is for some change in XcodeProj, is it correct?
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.
Yes it's a consequence of tuist/XcodeProj#706 - adding DEAD_CODE_STRIPPING
as a new recommended setting.
@@ -283,7 +283,7 @@ final class DefaultSettingsProvider_iOSTests: TuistUnitTestCase { | |||
// Then | |||
|
|||
XCTAssertSettings(got, containsAll: projectEssentialDebugSettings) | |||
XCTAssertEqual(got.count, 49) | |||
XCTAssertEqual(got.count, 50) |
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.
Yes it's a consequence of tuist/XcodeProj#706 - adding DEAD_CODE_STRIPPING
as a new recommended setting.
Resolves https://github.com/tuist/tuist/issues/YYY
Request for comments document (if applies):
Short description 📝
How to test the changes locally 🧐
Checklist ✅
changelog:added
,changelog:fixed
, orchangelog:changed
, whenever it should be included in the “Added”, “Fixed” or “Changed” section of the CHANGELOG. Note: when included in the CHANGELOG, the title of the PR will be used as entry, please make sure it is clear and suitable.TuistGraph.Target
, theConstants.cacheVersion
has been updated.