Skip to content

docs: expand README to detail privacy and networking behavior #23

docs: expand README to detail privacy and networking behavior

docs: expand README to detail privacy and networking behavior #23

Workflow file for this run

name: Build macOS App
on:
push:
branches:
- relese
pull_request:
branches:
- relese
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Show Xcode version
run: xcodebuild -version
- name: Build
run: |
xcodebuild \
-project MacOSCleaner/MacOSCleaner.xcodeproj \
-scheme MacOSCleaner \
-configuration Release \
build