Add DecimalButtonInputCell and bump deployment target to >= iOS 16 #36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |