Skip to content

Commit 6f27300

Browse files
committed
Add URLTransformTests to macOS and tvOS test targets
1 parent aab4552 commit 6f27300

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ObjectMapper.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@
139139
997B4A481D3FA20D005E3F31 /* DictionaryTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997B4A461D3FA20D005E3F31 /* DictionaryTransform.swift */; };
140140
997B4A491D3FA20D005E3F31 /* DictionaryTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997B4A461D3FA20D005E3F31 /* DictionaryTransform.swift */; };
141141
997B4A4A1D3FA20D005E3F31 /* DictionaryTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997B4A461D3FA20D005E3F31 /* DictionaryTransform.swift */; };
142+
BA9D143C246BF0930037233E /* URLTransformTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1865416E1E972FA800F95A19 /* URLTransformTests.swift */; };
143+
BA9D143D246BF0940037233E /* URLTransformTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1865416E1E972FA800F95A19 /* URLTransformTests.swift */; };
142144
BC1E7F371ABC44C000F9B1CF /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC1E7F361ABC44C000F9B1CF /* EnumTransform.swift */; };
143145
C135CAB41D762F6900BA9338 /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C135CAB31D762F6900BA9338 /* DataTransform.swift */; };
144146
C135CAB71D76303E00BA9338 /* DataTransformTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C135CAB61D76303E00BA9338 /* DataTransformTests.swift */; };
@@ -872,6 +874,7 @@
872874
6AA1F66C1BE94687006EF513 /* PerformanceTests.swift in Sources */,
873875
491D7997216FB8B2006DB931 /* CodableTests.swift in Sources */,
874876
6AC692411BE3FD45004C119A /* BasicTypes.swift in Sources */,
877+
BA9D143D246BF0940037233E /* URLTransformTests.swift in Sources */,
875878
6A0BF2011C0B53470083D1AF /* ToObjectTests.swift in Sources */,
876879
84D4F8591CC3B71B008B0FB6 /* NSDecimalNumberTransformTests.swift in Sources */,
877880
6AC692421BE3FD45004C119A /* BasicTypesTestsFromJSON.swift in Sources */,
@@ -1022,6 +1025,7 @@
10221025
6A412A181BAC830B001C3F67 /* ClassClusterTests.swift in Sources */,
10231026
491D7996216FB8B2006DB931 /* CodableTests.swift in Sources */,
10241027
CD1603261AC02480000CD69A /* BasicTypesTestsFromJSON.swift in Sources */,
1028+
BA9D143C246BF0930037233E /* URLTransformTests.swift in Sources */,
10251029
6A0BF2001C0B53470083D1AF /* ToObjectTests.swift in Sources */,
10261030
84D4F8581CC3B71B008B0FB6 /* NSDecimalNumberTransformTests.swift in Sources */,
10271031
CD1603291AC02480000CD69A /* NestedKeysTests.swift in Sources */,

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ let package = Package(name: "ObjectMapper",
88
.tvOS(.v9),
99
.watchOS(.v2)],
1010
products: [.library(name: "ObjectMapper",
11-
type: .dynamic,
1211
targets: ["ObjectMapper"])],
1312
targets: [.target(name: "ObjectMapper",
1413
path: "Sources"),

0 commit comments

Comments
 (0)