Skip to content

Commit

Permalink
Merge pull request #91 from Fueled/refactor/swift-6-and-remove-outdat…
Browse files Browse the repository at this point in the history
…ed-code

Refactor - Swift 6, Remove outdated code, and new docs
  • Loading branch information
hadiidbouk authored Nov 5, 2024
2 parents 0311b12 + 72493f3 commit 789c508
Show file tree
Hide file tree
Showing 114 changed files with 741 additions and 25,133 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ concurrency:
cancel-in-progress: true
jobs:
pr_check:
runs-on: macOS-11
runs-on: macos-15
if: github.event.pull_request.draft == false
steps:
- name: Checkout Project
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: Danger
env:
Expand Down
43 changes: 0 additions & 43 deletions Package.resolved

This file was deleted.

8 changes: 2 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.5
// swift-tools-version:6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "FueledUtils",
platforms: [
.macOS(.v10_12), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v8)
],
products: [
.library(
Expand All @@ -23,8 +23,6 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/Quick/Quick.git", from: "4.0.0"),
.package(url: "https://github.com/Quick/Nimble.git", from: "9.0.0"),
],
targets: [
.target(
Expand Down Expand Up @@ -53,8 +51,6 @@ let package = Package(
name: "FueledUtilsCombineTests",
dependencies: [
"FueledUtilsCombine",
"Quick",
"Nimble",
],
path: "Tests/FueledUtils/CombineTests"
),
Expand Down
198 changes: 0 additions & 198 deletions Sources/FueledUtils/Combine/Action.swift

This file was deleted.

39 changes: 0 additions & 39 deletions Sources/FueledUtils/Combine/ActionError.swift

This file was deleted.

39 changes: 0 additions & 39 deletions Sources/FueledUtils/Combine/ActionErrorProtocol.swift

This file was deleted.

Loading

0 comments on commit 789c508

Please sign in to comment.