2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Run pod commands in ios directory

This commit is contained in:
Oliver Walters 2022-04-02 15:40:11 +11:00
parent 8cda3cfa8d
commit d5c8e39aaa

View File

@ -30,9 +30,11 @@ jobs:
flutter-version: '2.10.3' flutter-version: '2.10.3'
- name: Build for iOS - name: Build for iOS
run: | run: |
cd ios
pod init pod init
flutter pub get
cp lib/dummy_dsn.dart lib/dsn.dart
pod repo update pod repo update
pod install pod install
cd ..
flutter pub get
cp lib/dummy_dsn.dart lib/dsn.dart
flutter build ios --release --no-codesign flutter build ios --release --no-codesign