Skip to content

Updated sf-ios to 5.0.0 to use NS_ENUM for Swift interoperability. #23

Updated sf-ios to 5.0.0 to use NS_ENUM for Swift interoperability.

Updated sf-ios to 5.0.0 to use NS_ENUM for Swift interoperability. #23

Workflow file for this run

name: Build & Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install
run: pod install
- name: Build & Test
run: xcodebuild test -workspace sf-wkb-ios.xcworkspace -scheme sf-wkb-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14'