yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate a share extension in a YML file?

ruyu-xu opened this issue · comments

I first generated the project with yml file, and then added the share extension through Xcode. It worked normally.
However, with yml adding the extension target, the share function does not work properly. How should I write in yml to work normally?

@ruyu-xu
Any luck yet? You can declare a Share Extension via the Info.plist file. However, I don't understand how to properly set up a scheme to run the share extension on a device.