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
Mac retina support seems to be easy: Just place this in the Info.plist file:
Info.plist
<key>NSHighResolutionCapable</key> <true/>
The text was updated successfully, but these errors were encountered:
retina icons // refs #27
008c43d
retina splashscreen for Mac OS X // refs #27
f1b66b3
Split into two tickets. Windows Retina support -> #29
Sorry, something went wrong.
No solution for the animated gif file yet... At least the Iconloader library cannot handle this.
Opened an issue for that: bulenkov/iconloader#11
56ecaa4
c47d00e
No branches or pull requests
Mac retina support seems to be easy: Just place this in the
Info.plist
file:The text was updated successfully, but these errors were encountered: