Skip to content

Commit

Permalink
Merge pull request #2 from ProjectInTheClass/support-iOS16
Browse files Browse the repository at this point in the history
Update Package.swift
  • Loading branch information
mileu32 authored Dec 24, 2023
2 parents cea2567 + df3e3ce commit bdda157
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,11 +1,11 @@
// swift-tools-version: 5.9
// swift-tools-version: 5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "Name4RGB",
platforms: [.iOS(.v17)],
platforms: [.iOS(.v16)],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
Expand Down

0 comments on commit bdda157

Please sign in to comment.