Skip to content

SDKS-7800: Adding prefix feature #143

SDKS-7800: Adding prefix feature

SDKS-7800: Adding prefix feature #143

Workflow file for this run

name: Build MacOS
on:
push:
branches:
- master
pull_request:
branches:
- master
- development
jobs:
build:
runs-on: [macos-latest]
steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 13.2.1
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build MacOS
uses: sersoft-gmbh/xcodebuild-action@v1
with:
action: build
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=NO
configuration: Debug
derived-data-path: "${{github.workspace}}/SplitApp"
destination: 'platform=macOS,arch=x86_64'
project: Split.xcodeproj
scheme: Split
use-xcpretty: true