mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Automatically copy XPC Services to correct location
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user