-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[PERF][MAUI] Update maui iOS build sed command #67263
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
Conversation
|
Tagging subscribers to this area: @hoyosjs Issue DetailsUpdate to the maui iOS build steps sed command for working around an issue with having maccatalyst and ios as framework targets. This update hardens the sed command against potential updates to the csproj file by removing the maccatalyst instead of renaming the ios/maccatalyst pair to just ios.
|
…talyst target is removed.
This reverts commit d7bde988542ed08c3a485070ef532f82ac5038ef.
7f75266 to
6a4fa02
Compare
…rd characters and further sped up testing runs.
This reverts commit 5cdd3b9.
|
This pull request has been automatically marked |
|
Closing for the time being as progress has slowed/stopped. |
Update to the maui iOS build steps sed command for working around an issue with having maccatalyst and ios as framework targets. This update hardens the sed command against potential updates to the csproj file by removing the maccatalyst instead of renaming the ios/maccatalyst pair to just ios.