Skip to content

Commit 20ad023

Browse files
added platforms to fix issue in Xcode archiving process (#3)
1 parent 576735e commit 20ad023

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ import PackageDescription
55

66
let package = Package(
77
name: "FloatingLabelTextFieldSwiftUI",
8+
platforms: [
9+
.iOS(.v13),
10+
.macOS(.v10_15),
11+
.tvOS(.v13)
12+
],
813
products: [
914
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1015
.library(

0 commit comments

Comments
 (0)