Skip to content

Added new interface to the header for supporting glass #100

Added new interface to the header for supporting glass

Added new interface to the header for supporting glass #100

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Preheat iOS Simulator
uses: futureware-tech/simulator-action@v2
with:
model: 'iPhone 16e'
os_version: '=18.6'
- name: Run unit tests
run: |
xcodebuild \
-project TORoundedButtonExample.xcodeproj \
-scheme TORoundedButtonTests \
-destination 'platform=iOS Simulator,name=iPhone 16e,OS=18.6' \
clean test