Skip to content
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

Improve the filter for iOS build logs. #1507

Merged
merged 2 commits into from Oct 24, 2023
Merged

Conversation

freakboy3742
Copy link
Member

@freakboy3742 freakboy3742 commented Oct 23, 2023

The filter for iOS logs that was added in #1468 turns out to be version specific - with the release of Xcode 15.0.1, it no longer matches, because an ID number in the filter has been changed.

This PR modifies the regex to catch any framework number, which will hopefully match any Xcode release.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@mhsmith mhsmith merged commit 4a06104 into beeware:main Oct 24, 2023
35 checks passed
@freakboy3742 freakboy3742 deleted the ios-filter branch October 25, 2023 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants