Skip to content

Added changelog.md; Removed IBDesignable support; Replaced CAShapeLay… #20

Added changelog.md; Removed IBDesignable support; Replaced CAShapeLay…

Added changelog.md; Removed IBDesignable support; Replaced CAShapeLay… #20

Workflow file for this run

name: "Slider CI"
on:
push:
branches:
- master
jobs:
iOS:
name: Test iOS
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
timeout-minutes: 10
strategy:
matrix:
destination: ["OS=13.7,name=iPhone 11 Pro"] #, "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
steps:
- uses: actions/checkout@v1
- name: iOS - ${{ matrix.destination }}
run: xcodebuild -project "Slider.xcodeproj" -destination "${{ matrix.destination }}"