mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🦺 Remove redundant framework paths
This commit is contained in:
parent
d9c6c1d4c9
commit
5f1e3afc95
1 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
]),
|
||||
|
|
Loading…
Reference in a new issue