-
Notifications
You must be signed in to change notification settings - Fork 45
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 dependencies to build with Xcode 13.1 #95
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Marcin Iwanicki <[email protected]>
marciniwanicki
force-pushed
the
mi/update-dependencies
branch
from
October 30, 2021 10:49
fb62134
to
c930ea8
Compare
Codecov Report
@@ Coverage Diff @@
## main #95 +/- ##
=======================================
Coverage 96.22% 96.22%
=======================================
Files 47 47
Lines 1853 1853
=======================================
Hits 1783 1783
Misses 70 70 Continue to review full report at Codecov.
|
kwridan
approved these changes
Oct 30, 2021
kwridan
added a commit
to kwridan/xcdiff
that referenced
this pull request
Dec 10, 2021
- Preparing for new patch release to ensure xcdiff can run with Xcode 13 (already supported on main via bloomberg#95) Test Plan: - Verifu CI passes
kwridan
added a commit
to kwridan/xcdiff
that referenced
this pull request
Dec 10, 2021
- Preparing for new patch release to ensure xcdiff can run with Xcode 13 (already supported on main via bloomberg#95) Test Plan: - Verifu CI passes Signed-off-by: Kassem Wridan <[email protected]>
kwridan
added a commit
to kwridan/xcdiff
that referenced
this pull request
Dec 10, 2021
- Preparing for new patch release to ensure xcdiff can run with Xcode 13 (already supported on main via bloomberg#95) Test Plan: - Verify CI passes Signed-off-by: Kassem Wridan <[email protected]>
Closed
kwridan
added a commit
to kwridan/xcdiff
that referenced
this pull request
Jan 5, 2022
- Preparing for new release to ensure xcdiff can run with Xcode 13 (already supported on main via bloomberg#95) Test Plan: - Verify CI passes
kwridan
added a commit
to kwridan/xcdiff
that referenced
this pull request
Jan 5, 2022
- Preparing for new release to ensure xcdiff can run with Xcode 13 (already supported on main via bloomberg#95) Test Plan: - Check the version is updated via running `swift run xcdiff --version` - Verify CI passes Signed-off-by: Kassem Wridan <[email protected]>
Merged
kwridan
added a commit
to kwridan/xcdiff
that referenced
this pull request
Jan 5, 2022
- Preparing for new release to ensure xcdiff can run with Xcode 13 (already supported on main via bloomberg#95) Test Plan: - Check the version is updated via running `swift run xcdiff --version` - Verify CI passes Signed-off-by: Kassem Wridan <[email protected]>
michaelmcguire
pushed a commit
to michaelmcguire/xcdiff
that referenced
this pull request
Sep 6, 2022
- Preparing for new release to ensure xcdiff can run with Xcode 13 (already supported on main via bloomberg#95) Test Plan: - Check the version is updated via running `swift run xcdiff --version` - Verify CI passes Signed-off-by: Kassem Wridan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
Updated project dependencies such as xcodeproj, pathkit, and swift-tools-support-core, so the project can be built with Xcode 13.1.
Testing performed
Additional context
warning: 'ArgumentParser' is deprecated: use swift-argument-parser instead
. It will require a follow-up (Use swift-argument-parser #94).