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

Allow usage of "frame statistics via touch" envvar on release builds #6554

Merged
merged 2 commits into from
Mar 20, 2025

Conversation

frenzibyte
Copy link
Member

It's disabled by default so it won't affect anyone, and I've just learned of a method where I can launch a release build of an iOS app with specific envvars:

mlaunch --devname "<device name>" --killdev sh.ppy.osulazer --launchdev ./osu.iOS.app --wait-for-unlock --argument=-connection-mode --argument=usb -sdk 13.4 --setenv:OSU_ENVVAR_GOES_HERE=1 --sdkroot /Applications/Xcode.app/Contents/Developer

It's dodgy but it works so I'll use it while I can.

Size = new Vector2(0.5f),
Size = new Vector2(0.2f),
Copy link
Member Author

Choose a reason for hiding this comment

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

I've experimented with different sizes for the receptor and this one is perfect enough for corner taps.

@smoogipoo smoogipoo merged commit bf27889 into ppy:master Mar 20, 2025
14 checks passed
@frenzibyte frenzibyte deleted the envvar-2 branch March 20, 2025 09:00
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