Skip to content

WIP: feature Push Notification #57

WIP: feature Push Notification

WIP: feature Push Notification #57

Workflow file for this run

name: iOS Tests
on:
pull_request:
paths:
- 'ios/**'
- 'package.json'
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Select Xcode 15.1
run: ls /Applications/ && sudo xcode-select -switch /Applications/Xcode_15.1.app # Switch Xcode version
# Force cocoapods version 14.4
- uses: actions/setup-node@v3
- name: Install Bundle
run: bundle install
- run: bundle exec yarn
- run: bundle exec pod install --project-directory=ios
- name: Build iOS App
run: yarn ios --no-packager --mode Release