Skip to content

Commit f6b44c7

Browse files
committed
Expose DEPLOYMENT_POSTPROCESSING in ProjectModel.BuildSettings
Requested to be used in swiftlang/swift-package-manager#9380
1 parent 26a91ef commit f6b44c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftBuild/ProjectModel/BuildSettings.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ extension ProjectModel {
2929
case COPY_PHASE_STRIP
3030
case DEBUG_INFORMATION_FORMAT
3131
case DEFINES_MODULE
32+
case DEPLOYMENT_POSTPROCESSING
3233
case DRIVERKIT_DEPLOYMENT_TARGET
3334
case DYLIB_INSTALL_NAME_BASE
3435
case EMBEDDED_CONTENT_CONTAINS_SWIFT

0 commit comments

Comments
 (0)