Skip to content

feat(branding): add polished Rhythm Replica app icon #24

feat(branding): add polished Rhythm Replica app icon

feat(branding): add polished Rhythm Replica app icon #24

Workflow file for this run

name: CI
on:
push:
branches: [main, feat/**, fix/**, chore/**, docs/**]
pull_request:
jobs:
build-and-test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Install XcodeGen
run: brew install xcodegen
- name: Generate project
run: xcodegen generate
- name: Build
run: xcodebuild -project RhythmReplica.xcodeproj -scheme RhythmReplica -destination 'platform=macOS' build
- name: Test
run: xcodebuild -project RhythmReplica.xcodeproj -scheme RhythmReplica -destination 'platform=macOS' test