Skip to content

Merge pull request #506 from superwall/fix/subscription-status-anti-d… #324

Merge pull request #506 from superwall/fix/subscription-status-anti-d…

Merge pull request #506 from superwall/fix/subscription-status-anti-d… #324

name: Build Platforms
on:
push:
paths:
- '.github/workflows/build-platforms.yml'
- 'project.yml'
- '**/*.swift'
- '!Examples/**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-maccatalyst:
runs-on: macos-26
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: xcodegen
uses: xavierLowmiller/xcodegen-action@1.2.3
- name: Build Mac Catalyst
run: |
xcodebuild -project SuperwallKit.xcodeproj -scheme SuperwallKit -destination 'generic/platform=macOS,variant=Mac Catalyst' build CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=""