Skip to content

remove plist. auto-generate instead. #155

remove plist. auto-generate instead.

remove plist. auto-generate instead. #155

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: SwiftPM Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
jobs:
main:
name: SwiftPM Build
runs-on: macOS-13
steps:
- name: git checkout
uses: actions/checkout@v4
- name: xcode version
run: xcodebuild -version -sdk
- name: swift build
run: swift build