Allow Info.plist and AndroidManifest.xml files to be placed in App_Resources
See original GitHub issueTo 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:
- Created 8 years ago
- Comments:17 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The support for Android has landed in 1.5. This means that if you have an
AndroidManifest.xml
inApp_Resources/Android
it will be merged. The same goes for any resources in theApp_Resources/Android/res
.+1 for iOS support