{
  "name": "@oshun/wearable",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "application",
  "sourceRoot": "apps/oshun/wearable",
  "targets": {
    "test-watchos": {
      "executor": "nx:run-commands",
      "options": {
        "command": "swift test",
        "cwd": "apps/oshun/wearable/watchos"
      }
    },
    "build-watchos": {
      "executor": "nx:run-commands",
      "options": {
        "command": "xcodebuild build -scheme OshunWatchApp -destination 'generic/platform=watchOS Simulator' -quiet",
        "cwd": "apps/oshun/wearable/watchos"
      }
    },
    "test-wearos": {
      "executor": "nx:run-commands",
      "options": {
        "command": "./gradlew test --console=plain",
        "cwd": "apps/oshun/wearable/wearos"
      }
    },
    "build-wearos": {
      "executor": "nx:run-commands",
      "options": {
        "command": "./gradlew assembleDebug --console=plain",
        "cwd": "apps/oshun/wearable/wearos"
      }
    }
  },
  "tags": ["scope:oshun", "type:app", "platform:wearable"]
}
