Added the supported platforms to the Features package dependency.
This commit is contained in:
@@ -4,6 +4,11 @@ import PackageDescription
|
|||||||
|
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "Features",
|
name: "Features",
|
||||||
|
platforms: [
|
||||||
|
.iOS(.v26),
|
||||||
|
.macOS(.v26),
|
||||||
|
.visionOS(.v26),
|
||||||
|
],
|
||||||
products: [
|
products: [
|
||||||
.library(
|
.library(
|
||||||
name: "Features",
|
name: "Features",
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user