Skip to content

Commit 18dff13

Browse files
committed
rename
1 parent f42a5bc commit 18dff13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/SWBCore/XCFramework.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,15 +370,15 @@ public struct XCFramework: Hashable, Sendable {
370370
return false
371371
}
372372
// SDK names from Info.plist.
373-
let appleSDKNames: Set<String> = [
373+
let sdkCanonicalNames = [
374374
"macosx",
375375
"iphoneos", "iphonesimulator",
376376
"appletvos", "appletvsimulator",
377377
"watchos", "watchsimulator",
378378
"xros", "xrsimulator",
379379
"driverkit",
380380
]
381-
return !appleSDKNames.contains(platform)
381+
return !sdkCanonicalNames.contains(platform)
382382
}
383383

384384
/// Searches the `libraries` based on the current SDK being used.

0 commit comments

Comments
 (0)