Skip to content

Commit a6076f3

Browse files
Merge pull request #359 from LittleLightForDestiny/workflow_fixes
fixes ios workflow and android build
2 parents 9c9fa30 + e9ccf10 commit a6076f3

File tree

5 files changed

+140
-210
lines changed

5 files changed

+140
-210
lines changed

.github/workflows/publish-ios.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ jobs:
137137
- name: Download pub dependencies
138138
run: flutter pub get
139139

140+
- name: Workaround for wrong xcode version
141+
run: sudo xcode-select --switch /Applications/Xcode_16.4.app
142+
140143
- name: Pod repo update
141144
working-directory: ios
142145
run: pod install --repo-update

android/app/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ android {
7575
}
7676

7777
buildTypes {
78-
debug {
79-
applicationIdSuffix ".debug"
80-
}
81-
profile {
82-
applicationIdSuffix ".profile"
83-
}
8478
release {
8579
if(keyAvailable) {
8680
signingConfig signingConfigs.release

0 commit comments

Comments
 (0)