Sebastian Keller

Results 7 comments of Sebastian Keller

I would suggest using some kind of vector graphics (SVG). This makes it really simple to export the logo in different sizes without having weird scaling issues. @torwart I really...

@torwart Sorry, my Photoshop skills are non existent :)

@waruqi Here hare two logs. It takes a couple of seconds to go from `checking for architecture` to `checking for Xcode directory` so this is the first: ``` ➜ map...

That was super fast ``` time /usr/sbin/sysctl -n machdep.cpu.vendor machdep.cpu.model machdep.cpu.family machdep.cpu.features machdep.cpu.brand_string sw_vers -productVersion sysctl: unknown oid 'machdep.cpu.vendor' /usr/sbin/sysctl -n machdep.cpu.vendor machdep.cpu.model machdep.cpu.family 0.00s user 0.00s system 34% cpu...

It's fixed with `xmake v2.9.1+20240422`. Thank you! ``` ➜ xmake create -l c test create test ... [+]: xmake.lua [+]: src/main.c [+]: .gitignore create ok! ➜ cd test ➜ xmake...

Any update on this? We just hit this bug :-/

Thanks for the response! Nevermind, just realized we are using V0.9 at the moment. (Dependency of another pod.) Sorry, my bad.