Skip to content

Commit f916123

Browse files
author
Meher Kasam
committed
Update Blueprint to 6.1.0
1 parent d0590ee commit f916123

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Development/Tuist/Package.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ import PackageDescription
55
#if TUIST
66
import ProjectDescription
77

8+
let unsuppressedWarningsSettings: SettingsDictionary {
9+
[
10+
"GCC_WARN_INHIBIT_ALL_WARNINGS": "NO",
11+
"SWIFT_SUPPRESS_WARNINGS": "NO",
12+
]
13+
}
14+
815
let packageSettings = PackageSettings(
916
productTypes: [
1017
"BlueprintUI": .framework,
@@ -18,13 +25,6 @@ let packageSettings = PackageSettings(
1825
]
1926
)
2027

21-
var unsuppressedWarningsSettings: SettingsDictionary {
22-
[
23-
"GCC_WARN_INHIBIT_ALL_WARNINGS": "NO",
24-
"SWIFT_SUPPRESS_WARNINGS": "NO",
25-
]
26-
}
27-
2828
#endif
2929

3030
let package = Package(

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)