Skip to content

Commit 1fa02bd

Browse files
authored
Merge pull request #985 from svmkr-dev/build-setting-deployment-postprocessing
Expose DEPLOYMENT_POSTPROCESSING in ProjectModel.BuildSettings
2 parents 3e676b6 + f6b44c7 commit 1fa02bd

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)