Skip to content

Release 2.1.0

Release 2.1.0 #222

Workflow file for this run

name: ios
on:
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Switch to Xcode 14.2.0
run: sudo xcode-select --switch /Applications/Xcode_14.2.0.app
- name: Build
run: swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator"