Skip to content

Reword changelog entries to match the scoped guard #320

Reword changelog entries to match the scoped guard

Reword changelog entries to match the scoped guard #320

Workflow file for this run

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=""