diff --git a/.github/workflows/build_ios.yml b/.github/workflows/build_ios.yml new file mode 100644 index 0000000..4dbd5e1 --- /dev/null +++ b/.github/workflows/build_ios.yml @@ -0,0 +1,17 @@ +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