build-profile.json5 548 Bytes
{
  "apiType": "stageMode",
  "buildOption": {
    "arkOptions": {
      "buildProfileFields": {
        "BUILD_VERSION": ""
      }
    }
  },
  "buildOptionSet": [
    {
      "name": "release",
      "arkOptions": {
        "obfuscation": {
          "ruleOptions": {
            "enable": false,
            "files": [
              "./obfuscation-rules.txt"
            ]
          }
        },
        "buildProfileFields": {
          "BUILD_VERSION": ""
        }
      }
    },
  ],
  "targets": [
    {
      "name": "default"
    }
  ]
}