swiftlang/swift-package-manager

Enhance XDBP by Adding Schema Information to XcodeProjectPlugin

rofle100lvl opened this issue · 0 comments

Description

The current implementation of XcodeProjectPlugin lacks schema information associated with the target to which the plugin is applied. However, this information can be crucial in certain scenarios. For instance, the tool Periphery utilizes the schema to build the application using xcodebuild. Incorporating schema information into the XcodeProjectPlugin could enhance its functionality and support use cases like this more effectively