Skip to content

Commit

Permalink
Fix appstore publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrittmeister committed Oct 27, 2024
1 parent bfb1b4d commit a967ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/ios/fastlane/Matchfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git_url("https://github.com/DRSchlaubi/tonbrett-appstore-key.git")

storage_mode("git")

type("development") # The default type, can be: appstore, adhoc, enterprise or development
type("appstore") # The default type, can be: appstore, adhoc, enterprise or development

# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
# username("[email protected]") # Your Apple Developer Portal username
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.22.7"
version = "1.22.8"

repositories {
mavenCentral()
Expand Down

0 comments on commit a967ad4

Please sign in to comment.