Skip to content

Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.4.1 - autoclosed #113

Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.4.1 - autoclosed

Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.4.1 - autoclosed #113

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@v3
- 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