Skip to content

Update dependency io.github.qdsfdhvh:image-loader to v1.7.1 - autoclosed #124

Update dependency io.github.qdsfdhvh:image-loader to v1.7.1 - autoclosed

Update dependency io.github.qdsfdhvh:image-loader to v1.7.1 - autoclosed #124

Workflow file for this run

name: iOS CI
on: pull_request
# Cancel any current or previous job from the same PR
concurrency:
group: ios-${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v1
with:
java-version: 17
- name: Build iOS app
run: xcodebuild -workspace ios/FantasyPremierLeague/FantasyPremierLeague.xcodeproj/project.xcworkspace -configuration Debug -scheme FantasyPremierLeague -sdk iphoneos -destination name='iPhone 14' build