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
Hi, thanks for your script. I found one possible improvement for it.
There is an ApplicationId attribute in the project file, which contains the project name in lowercase. I noticed that this tag is not being changed by your script. For example, I had an application called SensorsApp, and the ApplicationId looked like this before and after the script evaluation:
Hi, thanks for your script. I found one possible improvement for it.
There is an
ApplicationId
attribute in the project file, which contains the project name in lowercase. I noticed that this tag is not being changed by your script. For example, I had an application calledSensorsApp
, and theApplicationId
looked like this before and after the script evaluation:<ApplicationId>com.companyname.sensorsapp</ApplicationId>
The text was updated successfully, but these errors were encountered: