Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 8784f2d

Browse files
committed
Exclude Info.plist
1 parent c1c1642 commit 8784f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ let package = Package(
1717
.target(
1818
name: "ApolloDeveloperKit",
1919
dependencies: ["Apollo"],
20+
exclude: ["Info.plist"],
2021
resources: [.copy("Assets")]),
2122
.testTarget(
2223
name: "ApolloDeveloperKitTests",
2324
dependencies: ["ApolloDeveloperKit"],
24-
exclude: ["ApolloDeveloperKitTests.swift"])
25+
exclude: ["ApolloDeveloperKitTests.swift", "Info.plist"])
2526
]
2627
)

0 commit comments

Comments
 (0)