Skip to content

fix: detect and mask SwiftUI Text vs Image (#257) #723

fix: detect and mask SwiftUI Text vs Image (#257)

fix: detect and mask SwiftUI Text vs Image (#257) #723

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
paths-ignore:
- "**/*.md"
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build SDK
run: make buildSdk