We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c040f97 + 51e4561 commit 2ab459aCopy full SHA for 2ab459a
Runtimes/Core/Concurrency/CMakeLists.txt
@@ -156,3 +156,7 @@ install(TARGETS swift_Concurrency
156
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
157
emit_swift_interface(swift_Concurrency)
158
install_swift_interface(swift_Concurrency)
159
+
160
+# Configure plist creation for Darwin platforms.
161
+generate_plist("${CMAKE_PROJECT_NAME}" "${CMAKE_PROJECT_VERSION}" swift_Concurrency)
162
+embed_manifest(swift_Concurrency)
Runtimes/Core/SwiftOnoneSupport/CMakeLists.txt
@@ -42,3 +42,4 @@ install_swift_interface(swiftSwiftOnoneSupport)
42
43
# Configure plist creation for Darwin platforms.
44
generate_plist("${CMAKE_PROJECT_NAME}" "${CMAKE_PROJECT_VERSION}" swiftSwiftOnoneSupport)
45
+embed_manifest(swiftSwiftOnoneSupport)
0 commit comments