Q: App.info.id (package name) cannot contain dash for Android

As it stands today, Android doesn’t support dashes, “-” in package names, but iOS does.
As a result of this, if your package name contains a dash, your build will break for Android.
Should Meteor automatically transform the dash to an underscore for Android, while keeping it a dash for iOS?

What is the right way to approach this, @martijnwalraven?
Should I make a PR, or is this something that should be handled in a different fashion?