Anyone using cmake for iOS development?

René J.V. Bertin rjvbertin at gmail.com
Wed Mar 13 14:57:39 UTC 2019


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.


More information about the macports-users mailing list