So you’ve set your Wii to 480p, then moved it back to a TV that supports only 480i. How do you fix it? I searched for this for a while and found a few wrong and complicated answers.
Tag: Tips
Flux adjusts your monitor’s color temperature
Install Flux right now. What does it do? Well, at sunset it adjusts the color temperature of your monitor to make it warmer and less glaring. At sunrise, it adjusts it back. I installed it yesterday afternoon; yesterday and today at sunset, it automatically adjusted my monitor’s color temperature. The difference on the eyes is… Continue reading Flux adjusts your monitor’s color temperature
Xcode tip: Renaming files shared by projects
What if you want to rename a file that’s used in multiple Xcode projects? Well, previously I’d rename the file in one project, then open each project in series and correct broken references. But I discovered today that this is unnecessary. If you open all of your projects first, Xcode will fix the references across… Continue reading Xcode tip: Renaming files shared by projects
Better Xcode warnings through .xcconfig files
Peter Hosey posted a list of warnings he turns on. Here’s the warnings I turn on. It’s mostly the same list. Rather than set these per project, I have a .xcconfig file I add to my project. I then base each build configuration off this file. Changing the .xcconfig file changes all projects based on… Continue reading Better Xcode warnings through .xcconfig files