Hi, Is anyone using cmake for the development of applications for Apple's non-desktop OS flavours (iOS, WatchOS etc)?
Reason for asking is that CMake doesn't set the Info.plist flags necessary for high-DPI support because it uses the same template plist for all application bundles regardless of the targeted Apple OS. A priori the only thing required for that support is to set the NSPrincipalClass property to NSApplication and that would be easy to add to the plist template, as a MacPorts patch. The question is whether a variant should be provided to disable that patch. R.
