Skip to content

Commit

Permalink
Merge pull request #300 from AvdLee/spec-update-3.8.0
Browse files Browse the repository at this point in the history
Update App Store Connect API version
  • Loading branch information
polpielladev authored Feb 16, 2025
2 parents e6cc949 + 9c7f0da commit 5fb7c50
Show file tree
Hide file tree
Showing 85 changed files with 7,956 additions and 2,626 deletions.
53 changes: 53 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: CI

on:
push:
branches:
- master
paths-ignore:
- "README.md"
- "CODE_OF_CONDUCT.md"
- ".editorconfig"
- ".spi.yml"
pull_request:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
test:
name: Test macOS
runs-on: macOS-15
timeout-minutes: 30
env:
DEVELOPER_DIR: /Applications/Xcode_16.2.app
strategy:
matrix:
destination:
- "platform=macOS"
- "platform=macOS,variant=Mac Catalyst"
- "platform=iOS Simulator,name=iPhone 16"
- "platform=tvOS Simulator,name=Apple TV"
- "platform=watchOS Simulator,name=Apple Watch Series 10 (42mm)"
- "platform=visionOS Simulator,name=Apple Vision Pro"
steps:
- uses: actions/checkout@v4
- name: Test platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -scheme AppStoreConnect-Swift-SDK -destination "${{ matrix.destination }}" test | xcbeautify

linux_test:
name: Test Linux
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Swiftly
uses: vapor/[email protected]
with:
toolchain: latest
- name: Test
run: swift test
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

219 changes: 0 additions & 219 deletions Gemfile.lock

This file was deleted.

Loading

0 comments on commit 5fb7c50

Please sign in to comment.