File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 109
109
D296834E1EBD19BE001E62CB /* Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
110
110
D296835D1EBDBA37001E62CB /* TestCase+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TestCase+Extensions.swift"; sourceTree = "<group>"; };
111
111
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>"; };
112
113
D2D43D2E1EC7450300065343 /* Anchor+Attributes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Anchor+Attributes.swift"; sourceTree = "<group>"; };
113
114
D2D43D2F1EC7450300065343 /* Anchor+Configuration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Anchor+Configuration.swift"; sourceTree = "<group>"; };
114
115
D2D43D301EC7450300065343 /* Anchor+Constraints.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Anchor+Constraints.swift"; sourceTree = "<group>"; };
251
252
D5B2E8951C3A780C00C0327D = {
252
253
isa = PBXGroup;
253
254
children = (
255
+ D2D04765234B51F00005D09D /* Package.swift */,
254
256
D25EE5FB226A57EE0040D686 /* Anchors.podspec */,
255
257
D25EE5FC226A57EE0040D686 /* README.md */,
256
258
D500FD111C3AABED00782D78 /* Playground-iOS.playground */,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
8
8
platforms: [
9
9
. macOS( . v10_11) ,
10
10
. iOS( . v9) ,
11
- . tvOS( . v9_2 )
11
+ . tvOS( . v9 )
12
12
] ,
13
13
products: [
14
14
. library(
You can’t perform that action at this time.
0 commit comments