Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Added printing system called GPS #27

Added printing system called GPS

Added printing system called GPS #27

Workflow file for this run

name: The Satellite Swift Package Build
on:
push:
branches: [ main ]
jobs:
build:
name: Build package
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
swift-version: "5.7.0"
- name: Building...
run: |
xcodebuild build -scheme Satellite -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=latest'