From 6e8d4559802f5f0cc78c0ddac0efa65b7d801ed0 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 26 Jan 2025 19:28:56 -0600 Subject: [PATCH] remove iOS building and change directory --- .github/workflows/main.yml | 15 ++------------- README.md | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a3c646..c942661 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ -name: Build Android and iOS +name: Build Android on: # Trigger the workflow on push or pull request, @@ -31,17 +31,6 @@ jobs: java-package: 'jdk' - name: Build Application run: | - cd Droid + cd qController msbuild qController.Droid.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug - iOS: - runs-on: macos-latest - steps: - - uses: actions/checkout@v4 - name: Checkout Code - - name: Restore NuGet Packages - run: nuget restore - - name: Build Application - run: | - cd iOS - msbuild qController.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug diff --git a/README.md b/README.md index 47a1279..6d5d4ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Build Android and iOS](https://github.com/jwetzell/qController/workflows/Build%20Android%20and%20iOS/badge.svg) +![Build Android](https://github.com/jwetzell/qController/workflows/Build%20Android/badge.svg) ![App Store](https://img.shields.io/itunes/v/1350276173?label=iOS&logo=apple) ![Play Store](http://img.shields.io/static/v1?label=Android&message=v1.6.3&color=blue&logo=android) # qControl