CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.
http://rubygems.org/gems/xcodeproj
MIT License
2.32k stars 452 forks source link

How to add custom generated files as Intent and IntentUI application extension? #898

Open S-Varunn opened 1 year ago

S-Varunn commented 1 year ago

I have generated Intent and IntentUI Framework's required files using Java. File Structure:

Intent

The use case is to add these custom generated files as Intent and IntentUI extension target to xcode project. The first question is... Is this feasible? If yes then how do I perform the same?