From f0d3d586cdc982d55b766517965b21672f6e72f2 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma <69979447+neon443@users.noreply.github.com> Date: Sat, 31 May 2025 12:29:21 +0100 Subject: [PATCH] Create xcode.yml --- .github/workflows/xcode.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/xcode.yml diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml new file mode 100644 index 0000000..8b850a6 --- /dev/null +++ b/.github/workflows/xcode.yml @@ -0,0 +1,21 @@ +name: Xcode - Build and Analyze + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + name: Build and analyse default scheme using xcodebuild command + runs-on: macos-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Build + env: + scheme: ${{ 'default' }} + run: | + xcodebuild archive