Skip to content

Add DecimalButtonInputCell and bump deployment target to >= iOS 16 #36

Add DecimalButtonInputCell and bump deployment target to >= iOS 16

Add DecimalButtonInputCell and bump deployment target to >= iOS 16 #36

Workflow file for this run

name: ObjectForm
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
spm:
name: Test with SPM
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_11.3.1.app/Contents/Developer
steps:
- uses: actions/checkout@v1
- name: Generate xcodeproj
run: swift package generate-xcodeproj
- name: Run tests
run: xcodebuild build -destination "name=iPhone 11" -scheme "ObjectForm-Package"