mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-15 21:53:39 +01:00
explicit exclusion of objc files in package.swift
This commit is contained in:
@@ -46,7 +46,7 @@ let package = Package(
|
||||
name: "CoreStoreTests",
|
||||
dependencies: ["CoreStore"],
|
||||
path: "CoreStoreTests",
|
||||
exclude: ["*.h", "*.m"]
|
||||
exclude: ["BridgingTests.h", "BridgingTests.m"]
|
||||
)
|
||||
],
|
||||
swiftLanguageVersions: [.v5]
|
||||
|
||||
Reference in New Issue
Block a user