Skip to content

Commit a8f3f29

Browse files
moiseevjrose-apple
authored andcommitted
[overlay] Adding back dependencies on os and XPC to CloudKit (#10258)
1 parent b9db212 commit a8f3f29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/SDK/CloudKit/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ add_swift_library(swiftCloudKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_
99
TARGET_SDKS OSX IOS IOS_SIMULATOR TVOS TVOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR
1010

1111
SWIFT_MODULE_DEPENDS_OSX Darwin Contacts CoreFoundation CoreGraphics CoreLocation Dispatch Foundation IOKit ObjectiveC # auto-updated
12+
os XPC
1213
SWIFT_MODULE_DEPENDS_IOS Darwin Contacts CoreFoundation CoreLocation Dispatch Foundation ObjectiveC # auto-updated
14+
os
1315
SWIFT_MODULE_DEPENDS_TVOS Darwin CoreFoundation CoreLocation Dispatch Foundation ObjectiveC # auto-updated
16+
os
1417
SWIFT_MODULE_DEPENDS_WATCHOS Darwin CoreFoundation CoreLocation Dispatch Foundation ObjectiveC # auto-updated
18+
os
1519
FRAMEWORK_DEPENDS_WEAK CloudKit
1620

1721
DEPLOYMENT_VERSION_OSX ${SWIFTLIB_DEPLOYMENT_VERSION_CLOUDKIT_OSX}

0 commit comments

Comments
 (0)