Skip to content

Change to a view modifier, add 'foregroundColor', 'backgroundColor', and support .frame. #16

Change to a view modifier, add 'foregroundColor', 'backgroundColor', and support .frame.

Change to a view modifier, add 'foregroundColor', 'backgroundColor', and support .frame. #16

Workflow file for this run

name: Build for iOS
on:
pull_request:
jobs:
build_iOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Swift build (iOS)
run: xcrun xcodebuild clean build -quiet -scheme DynamicUI -destination generic/platform=iOS