Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .codecov.yml

This file was deleted.

18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ env:
jobs:
BuildAndTests:
name: Build & Tests
runs-on: macOS-12
runs-on: macOS-15
env:
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.4.app
XCODE_PROJECT: URLQueryCoder.xcodeproj
IOS_SCHEME: URLQueryCoder iOS
IOS_DESTINATION: OS=16.0,name=iPhone 14
IOS_DESTINATION: OS=18.5,name=iPhone 16
IOS_RESULT_PATH: xcodebuild-ios.xcresult
MACOS_SCHEME: URLQueryCoder macOS
MACOS_DESTINATION: platform=macOS
MACOS_RESULT_PATH: xcodebuild-macos.xcresult
TVOS_SCHEME: URLQueryCoder tvOS
TVOS_DESTINATION: OS=16.0,name=Apple TV
TVOS_DESTINATION: OS=18.5,name=Apple TV
TVOS_RESULT_PATH: xcodebuild-tvos.xcresult
WATCHOS_SCHEME: URLQueryCoder watchOS
WATCHOS_DESTINATION: OS=9.0,name=Apple Watch Series 8 (45mm)
WATCHOS_DESTINATION: OS=11.5,name=Apple Watch Series 10 (42mm)
WATCHOS_RESULT_PATH: xcodebuild-watchos.xcresult
SKIP_SWIFTLINT: YES
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
Expand Down Expand Up @@ -83,7 +83,9 @@ jobs:

Cocoapods:
name: Cocoapods
runs-on: macOS-latest
runs-on: macOS-15
env:
DEVELOPER_DIR: /Applications/Xcode_16.4.app
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand All @@ -96,7 +98,9 @@ jobs:

SPM:
name: Swift Package Manager
runs-on: macOS-latest
runs-on: macOS-15
env:
DEVELOPER_DIR: /Applications/Xcode_16.4.app
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# JetBrains IDE
.idea/
*.iml
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5
5.9
Loading