Skip to content

Commit a7f2836

Browse files
committed
Support tvOS
1 parent b31678d commit a7f2836

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Anchors.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
D296834E1EBD19BE001E62CB /* Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
110110
D296835D1EBDBA37001E62CB /* TestCase+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TestCase+Extensions.swift"; sourceTree = "<group>"; };
111111
D2B5CBC81ECCF9E7003F9D5F /* Builder+Ratio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Builder+Ratio.swift"; sourceTree = "<group>"; };
112+
D2D04765234B51F00005D09D /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
112113
D2D43D2E1EC7450300065343 /* Anchor+Attributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Anchor+Attributes.swift"; sourceTree = "<group>"; };
113114
D2D43D2F1EC7450300065343 /* Anchor+Configuration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Anchor+Configuration.swift"; sourceTree = "<group>"; };
114115
D2D43D301EC7450300065343 /* Anchor+Constraints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Anchor+Constraints.swift"; sourceTree = "<group>"; };
@@ -251,6 +252,7 @@
251252
D5B2E8951C3A780C00C0327D = {
252253
isa = PBXGroup;
253254
children = (
255+
D2D04765234B51F00005D09D /* Package.swift */,
254256
D25EE5FB226A57EE0040D686 /* Anchors.podspec */,
255257
D25EE5FC226A57EE0040D686 /* README.md */,
256258
D500FD111C3AABED00782D78 /* Playground-iOS.playground */,

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
platforms: [
99
.macOS(.v10_11),
1010
.iOS(.v9),
11-
.tvOS(.v9_2)
11+
.tvOS(.v9)
1212
],
1313
products: [
1414
.library(

0 commit comments

Comments
 (0)