Skip to content

SDKS-7800: Adding prefix feature #142

SDKS-7800: Adding prefix feature

SDKS-7800: Adding prefix feature #142

Workflow file for this run

name: Build WatchOS
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 watchOS
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: 'generic/platform=watchOS'
project: Split.xcodeproj
scheme: WatchOS
use-xcpretty: true