资源
帮助
其他
简体中文
主题
我们可以使用 xcode.application 规则来构建 Mac 应用程序。
xcode.application
add_rules("mode.debug", "mode.release") target("mac_app") add_rules("xcode.application") add_files("src/*.m") add_files("src/Info.plist") add_frameworks("Cocoa")
$ xmake $ xmake run