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