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

Remove iPhone/iPhoneSimulator platform configurations #6351

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

frenzibyte
Copy link
Member

@frenzibyte frenzibyte commented Aug 8, 2024

Rider has finally added automatic detection of runtime identifiers based on the selected device, meaning we don't have to manually choose iPhone/iPhoneSimulator when deploying to device or a simulator (see thread).

This PR makes Apple Silicon machines run with iossimulator-arm64 rather than iossimulator-x64, hence why ppy/veldrid-spirv#8 is required.

Also, iOS build CI should have been failing ever since GitHub switched its macOS runners to arm64, but this was not the case because the iOS projects were incorrectly excluded from the CI. With this change, the iOS projects will be included and the CI will be red until ppy/veldrid-spirv#8 is merged and the package is updated.

Copy link
Contributor

@smoogipoo smoogipoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@smoogipoo smoogipoo merged commit 2a7d7a0 into ppy:master Aug 9, 2024
21 checks passed
@frenzibyte frenzibyte deleted the remove-iphone-configurations branch August 9, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants