Skip to content

Commit

Permalink
Require iOS 15 for SPM usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Sep 2, 2024
1 parent 8feaa8a commit cd8bb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -7,7 +7,7 @@ let package = Package(
name: "TripKit",
defaultLocalization: "en",
platforms: [
.iOS(.v13),
.iOS(.v15),
.macOS(.v11),
],
products: [
Expand Down

0 comments on commit cd8bb99

Please sign in to comment.