Skip to content

update module name to match XCFramework #119

update module name to match XCFramework

update module name to match XCFramework #119

Workflow file for this run

name: Build
on:
push:
jobs:
tests:
name: Test the SDK with a Demo App
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: "./run-tests.sh"