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:
parent
8cda3cfa8d
commit
d5c8e39aaa
6
.github/workflows/ios.yaml
vendored
6
.github/workflows/ios.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user