Automatically copy XPC Services to correct location

This commit is contained in:
Brentley Jones
2018-08-15 08:30:55 -05:00
parent 0a88147956
commit 341e0214ed
13 changed files with 679 additions and 1 deletions
@@ -197,6 +197,7 @@ class SourceGenerator {
subpath: "include/$(PRODUCT_NAME)"
))
case "framework": return .frameworks
case "xpc": return .copyFiles(.xpcServices)
case "xcconfig", "entitlements", "gpx", "lproj", "apns": return nil
default: return .resources
}