File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,14 @@ if ProcessInfo.processInfo.environment["SWIFTCI_INSTALL_RPATH_OS"] == "android"
99
99
*/
100
100
let autoProducts = [ swiftPMProduct, swiftPMDataModelProduct]
101
101
102
- let shoudUseSwiftBuildFramework = ( ProcessInfo . processInfo. environment [ " SWIFTPM_SWBUILD_FRAMEWORK " ] != nil )
102
+ let shouldUseSwiftBuildFramework = ( ProcessInfo . processInfo. environment [ " SWIFTPM_SWBUILD_FRAMEWORK " ] != nil )
103
103
104
104
let swiftDriverDeps : [ Target . Dependency ]
105
105
let swiftTSCBasicsDeps : [ Target . Dependency ]
106
106
let swiftToolsCoreSupportAutoDeps : [ Target . Dependency ]
107
107
let swiftTSCTestSupportDeps : [ Target . Dependency ]
108
108
109
- if shoudUseSwiftBuildFramework {
109
+ if shouldUseSwiftBuildFramework {
110
110
swiftDriverDeps = [ ]
111
111
swiftTSCBasicsDeps = [ ]
112
112
swiftToolsCoreSupportAutoDeps = [ ]
@@ -1149,7 +1149,7 @@ if ProcessInfo.processInfo.environment["ENABLE_APPLE_PRODUCT_TYPES"] == "1" {
1149
1149
}
1150
1150
}
1151
1151
1152
- if !shoudUseSwiftBuildFramework {
1152
+ if !shouldUseSwiftBuildFramework {
1153
1153
1154
1154
let swiftbuildsupport : Target = package . targets. first ( where: { $0. name == " SwiftBuildSupport " } ) !
1155
1155
swiftbuildsupport. dependencies += [
You can’t perform that action at this time.
0 commit comments