mac signer

  1. yo3ggx

    B4J Question Get OS name, version and architecture on a Mac (x64 or arm64)

    Hello, I'm using the following commands to get OS name, version and architecture: GetSystemProperty("os.name", "") GetSystemProperty("os.version", "") GetSystemProperty("os.arch", "") I've build a Mac application using MacSigner and I have the following issue. No matter on what Mac I'm...
Top