Skip to content

Commit ac7379d

Browse files
author
Meher Kasam
committed
Update Tuist/Package.swift
1 parent 38e23de commit ac7379d

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Development/Tuist/Package.swift

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
import PackageDescription
44

5+
#if TUIST
6+
import ProjectDescription
7+
8+
let packageSettings = PackageSettings(
9+
productTypes: [
10+
"BlueprintUI": .framework,
11+
"BlueprintUICommonControls": .framework,
12+
"BlueprintUILists": .framework,
13+
"ListableUI": .framework,
14+
],
15+
targetSettings: [
16+
"BlueprintUILists": unsuppressedWarningsSettings,
17+
"ListableUI": unsuppressedWarningsSettings,
18+
]
19+
)
20+
21+
var unsuppressedWarningsSettings: SettingsDictionary {
22+
[
23+
"GCC_WARN_INHIBIT_ALL_WARNINGS": "NO",
24+
"SWIFT_SUPPRESS_WARNINGS": "NO",
25+
]
26+
}
27+
28+
#endif
29+
530
let package = Package(
631
name: "Development",
732
dependencies: [

0 commit comments

Comments
 (0)