Skip to content

SPM compatible

SPM compatible #81

Workflow file for this run

name: iOS Demos
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'demo/ios/**'
- '.github/workflows/ios-demos.yml'
- '!demo/ios/README.md'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- 'demo/ios/**'
- '.github/workflows/ios-demos.yml'
- '!demo/ios/README.md'
jobs:
build-orca-demo:
runs-on: macos-latest
defaults:
run:
working-directory: demo/ios/OrcaDemo
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Demo
run: xcrun xcodebuild build
-configuration Debug
-project OrcaDemo.xcodeproj
-sdk iphoneos
-scheme OrcaDemo
-derivedDataPath ddp
CODE_SIGNING_ALLOWED=NO