You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: There should be a way to automatically populate the version here, but since these tests are not CoreBasedTests, there isn't a good way to do so right now.
169
+
"SWIFT_VERSION":"5.0",
170
+
]),
171
+
],
172
+
buildPhases:[
173
+
TestSourcesBuildPhase([
174
+
TestBuildFile("Dependency.swift"),
175
+
]),
176
+
]
177
+
)
178
+
letdylibTarget=TestStandardTarget(
179
+
"Dylib", type:.dynamicLibrary,
180
+
buildConfigurations:[
181
+
TestBuildConfiguration(
182
+
"Debug",
183
+
buildSettings:[
184
+
"PRODUCT_NAME":"$(TARGET_NAME)",
185
+
"USE_HEADERMAP":"NO",
186
+
"ALWAYS_SEARCH_USER_PATHS":"NO",
187
+
// FIXME: There should be a way to automatically populate the version here, but since these tests are not CoreBasedTests, there isn't a good way to do so right now.
0 commit comments