소스 검색

Adds tvOS support

Riley Testut 4 년 전
부모
커밋
23bee56194
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Package.swift

+ 1 - 0
Package.swift

@@ -7,6 +7,7 @@ let package = Package(
     name: "AltKit",
     name: "AltKit",
     platforms: [
     platforms: [
         .iOS(.v12),
         .iOS(.v12),
+        .tvOS(.v12)
     ],
     ],
     products: [
     products: [
         // Products define the executables and libraries a package produces, and make them visible to other packages.
         // Products define the executables and libraries a package produces, and make them visible to other packages.