Skip to content

chore: Wrap debug logging in #if DEBUG for release builds #21

chore: Wrap debug logging in #if DEBUG for release builds

chore: Wrap debug logging in #if DEBUG for release builds #21

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build MiddleDrag
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
xcodebuild -scheme MiddleDrag \
-project MiddleDrag.xcodeproj \
-configuration Release \
-destination "platform=macOS" \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO \
build