Skip to content

Rename Sample App + Update Instructions #23

Rename Sample App + Update Instructions

Rename Sample App + Update Instructions #23

Workflow file for this run

name: iOS Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Build DonutCounter project
run: |
xcodebuild -project Example/DonutCounter/DonutCounter.xcodeproj -scheme DonutCounter -sdk iphoneos -configuration Release SKIP_SETUP_SCRIPT=YES CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=NO