kind: pipeline type: exec name: default platform: os: darwin arch: amd64 steps: - name: flutter-dart-version commands: - flutter --version - dart --version - name: build commands: - flutter build ios --no-codesign