mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +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"],
|
dependencies: ["MasKit"],
|
||||||
swiftSettings: [
|
swiftSettings: [
|
||||||
.unsafeFlags([
|
.unsafeFlags([
|
||||||
"-F", "/System/Library/PrivateFrameworks",
|
|
||||||
"-I", "Sources/PrivateFrameworks/CommerceKit",
|
"-I", "Sources/PrivateFrameworks/CommerceKit",
|
||||||
"-I", "Sources/PrivateFrameworks/StoreFoundation",
|
"-I", "Sources/PrivateFrameworks/StoreFoundation",
|
||||||
]),
|
]),
|
||||||
|
@ -45,7 +44,6 @@ let package = Package(
|
||||||
dependencies: ["Commandant", "Version"],
|
dependencies: ["Commandant", "Version"],
|
||||||
swiftSettings: [
|
swiftSettings: [
|
||||||
.unsafeFlags([
|
.unsafeFlags([
|
||||||
"-F", "/System/Library/PrivateFrameworks",
|
|
||||||
"-I", "Sources/PrivateFrameworks/CommerceKit",
|
"-I", "Sources/PrivateFrameworks/CommerceKit",
|
||||||
"-I", "Sources/PrivateFrameworks/StoreFoundation",
|
"-I", "Sources/PrivateFrameworks/StoreFoundation",
|
||||||
]),
|
]),
|
||||||
|
@ -62,7 +60,6 @@ let package = Package(
|
||||||
resources: [.copy("JSON")],
|
resources: [.copy("JSON")],
|
||||||
swiftSettings: [
|
swiftSettings: [
|
||||||
.unsafeFlags([
|
.unsafeFlags([
|
||||||
"-F", "/System/Library/PrivateFrameworks",
|
|
||||||
"-I", "Sources/PrivateFrameworks/CommerceKit",
|
"-I", "Sources/PrivateFrameworks/CommerceKit",
|
||||||
"-I", "Sources/PrivateFrameworks/StoreFoundation",
|
"-I", "Sources/PrivateFrameworks/StoreFoundation",
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Reference in a new issue