Skip to content

Upgraded all of the pre-iOS 13 render operations to the iOS 10 renderer #163

Upgraded all of the pre-iOS 13 render operations to the iOS 10 renderer

Upgraded all of the pre-iOS 13 render operations to the iOS 10 renderer #163

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: 'bundle install && bundle exec fastlane test'
env:
TEST_SCHEME: "TOCropViewControllerTests"