Skip to content

Commit

Permalink
Update xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Oct 21, 2023
1 parent ff99cd5 commit 0c6cb59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: app:ios:podinstall :app:ios:linkPodReleaseFrameworkIosArm64
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_15.0.app
- name: Deploy iOS Beta to TestFlight via Fastlane
uses: maierj/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.15.0"
version = "1.15.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0c6cb59

Please sign in to comment.