You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/27 15:06:23 UTC

[GitHub] [cordova-ios] rricamar edited a comment on issue #582: Automate "Notification Service Extension" (File > New > Target) step

rricamar edited a comment on issue #582: Automate "Notification Service Extension" (File > New > Target) step
URL: https://github.com/apache/cordova-ios/issues/582#issuecomment-477198295
 
 
   > Can you diff the project before and after? Maybe the changes are simple enough so that you can just apply them via git? If not, maybe https://github.com/apache/cordova-node-xcode can help to manipulate the Xcode project via JS.
   
   Yeah, I checked that and as long as I know, these are the changes (with a quick diff command):
   
   - `<App>xcodeproj/project.pbxproj` modified
   - `<App>.xcworkspace/xcuserdata/<User>.xcuserdatad/UserInterfaceState.xcuserstate` modified -`CordovaLib/CordovaLib.xcodeproj/xcuserdata/<User>.xcuserdatad/xcschemes/xcschememanagement.plist`
   - `OneSignalNotificationServiceExtension` dir completely new
   
   Add in a hook the `OneSignalNotificationServiceExtension` dir should be easy, but after check the changes in another files, I think that they are non-trivial and a little bit dangerous for do it in a `ci` environment ... ⚠️ because that would require a lot of additions and deletions maybe 😱 ...
   
   I'm going to read docs of `cordova-node-xcode` , thanks for the help ... meanwhile any idea 💡
    or a working example would be great 🙏 
   
   Thanks for the help❗️ 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org