Skip to content

Commit

Permalink
back to iOS 17
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiMadlener committed Nov 10, 2024
1 parent 1f294e6 commit 25bedec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:6.0.0
// swift-tools-version:5.10.0

import class Foundation.ProcessInfo
import PackageDescription
Expand All @@ -15,7 +15,7 @@ let package = Package(
name: "ResearchKit",
defaultLocalization: "en",
platforms: [
.iOS(.v18),
.iOS(.v17),
.visionOS(.v1)
],
products: [
Expand Down Expand Up @@ -46,9 +46,9 @@ let package = Package(
.target(name: "ResearchKitActiveTask", condition: .when(platforms: [.iOS]))
],
path: "ResearchKitSwiftUI",
swiftSettings: [
swiftConcurrency
],
//swiftSettings: [

Check failure on line 49 in Package.swift

View workflow job for this annotation

GitHub Actions / SwiftLint / SwiftLint

Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
// swiftConcurrency
//],

Check failure on line 51 in Package.swift

View workflow job for this annotation

GitHub Actions / SwiftLint / SwiftLint

Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
plugins: [] + swiftLintPlugin()
)
// .target(
Expand Down

0 comments on commit 25bedec

Please sign in to comment.