question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow Info.plist and AndroidManifest.xml files to be placed in App_Resources

See original GitHub issue

To customize my iOS apps I frequently need to alter my Info.plist the file. If I place an appName-Info.plist file in App_Resources/iOS, the file gets copied to platforms/ios/appName/Resources, but it needs to be copied to platforms/ios/appName.

Can this be supported?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ligazcommented, Nov 26, 2015

The support for Android has landed in 1.5. This means that if you have an AndroidManifest.xml in App_Resources/Android it will be merged. The same goes for any resources in the App_Resources/Android/res.

0reactions
Daxitocommented, Jan 28, 2016

+1 for iOS support

Read more comments on GitHub >

github_iconTop Results From Across the Web

App Manifest Overview
Every app project must have an AndroidManifest.xml file (with precisely that name) at the root of the project source set. The manifest file...
Read more >
React Native: where do Info.plist and AndroidManifest.xml ...
... shown on the General tab under "Bundle Identifier"). applicationId is defined in the defaultConfig section of the build.gradle file.
Read more >
Solved: Set parameter in AndroidManifest.xml or info.plist...
Solved: Hi, I'm developing an app with AppStudio and QT Creator. There's a way to insert parameters in Android Manifest file and/or in...
Read more >
Overriding App Resources
xml files (Android): Only for files in App_Resources_Merge/Android/src/main folder. The merging is done by making use of the build variants ...
Read more >
How To Edit AndroidManifest.xml, config.xml and Info.plist i
In this post, Iva Koevska explains how you can edit the AndroidManifest, Info.plist and config.xml files in the beta version of the Icenium ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found