You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it is an enhancement of an existing feature, describe which feature and how it works at the moment.
Currently the V_APP_NAME as per the tool, works to change the Bundle name(Target name) and also the Bundle Display name.
Hence it is not possible to use only V_APP_NAME or app_name as a parameter to switch to different names of the app.
Currently when I have gone through the code, here is the below way to update the info.plist
In XCConfigFactory, updateInfoPlist method has below code:
It is good if we only give the V_APP_NAME to CFBundleName and CFBundleExecutable and allow the user to change CFBundleDisplayName according to their own requirement. Like,
Dev -> APP_NAME_DEV
QA -> APP_NAME_QA
UAT -> APP_NAME_UAT
Thanks!
The text was updated successfully, but these errors were encountered:
Background
Hence it is not possible to use only V_APP_NAME or app_name as a parameter to switch to different names of the app.
Currently when I have gone through the code, here is the below way to update the info.plist
In XCConfigFactory, updateInfoPlist method has below code:
Solution
It is good if we only give the V_APP_NAME to CFBundleName and CFBundleExecutable and allow the user to change CFBundleDisplayName according to their own requirement. Like,
Dev -> APP_NAME_DEV
QA -> APP_NAME_QA
UAT -> APP_NAME_UAT
Thanks!
The text was updated successfully, but these errors were encountered: