Commit 16fae73e authored by IngmarStein's avatar IngmarStein

Add XPC services to the list of project types where frameworks must be embedded in a host target

References https://github.com/CocoaPods/Xcodeproj/pull/428
parent 16b0ceca
......@@ -9,7 +9,7 @@ module Pod
# Product types where the product's frameworks must be embedded in a host target
#
EMBED_FRAMEWORKS_IN_HOST_TARGET_TYPES = [:app_extension, :framework, :messages_extension, :watch_extension].freeze
EMBED_FRAMEWORKS_IN_HOST_TARGET_TYPES = [:app_extension, :framework, :messages_extension, :watch_extension, :xpc_service].freeze
# Initialize a new instance
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment