Skip to content

🛠️ Fix copy table as JSON. Use plain button style. Display copy butto… #38

🛠️ Fix copy table as JSON. Use plain button style. Display copy butto…

🛠️ Fix copy table as JSON. Use plain button style. Display copy butto… #38

Workflow file for this run

name: Xcode - Build and Analyze
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
xcodebuild clean build analyze -scheme "macai" -"project" "macai.xcodeproj" -allowProvisioningUpdates -allowProvisioningDeviceRegistration CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO