Skip to content

Updated sf-ios to 5.0.0 to use NS_ENUM for Swift interoperability. Up… #41

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

Updated sf-ios to 5.0.0 to use NS_ENUM for Swift interoperability. Up… #41

Workflow file for this run

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