apache / cordova-node-xcode

Apache cordova
Apache License 2.0
190 stars 97 forks source link

Adding "Notification Service Extension" using node js scripts #137

Open srinivasaraosaluru opened 12 months ago

srinivasaraosaluru commented 12 months ago

Hi Team,

I'm working with a Capacitor based App, and I would like to automate the "Notification Service Extension" step (In Xcode: File > New > Target) (for example, in Jenkins pipeline) , since I saw that after doing it, remove platform, and add it again, the associated target is removed.

I've been searching through the docs, stack overflow and another issues and I haven't seen anything... (and trying to make a diff between platform without/with the extension seems impossible)... is this possible / or somebody can provide an example of something similar (since my knowledge over xcode is very limited) ?

Thanks a lot in advance!