Skip to content

Commit

Permalink
Merge pull request #604 from hpi-studyu/fix/ios-deployment
Browse files Browse the repository at this point in the history
Fix/ios deployment
  • Loading branch information
johannesvedder authored Apr 18, 2024
2 parents 670e821 + f84abfc commit 10f942f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,16 @@ jobs:
with:
ruby-version: 3.3 # do not use head
bundler-cache: true
working-directory: ./app/android
- name: Set up java env
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Bundle install for Android Gemfile
run: |
bundle install
timeout-minutes: 5
working-directory: ./app/android
- name: Set up flutter
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -78,7 +82,11 @@ jobs:
with:
ruby-version: 3.3 # do not use head
bundler-cache: true
working-directory: ./app/ios
- name: Bundle install for iOS Gemfile
run: |
bundle install
timeout-minutes: 5
working-directory: ./app/ios
- name: Set up flutter
uses: subosito/flutter-action@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions app/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>Need to access your camera to capture a photo for trial observations.</string>
</dict>
</plist>

0 comments on commit 10f942f

Please sign in to comment.