NativeScript / plugin-seed

Build NativeScript Plugins Fast ⚡
https://docs.nativescript.org/plugins/plugin-workspace-guide
Apache License 2.0
45 stars 11 forks source link

App_Resources folder for demo-angular is not picked up #30

Closed cjohn001 closed 2 years ago

cjohn001 commented 2 years ago

I am currently trying to get hands on the plugin seed. With not so much success currently. I need to add an Info.plist to the demo-angular app in order to register URLSchemes. I tried it by adding an App_Resources/iOS folder to the demo-angular folder. However, the file is not picked up. When looking into demo-angular/platforms/ios/demoangular/demoangular-Info.plist the overwrites have not been made.

How can I realise my intent with the plugin seed? I am a little lost with nx.

cjohn001 commented 2 years ago

Solved, needs to go to pluginname/platforms/ios/Info.plist