jamesmontemagno / vsts-mobile-tasks

VSTS Tasks for Mobile!
MIT License
79 stars 22 forks source link

Bundle Display Name and Application Name #12

Closed dhindrik closed 6 years ago

dhindrik commented 6 years ago

Thank you for creating those task for use mobile developers using VSTS! :)

I would love to have a filed in the identifier task to also set bundle display name not only bundle name on iOS and application name on Android. I will use it so it will be easier for testers that have multiple versions to select the right one when they want to test.

jamesmontemagno commented 6 years ago

So, this is tricky..

Android Application name is easy enough and I already do: https://developer.android.com/guide/topics/manifest/application-element.html#label

What you are thinking of is the name on the home screen, which is controlled by your StartActivity name. It isn't in the manifest traditionally in Xamarin at least. So really what you would probably want to do is use some variable switching.

in 0.7.0 i added CFBundleDisplayName option

dhindrik commented 6 years ago

I missed that you had it for android! I just assumed that it worked the same way on iOS.

Thank you for adding it for iOS. :)

jamesmontemagno commented 6 years ago

Don't forget to rate the extension! https://marketplace.visualstudio.com/items?itemName=vs-publisher-473885.motz-mobile-buildtasks

dhindrik commented 6 years ago

Is this implemented in the released version? I'm can still not see Bundle Display Name in the task in my builds. Ans VSTS should auto update tasks as I have understand it.

jamesmontemagno commented 6 years ago

Yup! You may have to uninstall and re-install. I don't understand how VSTS does the updating.

dhindrik commented 6 years ago

Thanks, that worked! :)