Skip to content

Update README.md

Update README.md #5

Workflow file for this run

workflows:
ios-workflow:
name: iOS Workflow
max_build_duration: 60
environment:
flutter: stable
xcode: latest
cocoapods: default
scripts:
- name: Install dependencies
script: |
flutter pub get
- name: Build iOS
script: |
flutter build ios --release --no-codesign
artifacts:
- build/ios/iphoneos/*.ipa