Skip to content

COIOS-834: Update TwintSDK to v8.0.2 #7013

COIOS-834: Update TwintSDK to v8.0.2

COIOS-834: Update TwintSDK to v8.0.2 #7013

name: Test Swift Package Manager Integration
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- develop
jobs:
SPM:
runs-on: macos-14-xlarge
steps:
- uses: actions/checkout@v4
- uses: n1hility/cancel-previous-runs@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Select latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.3'
- name: Test Swift Package Manager Integration
run: |
Scripts/test-SPM-integration.sh