Skip to content

Migrate to Xcode 16 and drop macOS 13 #28

Migrate to Xcode 16 and drop macOS 13

Migrate to Xcode 16 and drop macOS 13 #28

Workflow file for this run

name: Build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
textgrabber2:
name: TextGrabber2
runs-on: macos-14
if: github.event.pull_request.draft == false
env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
steps:
- uses: actions/checkout@v4
- name: Build TextGrabber2
run: |
xcodebuild build -scheme TextGrabber2 -destination 'platform=macOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO