Skip to content

Commit

Permalink
Drop support for Carthage and CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 16, 2021
1 parent 4a0f5e7 commit 9e034d8
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1,918 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,9 @@ on:
jobs:
test:
runs-on: macos-latest
strategy:
matrix:
scheme: [Defaults-macOS, Defaults-iOS, Defaults-tvOS]
include:
- scheme: Defaults-macOS
destination: macOS
- scheme: Defaults-iOS
destination: iOS Simulator,name=iPhone 8
- scheme: Defaults-tvOS
destination: tvOS Simulator,name=Apple TV
steps:
- uses: actions/checkout@v2
- name: Run tests
run: xcodebuild clean test -project Defaults.xcodeproj -scheme ${{ matrix.scheme }} -destination "platform=${{ matrix.destination }}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- run: swift test
lint:
runs-on: ubuntu-latest
steps:
Expand Down
22 changes: 0 additions & 22 deletions Configs/Defaults.plist

This file was deleted.

20 changes: 0 additions & 20 deletions Configs/DefaultsTests.plist

This file was deleted.

16 changes: 0 additions & 16 deletions Defaults.podspec

This file was deleted.

1,451 changes: 0 additions & 1,451 deletions Defaults.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

97 changes: 0 additions & 97 deletions Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-iOS.xcscheme

This file was deleted.

97 changes: 0 additions & 97 deletions Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-macOS.xcscheme

This file was deleted.

96 changes: 0 additions & 96 deletions Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-tvOS.xcscheme

This file was deleted.

0 comments on commit 9e034d8

Please sign in to comment.