to hell ios

This commit is contained in:
Mercurio 2023-12-20 21:11:47 +01:00
parent 55e561658c
commit 9feb6a2e8d
2 changed files with 0 additions and 35 deletions

View file

@ -1,32 +0,0 @@
name: Flutter Build - iOS
on:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Get dependencies
run: flutter pub get
- name: Build Debug iOS
run: flutter build ios --debug
working-directory: ${{ github.workspace }}
- name: Upload Debug IPA artifact
uses: actions/upload-artifact@v3
with:
name: app-debug
path: build/ios/runner/Debug.ipa

View file

@ -11,9 +11,6 @@ Flutter application to manage and control openshock devices from your phone.
Current build status(android): [![Nightly Android](https://github.com/NotLugozzi/openshock-android/actions/workflows/build-android.yml/badge.svg)](https://github.com/NotLugozzi/openshock-android/actions/workflows/build-android.yml)
Current build status(iOS): [![Nightly iOS](https://github.com/NotLugozzi/openshock-android/actions/workflows/build-ios.yml/badge.svg)](https://github.com/NotLugozzi/openshock-android/actions/workflows/build-ios.yml)
# Installing
## Stable release channel
Grab one of the builds from the releases page or run: