We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As requested by @pushcx
#19 (comment)
Awaiting official guidance on what the string should be
The text was updated successfully, but these errors were encountered:
@pushcx wants $APP_NAME/$VERSION ($ARCH; $OS; +https://contact.link/for/the/app)
$APP_NAME/$VERSION ($ARCH; $OS; +https://contact.link/for/the/app)
Sorry, something went wrong.
I'm implementing this as I convert my network calls to async. See #29
async
As requested this is what I was returning on the simulator:
(lldb) po ua "claw/1.2.0 (hppa; iOS 15.5; +https://zac.gorak.us/ios)"
I don't see much value in the architecture so I'm changing it to the device model.
This is what you will then see:
(lldb) po ua "claw/1.2.0 (iPhone10,4; iOS 15.5; +https://zac.gorak.us/ios)"
You can lookup the models here: https://www.theiphonewiki.com/wiki/Models
No branches or pull requests
As requested by @pushcx
#19 (comment)
Awaiting official guidance on what the string should be
The text was updated successfully, but these errors were encountered: