This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
xmake
/
xmake-docs
mirror de
https://github.com/xmake-io/xmake-docs
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Branch:
master
Branches
Tags
docsify
docute
master
vitepress
vuepress
xmake-docs
/
docs
/
codes
/
examples
/
other-languages
/
objc
/
application
/
xmake.lua
xmake.lua
107 B
Link permanente
Histórico
Raw
1
2
3
4
target("test")
add_rules("xcode.application")
add_files("src/*.m")
add_files("src/Info.plist")