Skip to content

support xcframeworks #132

support xcframeworks

support xcframeworks #132

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
runs-on: 'macos-11'
steps:
- uses: actions/checkout@v1
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.1'
- name: Xcode Test
uses: sersoft-gmbh/[email protected]
with:
project: AppliverySDK.xcodeproj
scheme: Applivery
destination: "platform=iOS Simulator,OS=15.0,name=iPhone 13"
sdk: iphonesimulator
action: test