Skip to content

hotfix: upgrade version to 4.2 #137

hotfix: upgrade version to 4.2

hotfix: upgrade version to 4.2 #137

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