Skip to content

updating to RTM 2.1.8 with user channels, more error codes, fix encry… #8

updating to RTM 2.1.8 with user channels, more error codes, fix encry…

updating to RTM 2.1.8 with user channels, more error codes, fix encry… #8

Workflow file for this run

name: build
on:
push:
branches: 'main'
tags: '*'
pull_request:
branches: '*'
jobs:
build:
runs-on: macOS-13
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Switch Xcode 🔄
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
- name: Swift Lint 🧹
run: swiftlint
- name: Test iOS 🪲
run: xcodebuild build -scheme AgoraRtmKit-Swift -destination 'platform=iOS Simulator,name=iPhone 15' | xcpretty