🦺 Remove redundant framework paths

This commit is contained in:
Chris Araman 2021-04-28 16:20:08 -07:00
parent d9c6c1d4c9
commit 5f1e3afc95
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -34,7 +34,6 @@ let package = Package(
dependencies: ["MasKit"],
swiftSettings: [
.unsafeFlags([
"-F", "/System/Library/PrivateFrameworks",
"-I", "Sources/PrivateFrameworks/CommerceKit",
"-I", "Sources/PrivateFrameworks/StoreFoundation",
]),
@ -45,7 +44,6 @@ let package = Package(
dependencies: ["Commandant", "Version"],
swiftSettings: [
.unsafeFlags([
"-F", "/System/Library/PrivateFrameworks",
"-I", "Sources/PrivateFrameworks/CommerceKit",
"-I", "Sources/PrivateFrameworks/StoreFoundation",
]),
@ -62,7 +60,6 @@ let package = Package(
resources: [.copy("JSON")],
swiftSettings: [
.unsafeFlags([
"-F", "/System/Library/PrivateFrameworks",
"-I", "Sources/PrivateFrameworks/CommerceKit",
"-I", "Sources/PrivateFrameworks/StoreFoundation",
]),