Skip to content

Commit

Permalink
Remove support for CocoaPods and Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Apr 29, 2023
1 parent 4a3fd19 commit 83238f0
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1,604 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,38 +19,10 @@ jobs:
run: |
swift build
swift test 2>&1 | xcpretty -c
- name: Lint Cocoapod
run: pod lib lint --quick
linux:
runs-on: ubuntu-latest
container: swift:latest
steps:
- uses: actions/checkout@v2
- name: Unit Test
run: swift test

xcode:
name: Test with Xcode
runs-on: macos-12
strategy:
matrix:
name: [macOS, iOS, tvOS]
include:
- name: macOS
scheme: Gzip macOS
sdk: macosx
destination: 'platform=macOS'
- name: iOS
scheme: Gzip iOS
sdk: iphonesimulator
destination: 'platform=iOS Simulator,name=iPhone 11'
- name: tvOS
scheme: Gzip tvOS
sdk: appletvsimulator
destination: 'platform=tvOS Simulator,name=Apple TV'
steps:
- uses: actions/checkout@v1
- name: Test
run: |
set -o pipefail
xcodebuild clean test -scheme "${{matrix.scheme}}" -sdk "${{matrix.sdk}}" -destination "${{matrix.destination}}" | xcpretty -c
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Change Log

### Changes

- Remove support for CocoaPods and Carthage.
- Update minimum Swift version to 5.4.
- Add `wBits` optional parameter to `gzipped(level:)` and `.gunzipped()` to support managing the size of the history buffer.

Expand Down
Loading

0 comments on commit 83238f0

Please sign in to comment.